You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
### Changelog
2
2
3
+
#### Version - 4.0.0.2 - 3/19/2025
4
+
* Fixed an issue where previous installation paths might not be remembered correctly
5
+
* From this version onwards, Wabbajack will additionally remember previous installations by .wabbajack filename instead of only by the full install path being the same
6
+
* Replaced Play button after installation completes with Open Install Folder
7
+
* Added 'Create Desktop Shortcut' button after installation completes
8
+
* 'Open File Explorer' after a failed installation has been renamed to 'Open Logs Folder' as it better describes what the button does
9
+
* Octopus.Octodiff NuGet library has been updated from 2.0.547 to 2.0.548
10
+
3
11
#### Version - 4.0.0.1 - 3/18/2025
4
12
* Fixed an issue where manual downloads would get stuck after only a few browser pop-ups
5
13
* Fixed the new Wabbajack reset working not working in some cases
yieldreturnErrorResponse.Fail("There are files in the install folder, please tick 'Overwrite Installation' to confirm you want to install to this folder "+Environment.NewLine+
428
-
"if you are updating an existing modlist, then this is expected and can be overwritten.");
yieldreturnErrorResponse.Fail("Can't install into Windows locations such as Documents etc, please make a new folder for the modlist - C:\\ModList\\ for example.");
429
+
yieldreturnErrorResponse.Fail($"Can't install into Windows locations such as Documents etc, please make a new folder for the modlist - {DriveHelper.GetPreferredInstallationDrive(0).Name}Modlists\\ for example.");
434
430
}
435
431
// Disabled Because it was causing issues for people trying to update lists.
0 commit comments