Skip to content

Releases: wabbajack-tools/wabbajack

1.0 beta 16

19 Jan 23:46
Compare
Choose a tag to compare
1.0 beta 16 Pre-release
Pre-release

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

07 Jan 04:59
Compare
Choose a tag to compare
1.0 beta 15 Pre-release
Pre-release

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

06 Jan 23:52
Compare
Choose a tag to compare
1.0 beta 14 Pre-release
Pre-release

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

05 Jan 01:30
Compare
Choose a tag to compare
1.0 beta 13 Pre-release
Pre-release

Version - 1.0 beta 13 - 1/4/22020

  • Several fixes for steam game handling
  • Fixes for metrics reporting

1.0 Beta 12

04 Jan 06:09
Compare
Choose a tag to compare
1.0 Beta 12 Pre-release
Pre-release

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

03 Jan 23:11
Compare
Choose a tag to compare
1.0 beta 11 Pre-release
Pre-release

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

23 Dec 17:44
Compare
Choose a tag to compare
1.0 beta 10 Pre-release
Pre-release

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

18 Dec 22:03
Compare
Choose a tag to compare
1.0 beta 9 Pre-release
Pre-release

Version - 1.0 beta 9 - 12/18/2019

  • Create output folders before trying to download a file

1.0 beta 8

18 Dec 05:42
Compare
Choose a tag to compare
1.0 beta 8 Pre-release
Pre-release

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

16 Dec 02:35
Compare
Choose a tag to compare
1.0 beta 7 Pre-release
Pre-release

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