Releases: wabbajack-tools/wabbajack
Releases Β· wabbajack-tools/wabbajack
3.7.5.1
Version - 3.7.5.1 - 11/23/2024
- Reverted "Wabbajack will now put modfile Titles, Description and Version into the
.meta
file." as it didn't account for formatting in descriptions that could confuse the iniparser - Fix a coding error in the login check for compiling that prevents compiles from starting
- Fix for some mediafire sources not being ignored during validation.
3.7.5.0
Version - 3.7.5.0 - 11/23/2024
- Fix for Wabbajack trying to work with an expired OAuth token.
- Added pre-compile login check.
- Disabled automated validation for Mediafire due to too many falsely flagged down mods.
- There are plans to create some manually maintained
source_down
index to replace this in the future.
- There are plans to create some manually maintained
3.7.4.1
Version - 3.7.4.1 - 11/21/2024
- Add support for the upcoming Nexus game ID change (thanks to @JonathanFeenstra)
- Wabbajack will now put modfile Titles, Description and Version into the
.meta
file. - Fix for CLI not working on certain commands due to required assemblies being removed on publish
- Improved Wabbajack CLI inline-report: now automatically tries to open the report in the browser on running the command
- Removed Vector Plexus Login from the UI cause with the only file being used from the having an official off-site mirror it isn't needed.
- Figured out why codesigning was borked with the latest certs. Fixed it.
- Updated to .NET 9
3.7.3.0
3.7.2.1
3.7.2.0
Version - 3.7.2.0 - 8/25/2024
- Added a new button to the installer configuration window for verifying installs. This runs the same code as the verify CLI command, now it's in the UI for easier access. The output of this command
is written to a.html
file and opened in the default browser. - When a modlist install fails due to one or more missing non-nexus files, the installer will now write a
.html
file with all the links and instructions, and open it with the default browser. This data was
previsoously only written to the log file.
3.7.1.1
3.7.1.0
Version - 3.7.1.0 - 8/13/2024
- Fixed file paths with special characters corrupting when packed into BSAs
- This issue only affected Fallout 3, Fallout NV and Skyrim LE
- Added logging to determine which downloaded files cannot be hashed
- This could occur in the downloading phase when installing a modlist when there are broken/corrupted files in the downloads folder
- Fixed Wabbajack crashing when double-clicking the browser window titlebar or URL
- Fixed Wabbajack always using explorer.exe instead of the default file browser
3.7.0.0
Version - 3.7.0.0 - 6/21/2024
- Added Starfield support
- Note: Hashes were added earlier, but the earlier version was not fully compatible due to Wabbajack extracting the BA2 archives incorrectly. This has been fixed.
- Updated GameFinder dependency
- Updated WebView dependency
- Updated other dependencies