Releases: uuksu/RPGMakerDecrypter
Releases · uuksu/RPGMakerDecrypter
v2.0.16
Changed in this release
- Add overwrite flag: Add a CLI argument and GUI checkbox for controlling file overwriting behavior. Thank you @AhmedAhmedEG for your contribution!
- Spelling error fixes: English is hard, thank you @punctdan for nitpicking and for the fixes!
v2.0.15
Changed in this release
- Fix CLI not working at all: Removed a temporary exception throwing that was accidentally left from previous developement.
v2.0.14
Changed in this release
- Improve error logging: Changed error logging to be less generic and added a exception logging in case of unexpected errors. Thank you @vncastanheira for help and inspiration!
- Prevent project files overwrite: Changed so that project file and .ini file are not generated again if target archive exist in same directory as the output directory (in this situation project already can have those files). Thank you @Half-Time-Demon for the issue report!
v2.0.13
Changed in this release
- Improve archive version detection: Improve archive version detection to match the file extension instead of whole name. This helps decrypting games that have a renamed archive, for example Pokemon Uranium with a renamed archive "Uranium.rgssad". Thanks @POPOharicot for reporting this issue!
v2.0.11
Changed in this release
- Fix issue #5: Some games created with a operating system supporting wider encoding scheme might not extract correctly on all systems. File paths extracted from the archives are now cleaned before trying to use them when writing a file. Thanks @izayoi256 for reporting the issue!
v2.0.10
Changed in this release
- Fix wrong output names on UNIX: Fix files extracted from a RGASSAD going to a wrong directories on a UNIX-like systems because of hardcoded path delimeters. Thank you @tyrone-sudeium for contribution!
v2.0.9
Changed in this release
- Fix GUI About Box: Fix GUI About Box not working when packaging as a single-file application.
v2.0.0
Changed in this release
- Upgrade to .NET 6.0: Upgrade from old .NET Framework to modern .NET 6.0. CLI is now cross-platform so it works for example in Linux and Mac OS.
Initial release
Same how it has been a long time available from my website, now it can be found from releases too.