Skip to content

Releases: Sinflower/UberWolf

Release v0.4.1

14 Dec 20:10
Compare
Choose a tag to compare

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

17 Jun 22:35
Compare
Choose a tag to compare

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

15 Jun 15:01
Compare
Choose a tag to compare

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

06 Apr 18:07
c16c2ed
Compare
Choose a tag to compare

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

18 Nov 01:19
Compare
Choose a tag to compare

Initial Release