From aa1ed538d693edbd0c1aa1c40cc095071b5d3e9c Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 12 Dec 2024 15:02:21 +0000 Subject: [PATCH 1/7] Update CHANGELOG.md Draft changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89159c3ff3..92462598b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# v0.7.1 - 2024-12-XX +This release includes styling for the Load Order panel, the ability to install and remove collections for all users and several improvements to the analytics we collect that will help inform our design decisions. + +- Load order styling. +- Collections can now be installed by both free and Premium users. +- Collections can now be deleted from the app. +- Collections can now handle off-site files. +- The app can be updated without a full reset. +- Event logging/analytics. +- Added a placeholder when the app hasn't found any games. +- Added support for running Protontricks via Flatpak (Linux) +- Fixed counting mods +- Game Pass support toggle now requires a restart +- Fixed an issue + + # v0.7.0 - 2024-11-27 **Important: To update the app, you must completely uninstall the old version, including all mods.** [Why do I have to uninstall everything to update the app?](https://nexus-mods.github.io/NexusMods.App/users/faq/#why-do-i-have-to-uninstall-everything-to-update-the-app) From 3a9bee607c4e07e2a0c05a68ec66f463b1bdd7ec Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 12 Dec 2024 16:45:17 +0000 Subject: [PATCH 2/7] Update CHANGELOG.md First draft of the changelog --- CHANGELOG.md | 58 ++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 45 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92462598b4..fb50d044fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,49 @@ # v0.7.1 - 2024-12-XX -This release includes styling for the Load Order panel, the ability to install and remove collections for all users and several improvements to the analytics we collect that will help inform our design decisions. - -- Load order styling. -- Collections can now be installed by both free and Premium users. -- Collections can now be deleted from the app. -- Collections can now handle off-site files. -- The app can be updated without a full reset. -- Event logging/analytics. -- Added a placeholder when the app hasn't found any games. -- Added support for running Protontricks via Flatpak (Linux) -- Fixed counting mods -- Game Pass support toggle now requires a restart -- Fixed an issue +This release includes styling for the Load Order view, the ability to install and remove collections for all users and several improvements to the analytics we collect that will help inform our design decisions. + +## Load Order Styling +We've given the load order page for Cyberpunk 2077 REDmods a facelift and it's now much closer to the designs we're working towards. + +![Cyberpunk 2077 REDmod load order (left) and Installed Mods (right).](https://staticdelivery.nexusmods.com/mods/2295/images/26/26-1734021711-1676107399.png) + +You can re-order entries with the up and down arrows (no drag and drop yet!) and see which REDmods have been disabled in the Installed Mods view. You can also flip the load order using the table header to have the winning REDmod at the top of the list rather than the bottom. + +We'd love to hear what you think of this design! + +## Collections - Basic User Flow +**Important: Any collections you have added to the app in version 0.7.0 or earlier should be removed as they may not install properly.** + +The Collections experience in the app is starting to take shape! While it's still very much a work in progress, both free and Premium users can now download and install collections for all supported games. + +We've also fixed up downloading off-site files for Collections. When you add these files to the library, the Collection will now automatically mark them as installed (provided you pick the exact file the curator used!). + +Try it out by opening a new tab and selecting the "Collections (WIP)" page, then download a collection from the website. + +![A Stardew Valley Collection fully installed into the app.](https://staticdelivery.nexusmods.com/mods/2295/images/26/26-1734021711-1912110791.png) + +In our testing the app is up to 25x faster than Vortex at installing collections (depending on your internet speed and hardware) - which is amazing! + +## App Updates +We've made it possible to update the app without completely removing all your mods and games. You can update from 0.7.0 to 0.7.1 and keep you mods, games and other settings. This means that if you want to be an early adopter, you can keep you mod list intact as we release new versions! + +## Technical Changes +- Protontricks running via Flatpak is now supported (Linux). +- The (optional) analytics we collection from within the app have been improved to give us a better idea of how you use the app, with you having to tell us directly. + +## Bugfixes +- Fixed an issue counting the mods a user has installed when sending analytics. +- Added a placeholder to the Games view when no games have been detected. +- When enabling the Xbox Game Pass support option in settings, the app now correctly prompts a restart. + +# Known Issues +- When installing Collections that include bundled mods, it is not possible to fully download the collection due to a counting error. A fix for this is planned for the next release. +- Bundled mods for collections do not appear in the UI but are still applied to your game. +- The success rating for collections is not showing the correct value. +- The game version is not checked when adding a collection meaning you can install outdated mods without being warned. +- The first row of the My Mods or Library tables will sometimes be misaligned with the headers. Scrolling or adjusting any column width will correct this. +- The Library and Collections (WIP) pages are not filtered by game. +- The "Switch View" option does not persist in the Library/Installed Mods view. +- The "Load Order" heading toggle does not persist in the Load Order view. # v0.7.0 - 2024-11-27 From 96c865d52340322c7f30cf226b205ba5f02b1900 Mon Sep 17 00:00:00 2001 From: Mike Watling Date: Tue, 17 Dec 2024 09:47:58 +0000 Subject: [PATCH 3/7] Fixed typo, improved grammar. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb50d044fd..77c69b0d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ We've made it possible to update the app without completely removing all your mo ## Technical Changes - Protontricks running via Flatpak is now supported (Linux). -- The (optional) analytics we collection from within the app have been improved to give us a better idea of how you use the app, with you having to tell us directly. +- The (optional) analytics we collect from within the app have been improved to give us a better idea of how you use the app, with you having to tell us directly. ## Bugfixes - Fixed an issue counting the mods a user has installed when sending analytics. @@ -37,7 +37,7 @@ We've made it possible to update the app without completely removing all your mo # Known Issues - When installing Collections that include bundled mods, it is not possible to fully download the collection due to a counting error. A fix for this is planned for the next release. -- Bundled mods for collections do not appear in the UI but are still applied to your game. +- Bundled mods included with collections do not appear in the UI but are still applied to your game. - The success rating for collections is not showing the correct value. - The game version is not checked when adding a collection meaning you can install outdated mods without being warned. - The first row of the My Mods or Library tables will sometimes be misaligned with the headers. Scrolling or adjusting any column width will correct this. From d53dd5bf289a03597f04e7c062db6dc56c40d7dd Mon Sep 17 00:00:00 2001 From: Mike Watling Date: Tue, 17 Dec 2024 09:58:42 +0000 Subject: [PATCH 4/7] Added release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c69b0d64..a7a85b8d74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v0.7.1 - 2024-12-XX +# v0.7.1 - 2024-12-17 This release includes styling for the Load Order view, the ability to install and remove collections for all users and several improvements to the analytics we collect that will help inform our design decisions. ## Load Order Styling From d186423eecebbd1c90973c3f883a85481a5d41d5 Mon Sep 17 00:00:00 2001 From: Mike Watling Date: Tue, 17 Dec 2024 10:14:22 +0000 Subject: [PATCH 5/7] Removed an issue fixed by updating Avalonia --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a85b8d74..98f432afb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,13 +34,13 @@ We've made it possible to update the app without completely removing all your mo - Fixed an issue counting the mods a user has installed when sending analytics. - Added a placeholder to the Games view when no games have been detected. - When enabling the Xbox Game Pass support option in settings, the app now correctly prompts a restart. +- Fixed an issue where the first row of the Library/Installed Mods would sometimes be misaligned with the table headers (this was part of an Avalonia update). # Known Issues - When installing Collections that include bundled mods, it is not possible to fully download the collection due to a counting error. A fix for this is planned for the next release. - Bundled mods included with collections do not appear in the UI but are still applied to your game. - The success rating for collections is not showing the correct value. - The game version is not checked when adding a collection meaning you can install outdated mods without being warned. -- The first row of the My Mods or Library tables will sometimes be misaligned with the headers. Scrolling or adjusting any column width will correct this. - The Library and Collections (WIP) pages are not filtered by game. - The "Switch View" option does not persist in the Library/Installed Mods view. - The "Load Order" heading toggle does not persist in the Load Order view. From 8b1f0fecfa19f97e36137a04ac3c6e818f24a2e0 Mon Sep 17 00:00:00 2001 From: Mike Watling Date: Tue, 17 Dec 2024 10:17:37 +0000 Subject: [PATCH 6/7] Updated markdown to follow the required format for lists. --- CHANGELOG.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98f432afb7..6c82ee162a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,23 +27,23 @@ In our testing the app is up to 25x faster than Vortex at installing collections We've made it possible to update the app without completely removing all your mods and games. You can update from 0.7.0 to 0.7.1 and keep you mods, games and other settings. This means that if you want to be an early adopter, you can keep you mod list intact as we release new versions! ## Technical Changes -- Protontricks running via Flatpak is now supported (Linux). -- The (optional) analytics we collect from within the app have been improved to give us a better idea of how you use the app, with you having to tell us directly. +* Protontricks running via Flatpak is now supported (Linux). +* The (optional) analytics we collect from within the app have been improved to give us a better idea of how you use the app, with you having to tell us directly. ## Bugfixes -- Fixed an issue counting the mods a user has installed when sending analytics. -- Added a placeholder to the Games view when no games have been detected. -- When enabling the Xbox Game Pass support option in settings, the app now correctly prompts a restart. -- Fixed an issue where the first row of the Library/Installed Mods would sometimes be misaligned with the table headers (this was part of an Avalonia update). +* Fixed an issue counting the mods a user has installed when sending analytics. +* Added a placeholder to the Games view when no games have been detected. +* When enabling the Xbox Game Pass support option in settings, the app now correctly prompts a restart. +* Fixed an issue where the first row of the Library/Installed Mods would sometimes be misaligned with the table headers (this was part of an Avalonia update). # Known Issues -- When installing Collections that include bundled mods, it is not possible to fully download the collection due to a counting error. A fix for this is planned for the next release. -- Bundled mods included with collections do not appear in the UI but are still applied to your game. -- The success rating for collections is not showing the correct value. -- The game version is not checked when adding a collection meaning you can install outdated mods without being warned. -- The Library and Collections (WIP) pages are not filtered by game. -- The "Switch View" option does not persist in the Library/Installed Mods view. -- The "Load Order" heading toggle does not persist in the Load Order view. +* When installing Collections that include bundled mods, it is not possible to fully download the collection due to a counting error. A fix for this is planned for the next release. +* Bundled mods included with collections do not appear in the UI but are still applied to your game. +* The success rating for collections is not showing the correct value. +* The game version is not checked when adding a collection meaning you can install outdated mods without being warned. +* The Library and Collections (WIP) pages are not filtered by game. +* The "Switch View" option does not persist in the Library/Installed Mods view. +* The "Load Order" heading toggle does not persist in the Load Order view. # v0.7.0 - 2024-11-27 From 74fa78b923130ae6d44bcca0ff37f9654653803c Mon Sep 17 00:00:00 2001 From: Mike Watling Date: Tue, 17 Dec 2024 15:50:56 +0000 Subject: [PATCH 7/7] Added SDV issue to the known issues list. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c82ee162a..a528961fa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ We've made it possible to update the app without completely removing all your mo * Fixed an issue where the first row of the Library/Installed Mods would sometimes be misaligned with the table headers (this was part of an Avalonia update). # Known Issues +* Stardew Valley (Native Linux version) is not detected when installed via Heroic Launcher on Linux. The Windows version of the game can be used instead until this issue is fixed. * When installing Collections that include bundled mods, it is not possible to fully download the collection due to a counting error. A fix for this is planned for the next release. * Bundled mods included with collections do not appear in the UI but are still applied to your game. * The success rating for collections is not showing the correct value.