Releases: wabbajack-tools/wabbajack
Releases · wabbajack-tools/wabbajack
1.0 beta 16
Version - 1.0 beta 16 - 1/19/2020
- Progress ring displays when downloading modlist images
- GUI releases memory of download modlists better when navigating around
- Fixed phrasing after failed installations to say "failed".
- Fixed download bug that was marking some modlists as corrupted if they were replacing older versions.
- While compiling Wabbajack will attempt to download VFS and .meta data from the build server
1.0 beta 15
Version - 1.0 beta 15 - 1/6/2020
- Don't delete the download folder when deleting empty folders during an update
- If
Game Folder Files
exists in the MO2 folder during compilation the Game folder will be ignored as a file source
1.0 beta 14
Version - 1.0 beta 14 - 1/6/2020
- Updating a list twice without starting WJ no longer deletes your modlist
- .mohidden files will now be correctly detected during binary patching
- Added support for MO2's new path format
- Added support for MO2 2.2.2's
portable.txt
feature - Added support for VectorPlexus downloads
- Added a new CLI interface for providing Nexus API key overrides
- Several UI backend improvements
1.0 beta 13
Version - 1.0 beta 13 - 1/4/22020
- Several fixes for steam game handling
- Fixes for metrics reporting
1.0 Beta 12
Version - 1.0 beta 12 - 1/3/22020
- Breaking change: the internal serialization format has changed, this will make existing lists inoperable on the latest version of WJ
- Added a change to serialization to make it backwards-compatible in the future
- Added an anonymous key to the metrics
- Fixed INI errors (again)
1.0 beta 11
Version - 1.0 beta 11 - 1/3/2020
- Rewrote the ModDB downloader to retry with other mirrors after failure
- INI parse errors are now soft errors
- Fixed several backend stability bugs
- Changed application version scheme to better match the actual app version
1.0 beta 10
Version - 1.0 beta 10 - 12/23/2019
- Many internal bug fixes releated to deadlocking
- Take the system RAM into account when configuring queue sizes
- Fixed the "This shouldn't happen" bug during patching. Thanks Noggog for spending countless hours on tracking down the problems.
1.0 beta 9
Version - 1.0 beta 9 - 12/18/2019
- Create output folders before trying to download a file
1.0 beta 8
Version - 1.0 beta 8 - 12/17/2019
- Fixed parsing of buggy ini files (Bethesda supports them so we must as well)
- Disable invalid modlists instead of hiding them
- Several Vortex improvements
- Implemented HTTP resuming for file downloads
1.0 beta 7
Version - 1.0 beta 7 - 12/15/2019
- Fixed a regression with HTTP downloading introduced in beta 5
- No longer show broken modlists in the gallery
- Add Stardew Valley support
- Add support for .dat extraction
- Several UI fixes