Releases: Sinflower/UberWolf
Releases · Sinflower/UberWolf
Release v0.4.1
Switched from 32-bit applications to 64-bit to prevent memory errors when processing large files
UberWolfGUI
- Added pack button
- Added pack config dialog
- Replaced injection option with unprotect
UberWolfLib
- Fully implemented packing
- Added packing for encryption version 3.31
- Slightly reduced noise level of messages
- Unpacking is now always done in a separate process to prevent crashes of the application if unpacking fails
- Improved auto-detection of encryption standard
- Added some additional error handling
- Removed injection-based key finding
- Added option to create unprotected versions of encrypted Pro files, currently not supported for Pro v2
UberWolfCli
- Added a proper command line interface based on CLI11
Release v0.3.1
UberWolfGUI v0.3.1
- Added Japanese and Korean MTL localizations provided by Brothers3398
- Added a separator between built-in localizations and those loaded from files
UberWolfLib v0.3.1
- Fixed a crash that occurs when extracting empty archives
- Fixed an extraction bug related to the new version of Wolf RPG
Release v0.3.0
Added decryption support for the latest Wolf RPG Editor encryption (v3.31+)
Added decryption and protection key detection support for the latest Wolf RPG Editor Pro encryption (v3.31+)
Release v0.2.0
UberWolfGUI
- Added localization support (please refer to the Localization Guide if you wish to contribute)
- Added a feature to remove the WolfRPG Pro protection from files after decryption. The unprotected files will be placed in a new folder called
unprotected
. - Fixed a few bugs
UberWolfCli
- Implemented basic functionalities
- Added usage message
- Added documentation
Release v0.1.0
Initial Release