Skip to content

Releases: wabbajack-tools/wabbajack

3.5.0.1

16 Jan 00:43
Compare
Choose a tag to compare

Version - 3.5.0.1 - 1/15/2024

  • HOTFIX - change the cache file names so files will be auto-rehashed

3.5.0.0

15 Jan 23:49
Compare
Choose a tag to compare

Version - 3.5.0.0 - 1/15/2024

  • Fixed a long standing bug with the BSA reader. This problem has existed for at least 4 years, but was never seen
    till now. The latest Skyrim updates exposed the error. If a file inside a BSA was compressed and the compressed file
    size was exactly the same as the uncompressed file, WJ would not decompress the file and instead write out the raw
    LZ4 data. This would caus a ton of issues all throughout the app.
  • Modlist Authors: Delete your VFS cache, hash cache, and recompile your list from scratch. This will ensure that all
    files are properly decompressed and properly reindexed.

3.4.2.0

14 Jan 22:48
Compare
Choose a tag to compare

Version - 3.4.2.0 - 1/24/2024

  • Updated GameFinder to 4.1.0
    • Fixes Wabbajack not Launching on some systems
  • Added the GameFinder module for EA Desktop
    • Only Dragon Age: Origins & Dragon Age: Inquisition supported for now.
    • For other games we still need to collect the right store IDs
  • Fixed Final Fantasy 7: Remake Intergrade meta data
  • Fixed new WebView2 instances being created constantly causing a memory leak
  • Fixed the Nexus API key no longer being picked up when logging in
  • Fixed Baldur's Gate 3 having to be named 'badlursgate3' instead of 'baldursgate3' when defining a modlist JSON
  • Fixed wabbajack-cli.bat pointing to the wrong CLI executable path

3.4.2.0-Pre

08 Jan 20:05
Compare
Choose a tag to compare
3.4.2.0-Pre Pre-release
Pre-release

How to use Pre-releases ? YouTube Guide

Changelog:

  • Updated GameFinder to 4.1.0
    • Fixes Wabbajack not Launching on some systems
  • Added the GameFinder module for EA Desktop
    • Only Dragon Age: Origins & Dragon Age: Inquisition supported for now.
    • For other games we still need to collect the right store IDs
  • Fixed Final Fantasy 7: Remake Intergrade meta data

Full Changelog: 3.4.1.0...3.4.2.0-pre

3.4.1.0

21 Dec 22:36
Compare
Choose a tag to compare

Version - 3.4.1.0 - 12/21/2023

  • Added Support for Final Fantasy 7: Remake Intergrade
  • Update CLI to .NET 8.0 (was missed in the last update)
  • Added Support for Baldur's Gate 3
    • Very Work in Progress
    • NOT Plug and Play for compiling and installing!

3.4.0.0

19 Nov 22:17
Compare
Choose a tag to compare

Version - 3.4.0.0 - 11/19/2023

  • Fixed --outputPath not being used for the CLI compile (thanks to @majcosta for fixing that)
  • Improved Log message for cases where low storage on the drive Wabbajack is installed on causes compiles to fail
    • To list authors still compiling on Wabbajack 3.0.5.0:
      This is what is causing your compiles with any newer Wabbajack version to fail.
      The reason the compile works is that you already have a full cache for all your mods and BSAs with that version and WJ only needs to add a small amount of new files to that cache and needs less temporary drive space because of that. Any version higher than 3.0.5.0 needs a new cache that can't be converted and needs WJ to unpack every Archive (zip/rar/7z/BSA/BA2) and add the files inside to the new cache.
      Finding ways to reduce the storage footprint when compiling huge lists for the first time (since any following compiles won't need that space requirement anymore) will be investigated.
  • Wabbajack will now clean the temp folder when closed
  • Updated Dependencies
    • LZ4 to version 1.3.7-beta
    • SharpZipLib to version 1.4.2
  • Fully upgraded to .NET 8.0
  • Fixed the WebView2 based browser window to no longer crash the application when closed

Version - 3.3.0.1 - (Was only a Pre-Release)

  • Fixed Manual Downloading on NexusMods being blocked by a hidden cookie consent banner

Version - 3.3.0.0 - 10/13/2023 (taken down due to build issues)

  • Fixed some UI issues arising from 3.2.0.0 changes - more informative error text, wiki link button
  • Added optional JSON flag for DisplayVersionOnlyInInstallerView to enable the installer image to only show version number.
  • Fixed manual downloader downloading in the OS's "Downloads" folder
  • Added RAM Limit setting for downloads
    • This fixes the High RAM usage (and sometimes app crashes) on some Hardware + Very High Speed Internet Connection Systems
  • Added Fallout 4 (GOG) to the index
  • Updated App to .NET 8.0
    • Should fix random crashes on some systems
  • Updated GameFinder to 4.0.0

3.3.1.0-Pre

02 Nov 16:45
Compare
Choose a tag to compare
3.3.1.0-Pre Pre-release
Pre-release

How to use Pre-releases ? YouTube Guide

Version - 3.3.1.0-Pre2 - 11/05/2023

  • Fixed Captcha Challenge Login Issue

Version - 3.3.1.0-Pre - 11/02/2023

  • Fixed --outputPath not being used for the CLI compile (thanks to @majcosta for fixing that)
  • Improved Log message for cases where low storage on the drive Wabbajack is installed on causes compiles to fail
    • To list authors still compiling on Wabbajack 3.0.5.0:
      This is what is causing your compiles with any newer Wabbajack version to fail.
      The reason the compile works is that you already have a full cache for all your mods and BSAs with that version and WJ only needs to add a small amount of new files to that cache and needs less temporary drive space because of that. Any version higher than 3.0.5.0 needs a new cache that can't be converted and needs WJ to unpack every Archive (zip/rar/7z/BSA/BA2) and add the files inside to the new cache.
      Finding ways to reduce the storage footprint when compiling huge lists for the first time (since any following compiles won't need that space requirement anymore) will be investigated.
  • Wabbajack will now clean the temp folder when closed #2437
  • Updated Dependencies
    • LZ4 to version 1.3.7-beta
    • SharpZipLib to version 1.4.2

Version - 3.3.0.1-Pre - 10/31/2023

  • Fixes #2427 Manual Downloading on Nexus Mods not accepting input

Also included changes to compared to the latest live version

Version - 3.3.0.0-Pre - 10/21/2023

  • Fix for resumable downloads not always resuming and causing installations to fail because of it
  • Update to .NET 8.0
    • Should fix random crashes on some systems
      *Updated GameFinder to 4.0.0

Version - 3.3.0.0-Pre - 10/02/2023

  • Fixes for folder detection not working
  • Removed Drive Space Checking because it was interfering with list updating and shared download folders

Version - 3.3.0.0-Pre - 08/28/2023

  • Fix for a deadlock preventing the app from starting (on some systems)

Version - 3.3.0.0-Pre - 08/27/2023

  • Add GOG FO4 support (only for WJ to accept it as a valid game list support IS NOT guaranteed! )

Version - 3.3.0.0-Pre - 08/24/2023

  • More fixes and updates to the UI changes

Version - 3.3.0.0-Pre - 08/22/2023

  • Fixed some UI issues arising from 3.2.0.0 changes - more informative error text, drive space checking, wiki link button
  • Added optional JSON flag for DisplayVersionOnlyInInstallerView to enable the installer image to only show version number.
  • Fixed manual downloader downloading in the OS's "Downloads" folder
  • Added RAM Limit setting for downloads

#2374, #2376, #2380, #2393, #2398
Contributors for those changes are:
@UrbanCMC, @JanuarySnow, @tr4wzified, @halgari, @majcosta and @EzioTheDeadPoet

Full Changelog: 3.2.0.1...3.3.1.0-pre

3.3.0.1-Pre

31 Oct 12:54
Compare
Choose a tag to compare
3.3.0.1-Pre Pre-release
Pre-release

How to use Pre-releases ? YouTube Guide

Version - 3.3.0.1-Pre - 10/31/2023

  • Fixes #2427 Manual Downloading on Nexus Mods not accepting input

Also included changes to compared to the latest live version

Version - 3.3.0.0-Pre - 10/21/2023

  • Fix for resumable downloads not always resuming and causing installations to fail because of it
  • Update to .NET 8.0
    • Should fix random crashes on some systems
      *Updated GameFinder to 4.0.0

Version - 3.3.0.0-Pre - 10/02/2023

  • Fixes for folder detection not working
  • Removed Drive Space Checking because it was interfering with list updating and shared download folders

Version - 3.3.0.0-Pre - 08/28/2023

  • Fix for a deadlock preventing the app from starting (on some systems)

Version - 3.3.0.0-Pre - 08/27/2023

  • Add GOG FO4 support (only for WJ to accept it as a valid game list support IS NOT guaranteed! )

Version - 3.3.0.0-Pre - 08/24/2023

  • More fixes and updates to the UI changes

Version - 3.3.0.0-Pre - 08/22/2023

  • Fixed some UI issues arising from 3.2.0.0 changes - more informative error text, drive space checking, wiki link button
  • Added optional JSON flag for DisplayVersionOnlyInInstallerView to enable the installer image to only show version number.
  • Fixed manual downloader downloading in the OS's "Downloads" folder
  • Added RAM Limit setting for downloads

#2374, #2376, #2380, #2393, #2398
Contributors for those changes are:
@UrbanCMC, @JanuarySnow, @tr4wzified, @halgari and @EzioTheDeadPoet

Full Changelog: 3.2.0.1...3.3.0.1-pre

3.3.0.0-pre

21 Oct 16:25
Compare
Choose a tag to compare
3.3.0.0-pre Pre-release
Pre-release

How to use Pre-releases ? YouTube Guide

Version - 3.3.0.0-Pre - 10/21/2023

  • Fix for resumable downloads not always resuming and causing installations to fail because of it
  • Update to .NET 8.0
    • Should fix random crashes on some systems
      *Updated GameFinder to 4.0.0

Version - 3.3.0.0-Pre - 10/02/2023

  • Fixes for folder detection not working
  • Removed Drive Space Checking because it was interfering with list updating and shared download folders

Version - 3.3.0.0-Pre - 08/28/2023

  • Fix for a deadlock preventing the app from starting (on some systems)

Version - 3.3.0.0-Pre - 08/27/2023

  • Add GOG FO4 support (only for WJ to accept it as a valid game list support IS NOT guaranteed! )

Version - 3.3.0.0-Pre - 08/24/2023

  • More fixes and updates to the UI changes

Version - 3.3.0.0-Pre - 08/22/2023

  • Fixed some UI issues arising from 3.2.0.0 changes - more informative error text, drive space checking, wiki link button
  • Added optional JSON flag for DisplayVersionOnlyInInstallerView to enable the installer image to only show version number.
  • Fixed manual downloader downloading in the OS's "Downloads" folder
  • Added RAM Limit setting for downloads

#2374, #2376, #2380, #2393, #2398
Contributors for those changes are:
@UrbanCMC, @JanuarySnow, @tr4wzified, @halgari and @EzioTheDeadPoet

Full Changelog: 3.2.0.1...3.3.0.0-pre

3.0.5.0

22 Dec 16:07
Compare
Choose a tag to compare

Version - 3.0.5.0 - 12/22/2022

  • Add support for https://www.nexusmods.com/site hosted mods.
  • Fix Website Links
  • Game support:
    • Added support for Valheim
    • Added Cyberpunk 2077 Epic Games Store support