Skip to content

Releases: wabbajack-tools/wabbajack

4.0.5.1

08 Jan 20:46

Choose a tag to compare

Version - 4.0.5.1 - 1/08/2026

  • Fixes to the headers sent by WebView2, so that manual downloads via wabbajack appear as wabbajack and not generic web users (playing nicer with various 3rd party sites)

4.0.5.0

23 Dec 19:57
9088180

Choose a tag to compare

Version - 4.0.5.0 - 12/23/2025

  • Added checkbox for automatically generating a modlist-report for analyzing the metadata of the resulting modlist file (@JanuarySnow)
  • Added option to inverse the mod search filter in the gallery (@JanuarySnow)
  • Added game MetaData for Dragon's Dogma 2 (@Maelstrom8)
  • Optimized Performance (@JanuarySnow)
  • Fixed an installation issue when using other Games as sources (@JanuarySnow)
  • Fixed the retry button deleting stuff it shouldn't, causing unfinished installations being reported as completed (@JanuarySnow)

4.0.4.1

10 Sep 23:57

Choose a tag to compare

Version - 4.0.4.1 - 9/10/2025

  • Hotfix for the game file sourcing now suddenly requiring other games to be installed on modlists that don't actually use file sourcing from other games (@JanuarySnow)

4.0.4.0

07 Sep 21:29
76aa1f2

Choose a tag to compare

Version - 4.0.4.0 - 9/7/2025

  • Fixed the Nexus OAuth token never being refreshed upon starting installation or during downloads
    • This could lead to issues after having not logged back into Nexus for 6 hours after your initial login
  • Fixed an issue with the Google Drive downloader not being able to download files when not prompted with a harmful file warning
  • Fixed Wabbajack not properly sourcing files from other installed games (for example when using Skyrim SE DLC on Skyrim VR modlists) (@JanuarySnow])
  • Fixed Wabbajack crashing when navigating the 'Has Mod(s)' filter in the gallery with arrow keys

4.0.3.0

19 Jul 01:47

Choose a tag to compare

Version - 4.0.3.0 - 7/18/2025

  • The link to a missing Nexus file now directly opens to the specific missing archive instead of the general mod page (@ninjawaffle)
  • Fixed version not properly being inlined into the executable (@EzioTheDeadPoet)
    • This means you won't see a 4.0.0.0 version in the bottom left of Wabbajack when you actually have 4.0.2.0.
  • Reintroduced hash-game-files function in the CLI to add support for new games (@JanuarySnow)
  • Added support for extracting InnoSetup executables (@EzioTheDeadPoet))
    • As part of this, temporary files are now extracted to shorter folder names
  • Fixed a bug where searching for Nexus archives in the modlist overview would only search on the mod name instead of the archive name
  • Fixed the MEGA integration breaking with 402 Payment Required error messages after they implemented hashcashes
    • A hashcash is basically a computationally expensive cryptographic puzzle, it needs to be solved upon login and it was implemented as a security measure by MEGA to prevent API abuse by bots
  • Added GOG IDs for Vampire: The Masquerade - Bloodlines

4.0.2.0

27 Jun 05:14

Choose a tag to compare

Version - 4.0.2.0 - 6/26/2025

  • Fixed the community URL not being saved in the compiler menu
  • Fixed the additional profiles not being read or saved in the compiler menu
  • Fixed a crash when double-clicking the compiler file manager to open a folder
  • Reworked the manual file download report to be more readable
    • Archives are now grouped by downloader and shown in tables, except for game files
    • Adds support for auto light/dark mode depending on system, styled with PicoCSS
  • Fixed a crash when right-clicking the title bar (@TDarkShadow)
  • Added back the changelog CLI command to allow for Wabbajack to create changelogs when given two different Wabbajack files (@iAmMe27)
  • Added experimental support for the following games

4.0.1.0

18 Apr 18:22
34e5670

Choose a tag to compare

Version - 4.0.1.0 - 4/18/2025

  • Fixed subfolders of profiles showing up under additional profiles within compiler settings
  • Fixed Nexus login not taking cancellation token into account while waiting for authorization (closing the Nexus login prompt did not work)
  • Added 2FA support for MEGA login, added some extra logging for MEGA logins
    • Special thanks to @erri120 who originally implemented part of this in Wabbajack and the MegaApiClient library 4 years ago, which made the change rather easy
  • Added a warning for when WebView is not loading
  • Add progress indicator to the publish button after compilation (thanks to @JanuarySnow)
  • Improve validation before being able to install, should avoid users installing to important folders/the Wabbajack installation directory
  • Adjusted the in-app log viewer to not constantly queue updates but to update it periodically instead to avoid freezes when too many log rows are queued (thanks to @JanuarySnow)

4.0.0.3

21 Mar 17:57
cbb17da

Choose a tag to compare

Version - 4.0.0.3 - 3/20/2025

  • Fixed the open logs folder button not actually opening the logs folder on a failed installation
  • Fixed the missing manual report incorrectly listing Nexus files
    • The missing manual report will now be generated with clickable links to the Wabbajack downloads folder
  • Added MEGA anonymous login feature
    • This was previously available in older Wabbajack 3.7 versions, but it broke due to MEGA introducing a new security feature to protect against bots.
    • I was looking at fixing this up so the anonymous login would work again, but to my surprise it worked straight away without making any changes.
    • Thus, both the option to use an account and the option to use the anonymous login have now been made available within the MEGA login menu.
  • Adjusted wording of 'failed to download' to 'failed to source' in the description for a failed download installation error, since certain files (game files) aren't actually downloaded

4.0.0.2

20 Mar 04:37
ea84222

Choose a tag to compare

Version - 4.0.0.2 - 3/19/2025

  • Fixed an issue where previous installation paths might not be remembered correctly
    • From this version onwards, Wabbajack will additionally remember previous installations by .wabbajack filename instead of only by the full install path being the same
  • Replaced Play button after installation completes with Open Install Folder
  • Added 'Create Desktop Shortcut' button after installation completes
  • 'Open File Explorer' after a failed installation has been renamed to 'Open Logs Folder' as it better describes what the button does
  • Octopus.Octodiff NuGet library has been updated from 2.0.547 to 2.0.548

4.0.0.1

19 Mar 02:30

Choose a tag to compare

Version - 4.0.0.1 - 3/18/2025

  • Fixed an issue where manual downloads would get stuck after only a few browser pop-ups
  • Fixed the new Wabbajack reset working not working in some cases
  • The MEGA login timeout has been increased to 30 seconds from 10 seconds to hopefully help with login errors.
  • GPU detection logic has been adjusted to account for virtual video controllers and video controllers without a reported refresh rate (thanks to @kaeltis)