2019-08-27 04:26:07 +00:00
|
|
|
### Changelog
|
|
|
|
|
2020-01-17 05:30:15 +00:00
|
|
|
* 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".
|
2020-01-18 20:52:09 +00:00
|
|
|
* Fixed download bug that was marking some modlists as corrupted if they were replacing older versions.
|
2020-01-19 23:37:33 +00:00
|
|
|
* While compiling Wabbajack will attempt to download VFS and .meta data from the build server
|
2020-01-17 05:30:15 +00:00
|
|
|
|
2020-01-07 04:49:17 +00:00
|
|
|
#### 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
|
|
|
|
|
2020-01-06 23:34:50 +00:00
|
|
|
#### 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
|
|
|
|
|
2020-01-05 01:22:22 +00:00
|
|
|
#### Version - 1.0 beta 13 - 1/4/22020
|
|
|
|
* Several fixes for steam game handling
|
|
|
|
* Fixes for metrics reporting
|
|
|
|
|
2020-01-04 04:07:57 +00:00
|
|
|
#### 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)
|
|
|
|
|
2020-01-03 22:31:25 +00:00
|
|
|
#### 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
|
|
|
|
|
2019-12-23 17:29:28 +00:00
|
|
|
#### 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.
|
|
|
|
|
2019-12-18 16:56:27 +00:00
|
|
|
#### Version - 1.0 beta 9 - 12/18/2019
|
|
|
|
* Create output folders before trying to download a file
|
|
|
|
|
2019-12-18 05:29:42 +00:00
|
|
|
#### 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
|
|
|
|
|
2019-12-16 02:24:05 +00:00
|
|
|
#### 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
|
|
|
|
|
2019-12-15 05:00:56 +00:00
|
|
|
#### Version - 1.0 beta 6 - 12/14/2019
|
|
|
|
* Fixes for some strange steam library setups
|
|
|
|
* Implemented download/install counts
|
|
|
|
|
2019-12-14 17:10:06 +00:00
|
|
|
#### Version - 1.0 beta 5 - 12/14/2019
|
|
|
|
* Added LoversLab download support
|
|
|
|
* Nexus and LL logins now happen via a in-ap browser
|
|
|
|
* Several UI enhancements
|
|
|
|
|
2019-12-04 05:07:13 +00:00
|
|
|
#### Version - 1.0 beta 4 - 12/3/2019
|
|
|
|
* Several crash and bug fixes
|
|
|
|
|
2019-11-30 21:15:55 +00:00
|
|
|
#### Version - 1.0 beta 3 - 11/30/2019
|
|
|
|
* Reworked much of the UI into a single window
|
|
|
|
* Can download modlists directly through the single-window UI
|
|
|
|
* Removed hard error on lack of disk space. We need to think about how we calculate required space
|
|
|
|
|
|
|
|
|
2019-11-23 17:46:16 +00:00
|
|
|
#### Version - 1.0 beta 2 - 11/23/2019
|
2019-11-20 00:15:46 +00:00
|
|
|
* Optimized install process, if you install on a directory that already contains an install
|
|
|
|
the minimal amount of work will be done to update the install, instead of doing a complete
|
|
|
|
from-scratch install
|
|
|
|
* Vortex Support for some non-Bethesda games.
|
|
|
|
* Reworked several internal systems (VFS and workqueues) for better reliability and stability
|
2019-11-23 17:46:16 +00:00
|
|
|
* Patches are cached during compilation, and source files are no longer extracted every compile
|
2019-11-20 00:15:46 +00:00
|
|
|
|
2019-11-07 05:35:01 +00:00
|
|
|
#### Version 1.0 beta 1 - 11/6/2019
|
|
|
|
* New Installation GUI
|
|
|
|
* Files are now moved during installation instead of copied
|
|
|
|
* Many other internal/non-user-facing improvements and optimizations
|
|
|
|
|
2019-11-02 23:23:47 +00:00
|
|
|
#### Version 1.0 alpha 5 - 11/2/2019
|
|
|
|
* Fix a NPE exception with game ESM verification
|
|
|
|
|
2019-11-02 21:15:51 +00:00
|
|
|
#### Version 1.0 alpha 4 - 11/2/2019
|
|
|
|
* Reorganize steps so that we run zEdit merges before NOMATCH_INCLUDE
|
|
|
|
* Look for hidden/optional ESMs when building zEdit plugins
|
|
|
|
* Check for modified ESMs before starting the long install process
|
|
|
|
|
2019-11-02 15:58:21 +00:00
|
|
|
#### Version 1.0 alpha 3 - 11/2/2019
|
2019-10-15 00:20:24 +00:00
|
|
|
* Slideshow more responsive on pressing next
|
2019-10-15 00:38:16 +00:00
|
|
|
* Slideshow timer resets when next is pressed
|
2019-10-30 16:52:42 +00:00
|
|
|
* Changed modlist extension to `.wabbajack`
|
|
|
|
* You can now open modlists directly (after initial launch)
|
2019-10-31 16:50:38 +00:00
|
|
|
* Wabbajack will exit if MO2 is running
|
2019-11-02 15:58:21 +00:00
|
|
|
* Added support for zEdit merges. We detect the zEdit install location by scanning the tool list in
|
|
|
|
Mod Organizer's .ini files, then we use the merges.json file to figure out the contents of each merge.
|
2019-10-15 00:20:24 +00:00
|
|
|
|
2019-10-15 21:18:10 +00:00
|
|
|
#### Version 1.0 alpha 2 - 10/15/2019
|
|
|
|
* Fix installer running in wrong mode
|
|
|
|
|
2019-10-15 02:58:24 +00:00
|
|
|
#### Version 1.0 alpha 1 - 10/14/2019
|
|
|
|
* Several internal bug fixes
|
2019-10-13 03:34:21 +00:00
|
|
|
|
|
|
|
#### Version 0.9.5 - 10/12/2019
|
2019-10-12 10:34:28 +00:00
|
|
|
* New Property system for chaning Modlist Name, Author, Description, Website, custom Banner and custom Readme
|
|
|
|
* Slideshow can now be disabled
|
|
|
|
* NSFW mods can be toggled to not appear in the Slideshow
|
2019-10-02 22:45:42 +00:00
|
|
|
* Set Oblivion's MO2 names to `Oblivion` not `oblivion`
|
2019-10-03 03:08:12 +00:00
|
|
|
* Fix validation tests to run in CI
|
2019-10-03 04:35:29 +00:00
|
|
|
* Add `check for broken archives` batch functionality
|
2019-10-03 22:22:43 +00:00
|
|
|
* Remove nexus timeout for login, it's pointless.
|
2019-10-04 20:50:34 +00:00
|
|
|
* Force slides to load before displaying
|
|
|
|
* Supress slide load failures
|
2019-10-12 10:36:55 +00:00
|
|
|
* UI is now resizeable
|
2019-10-06 21:58:36 +00:00
|
|
|
* Setup Crash handling at the very start of the app
|
2019-10-11 23:32:56 +00:00
|
|
|
* Add BA2 support
|
2019-10-12 08:15:07 +00:00
|
|
|
* Fix Downloads folder being incorrectly detected in some cases
|
|
|
|
* Fix validation error on selecting an installation directory in Install mode
|
2019-10-13 03:15:14 +00:00
|
|
|
* Reworked download code to be more extensible and stable
|
2019-10-02 22:17:30 +00:00
|
|
|
|
|
|
|
#### Version 0.9.4 - 10/2/2019
|
2019-10-01 03:04:21 +00:00
|
|
|
* Point github icon to https://github.com/wabbajack-tools/wabbajack
|
2019-10-01 22:39:25 +00:00
|
|
|
* Add game registry entry for Skyrim VR
|
|
|
|
* Modlists are now .zip files.
|
|
|
|
* Modlists now end with `.modlist_v1` to enable better version control
|
2019-10-01 23:06:15 +00:00
|
|
|
* If `readme.md` is found in the profile directory, inline it into the install report.
|
2019-10-02 03:07:26 +00:00
|
|
|
* Fix bug with null uri in slideshow images
|
|
|
|
* Fix bug in CleanedESM generation
|
2019-10-01 03:00:28 +00:00
|
|
|
|
|
|
|
#### Version 0.9.3 - 9/30/2019
|
2019-09-20 22:49:32 +00:00
|
|
|
* Add WABBAJACK_NOMATCH_INCLUDE works like WABBAJACK_INCLUDE but only includes files that are found to be missing at the end of compilation
|
|
|
|
* Add a list of all inlined data blobs to the install report, useful for reducing installer sizes
|
2019-09-22 13:56:03 +00:00
|
|
|
* Increased dummy EPS detection size to 250 bytes and added .esm files to the filter logic
|
2019-09-23 21:37:10 +00:00
|
|
|
* Only sync the VFS cache when it changes.
|
|
|
|
* Fix a crash in GroupedByArchive()
|
|
|
|
* Detect and zEdit Merges and include binary patches for merges (no install support yet)
|
2019-09-24 04:34:21 +00:00
|
|
|
* Add unit/integration tests.
|
|
|
|
* Don't assume *everyone* has LOOT
|
2019-09-24 11:28:47 +00:00
|
|
|
* Added support for `.exe` installers
|
2019-09-26 03:18:36 +00:00
|
|
|
* Rework UI to support a slideshow of used mods during installation and compilation
|
2019-09-26 03:20:14 +00:00
|
|
|
* Remove support for extracting `.exe` installers
|
2019-09-26 04:17:34 +00:00
|
|
|
* Added support for `.omod` files
|
2019-09-27 21:30:52 +00:00
|
|
|
* Stop emitting `.exe` modlist installers
|
|
|
|
* Reworked Nexus HTTP API - Thanks Cyclonit
|
2019-09-30 23:39:41 +00:00
|
|
|
* Added permissions system
|
|
|
|
* Auto detect game folders
|
2019-09-19 03:06:52 +00:00
|
|
|
|
|
|
|
#### Version 0.9.2 - 9/18/2013
|
2019-09-08 03:34:18 +00:00
|
|
|
* Fixed a bug with BSA string encoding
|
|
|
|
* Fixed another profile issue confirmed that they are properly included now
|
|
|
|
* Log when the executable is being generated
|
|
|
|
* Fixed a integer overflow resulting in a crash in very large BSA reading
|
|
|
|
* Fix a bug in BSA string encoding
|
2019-09-10 13:02:25 +00:00
|
|
|
* Add human friendly filesizes to the download header and file info sections in the Install Report
|
2019-09-12 23:44:35 +00:00
|
|
|
* Improve compilation times by caching BSDiff patches
|
|
|
|
* Detect when VFS root folders don't exist
|
|
|
|
* Only reauth against the Nexus every 3 days (instead of 12 hours)
|
|
|
|
* Optimize executable patching by switching to .NET serialization and LZ4 compression
|
2019-09-13 00:18:50 +00:00
|
|
|
* Ignore some files Wabbajack creates
|
|
|
|
* Improve compilation times by reworking file indexing algorithm
|
|
|
|
* Store patch files in byte format instead of base64 strings
|
2019-09-14 03:44:07 +00:00
|
|
|
* Verify SHA of patched files after install
|
2019-09-16 20:40:06 +00:00
|
|
|
* Treat .fomod files as archives
|
|
|
|
* Include WABBAJACK_INCLUDE files before including patches
|
|
|
|
* Ignore .bin and .refcache files (DynDOLOD temp files)
|
2019-09-16 22:47:15 +00:00
|
|
|
* Shell out to cmd.exe for VFS cleaning should fix "ReadOnlyFile" errors once and for all
|
2019-09-18 02:17:12 +00:00
|
|
|
* Switch out folder selection routines for Win32 APIs, should fix issue #27
|
2019-09-18 03:56:01 +00:00
|
|
|
* Disable the UI while working on things, so users don't accidentally mis-click during installation/loading
|
|
|
|
* Disabled "ignore missing files", it didn't work anyways
|
2019-09-18 21:33:23 +00:00
|
|
|
* Properly delete BSA temp folder after install
|
|
|
|
* Include size and hash for installed files
|
2019-09-16 20:40:06 +00:00
|
|
|
|
2019-09-08 03:34:18 +00:00
|
|
|
#### Version 0.9.1 - 9/5/2019
|
|
|
|
* Fixed a bug where having only one profile selected would result in no profiles being selected
|
|
|
|
|
|
|
|
|
2019-09-06 02:26:51 +00:00
|
|
|
#### Version 0.9 - 9/5/2019
|
2019-08-30 04:24:31 +00:00
|
|
|
* Added log information for when modlists start parsing during installation
|
|
|
|
* Check all links during mod list creation
|
2019-08-30 23:57:56 +00:00
|
|
|
* Generate a installation report during compilation
|
|
|
|
* Show the report after compiling
|
|
|
|
* Added a button to view the report before installing
|
2019-09-02 22:03:46 +00:00
|
|
|
* Added support for non-archive files in downloads and installation. You can now provide a link directly to a file
|
|
|
|
that is copied directly into a modfile (commonly used for `SSE Terrain Tamriel.esm`)
|
|
|
|
* Fix crash caused by multiple downloads with the same SHA256
|
2019-09-04 11:26:24 +00:00
|
|
|
* Putting `WABBAJACK_ALWAYS_ENABLE` on a mod's notes/comments will cause it to always be included in the modlist, even if disabled
|
2019-09-02 22:36:57 +00:00
|
|
|
* All `.json`, `.ini`, and `.yaml` files that contain remappable paths are now inlined and remapped.
|
2019-09-04 01:43:16 +00:00
|
|
|
* If Wabbajack finds a file called `otherprofiles.txt` inside the compiled profile's folder. Then that file is assumed
|
2019-09-03 21:17:00 +00:00
|
|
|
to be a list of other profiles to be included in the install. This list should be the name of a profile, one name per line.
|
2019-09-03 22:12:39 +00:00
|
|
|
* Can now set the download folder both during compilation and installation.
|
|
|
|
* Any config files pointing to the download folder are remapped.
|
2019-09-04 01:43:16 +00:00
|
|
|
* Refuse to run inside `downloads` folders (anti-virus watches these files too closely and it can cause VFS issues)
|
2019-09-04 01:59:07 +00:00
|
|
|
* Refuse to run if MO2 is on the system installed in non-portable mode (otherwise broken installs may result)
|
2019-09-04 20:49:13 +00:00
|
|
|
* Config files that don't otherwise match a rule are inlined into the modlist
|
2019-09-04 21:19:37 +00:00
|
|
|
* Warn users before installing into an existing MO2 install folder (prevents unintentional data loss from overwriting existing data #24)
|
|
|
|
* Fix for read only folder deletion bug (#23)
|
2019-09-05 22:18:54 +00:00
|
|
|
* Include version numbers and SHAs in the install report
|
|
|
|
* Removed option to endorse mods, Nexus devs mentioned it was of questionable worth, I (halgari) agree
|
2019-08-30 04:24:31 +00:00
|
|
|
|
|
|
|
#### Version 0.8.1 - 8/29/2019
|
|
|
|
* Fixed a bug that was causing VFS temp folders not to be cleaned
|
|
|
|
* 7zip Extraction code now shows a progress bar
|
|
|
|
* Told 7zip not to ask for permission before overwriting a file (should fix the hanging installer problem)
|
|
|
|
* Fixed several places where we were using long-path incompatible file routines
|
|
|
|
* Changed the work queue from FIFO to LIFO which results in depth-first work instead of breadth-first
|
|
|
|
TLDR: We now fully analyze a single archive before moving on to the next.
|
2019-09-04 01:59:07 +00:00
|
|
|
|
2019-08-30 04:24:31 +00:00
|
|
|
|
|
|
|
|
2019-08-27 04:26:07 +00:00
|
|
|
#### Version 0.8 - 8/26/2019
|
|
|
|
* Mod folders that contain ESMs with names matching the Skyrim core ESMs are assumed to be cleaned versions of the core
|
|
|
|
game mods, and will be patched from the ESMs found in the game folder. **Note:** if you have also cleaned the files in the Skyrim
|
|
|
|
folder, this will result in a broken install. The ESMs in the game folder should be the original ESMs, the cleaned
|
|
|
|
ESMs should go into their own mod. These files currently only include:
|
2019-08-28 03:22:57 +00:00
|
|
|
* `Update.esm`
|
|
|
|
* `Dragonborn.esm`
|
|
|
|
* `HearthFires.esm`
|
|
|
|
* `Dawnguard.esm`
|
|
|
|
* `ModOrganizer.ini` is now interpreted and included as part of the install. As part of the install users will be asked
|
|
|
|
to point to their game folder, and then all the references to the MO2 folder or Game folder in `ModOrganizer.ini` will
|
2019-08-27 04:26:07 +00:00
|
|
|
be remapped to the new locations.
|
|
|
|
* Progress bars were added to several install/hashing and compilation instructions
|
|
|
|
* 7zip routines were rewritten to use subprocesses instead of a C# library. This will result in slower indexing and installation
|
|
|
|
but should have full compatability with all usable archive formats. It should also reduce total memory usage during extraction.
|
|
|
|
* Added the ability to endorse all used mods at the completion of an install
|
2019-08-28 03:22:57 +00:00
|
|
|
* Custom LOOT rules are now included in a special folder in MO2 after install. Users can use this to quickly import new LOOT rules.
|
|
|
|
* Moved the VFS cache from using BSON to a custom binary encoding. Much faster read/write times and greatly reduced memory usage.
|
|
|
|
**Note:** This means that modlist authors will have to re-index their archives with this version. This is automatic but the first
|
2019-09-26 04:17:34 +00:00
|
|
|
compilation will take quite some time while the cache reindexes.
|