Skip to content

Commit

Permalink
3.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
halgari committed Jan 15, 2024
1 parent f16f27a commit d25834c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

env:
VERSION: 3.4.2.0
VERSION: 3.5.0.0

jobs:
build:
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
### Changelog

#### Version - 3.4.2.0 - 1/24/2024
#### 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.

#### Version - 3.4.2.0 - 1/14/2024
* Updated GameFinder to 4.1.0
* Fixes Wabbajack not Launching on some systems
* Added the GameFinder module for EA Desktop
Expand Down

0 comments on commit d25834c

Please sign in to comment.