Skip to content

Commit 36b5ba1

Browse files
authored
nexusmods-app: add release-note for resetting before upgrading (#380423)
2 parents 6c717c5 + fcb50b7 commit 36b5ba1

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

doc/redirects.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
"index.html#building-a-titanium-app",
8787
"index.html#emulating-or-simulating-the-app"
8888
],
89+
"sec-nixpkgs-release-25.05-incompatibilities-nexusmods-app-upgraded": [
90+
"release-notes.html#sec-nixpkgs-release-25.05-incompatibilities-nexusmods-app-upgraded"
91+
],
8992
"sec-nixpkgs-release-25.05-lib": [
9093
"release-notes.html#sec-nixpkgs-release-25.05-lib"
9194
],

doc/release-notes/rl-2505.section.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@
1818

1919
- `titaniumenv`, `titanium`, and `titanium-alloy` have been removed due to lack of maintenance in Nixpkgs.
2020

21+
### NexusMods.App upgraded {#sec-nixpkgs-release-25.05-incompatibilities-nexusmods-app-upgraded}
22+
23+
- `nexusmods-app` has been upgraded from version 0.6.3 to 0.7.3.
24+
25+
- Before upgrading, you **must reset all app state** (mods, games, settings, etc). NexusMods.App will crash if any state from a version older than 0.7.0 is still present.
26+
27+
- Typically, you can can reset to a clean state by running `NexusMods.App uninstall-app`. See Nexus Mod's [how to uninstall the app](https://nexus-mods.github.io/NexusMods.App/users/Uninstall) documentation for more detail and alternative methods.
28+
29+
- This should not be necessary going forward, because loading app state from 0.7.0 or newer is now supported. This is documented in the [0.7.1 changelog](https://github.com/Nexus-Mods/NexusMods.App/releases/tag/v0.7.1).
30+
2131
## Nixpkgs Library {#sec-nixpkgs-release-25.05-lib}
2232

2333
### Breaking changes {#sec-nixpkgs-release-25.05-lib-breaking}

nixos/doc/manual/redirects.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1922,6 +1922,9 @@
19221922
"index.html#building-a-titanium-app",
19231923
"index.html#emulating-or-simulating-the-app"
19241924
],
1925+
"sec-nixpkgs-release-25.05-incompatibilities-nexusmods-app-upgraded": [
1926+
"release-notes.html#sec-nixpkgs-release-25.05-incompatibilities-nexusmods-app-upgraded"
1927+
],
19251928
"sec-nixpkgs-release-25.05-lib": [
19261929
"release-notes.html#sec-nixpkgs-release-25.05-lib"
19271930
],

0 commit comments

Comments
 (0)