|
| 1 | +# v0.7.0 - 2024-11-XX |
| 2 | + |
| 3 | +**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) |
| 4 | + |
| 5 | +This release includes initial support for Mount & Blade II: Bannerlord, a basic implementation of REDmod load order for Cyberpunk 2077 and several UI refinements. |
| 6 | + |
| 7 | +## Mount & Blade II: Bannerlord |
| 8 | +This version adds basic support for Bannerlord. All modules can be easily installed and managed. We've also added several advanced [Health Check diagnostics](https://nexus-mods.github.io/NexusMods.App/users/games/Bannerlord/#loadout-health-check) to allow players to understand common issues in their setup, with more planned for the future when we add load order support! |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | +A huge thank you to [Aragas](https://www.nexusmods.com/mountandblade2bannerlord/users/2355906) for all his help during development of this feature! |
| 13 | + |
| 14 | +## Collections Download Page |
| 15 | +**Important: While we upgrade the Collections UI, some features that worked in earlier versions will be temporarily unavailable.** |
| 16 | + |
| 17 | +We've further refined the Collections download page which unlocks the ability for non-Premium users to use the Collections feature and provides Premium users with the ability to see the list of mods included in a collection before downloading. As this page is still a work in progress, some of the UI buttons may not work as expected yet. |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | +## EXPERIMENTAL - Cyberpunk 2077 REDmod Load Order |
| 22 | +Users can now manage the order of REDmods installed for Cyberpunk 2077 through the new "Load Orders (WIP)" page that can be accessed from the New Tab menu. |
| 23 | + |
| 24 | +Please note, this page is currently very basic and has not yet been styled. |
| 25 | + |
| 26 | +## Features |
| 27 | +* Baldur's Gate 3: Added [diagnostics](https://nexus-mods.github.io/NexusMods.App/users/games/BaldursGate3/#loadout-health-check) relating to BG3 Script Extender. |
| 28 | +* Updated the My Games page design to better showcase the games you have managed, detected and available in the app but not detected. |
| 29 | +* Updated the design of tabs in the Workspace system to make them more compact. |
| 30 | +* General polish to areas of the UI such as Health Check. |
| 31 | + |
| 32 | +## Technical Changes |
| 33 | +* We've added a framework for data migrations which gets us a step closer to allowing users to update the app without resetting everything. |
| 34 | +* The app has been upgraded to use .NET 9. This allows us to take advantage of the latest performance improvements and security fixes. |
| 35 | + |
| 36 | +## Bugfixes |
| 37 | +* Fixed an issue where the app would prompt the user to log in to Nexus Mods when starting up, even if they are already logged in. |
| 38 | + |
| 39 | +## Known Issues |
| 40 | +* The Collections feature is able to download all required files but will not install them. Mods can be manually installed from the Library but this will not import the collection configuration options. This feature will be re-implemented in the future. |
| 41 | +* Any non-Nexus Mods file in a collection that requires the user to browse an external website can be installed into the library manually but will not be recognised as part of the collection. |
| 42 | +* The game version is not checked when adding a collection meaning you can install outdated mods without being warned. |
| 43 | +* Once a collection is added to the app, it cannot be removed. |
| 44 | +* 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. |
| 45 | +* The "Switch View" option does not persist in the Library/Installed Mods view. |
| 46 | + |
| 47 | + |
1 | 48 | # v0.6.3 - 2024-11-06
|
2 | 49 |
|
3 | 50 | **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)
|
@@ -34,6 +81,7 @@ We are continuing to add features to support modding Baldur's Gate 3. In this up
|
34 | 81 | * The main window will now pop into focus when the user successfully logs in.
|
35 | 82 |
|
36 | 83 | ## Known Issues
|
| 84 | +* The Library and Collections (WIP) pages are not filtered by game. |
37 | 85 | * Installing a collection which includes mods where the user must browse an external website to obtain the file(s) will fail with no error message. This is not supported in the current build.
|
38 | 86 | * Trying to install a collection as a non-Premium user will fail with no error message. This is not supported in the current build.
|
39 | 87 | * The game version is not checked when adding a collection meaning you can install outdated mods without being warned.
|
|
0 commit comments