Releases: uuksu/RPGMakerDecrypter
v3.0.4
Changed in this release
After a major architectural overhaul, I've decided to upgrade the RPG Maker Decrypter version to v3.0.0!
Biggest change in this release is the new and exiting support for the RPG Maker MV and MZ decryption. With this change, the RPG Maker Decrypter has become the only tool you will ever need to decrypt RPG Maker games made with any version.
With this change also becomes sad news for the fans of the GUI version. Because I do not have a personal Windows development environment anymore and thus am unable to update the Forms application, I've decided to drop its support. I removed the sources (including the experimental GTK UI), but they remain available in this commit. Maybe someone else would like to create a cross-platform UI (for example with Avalonia) or create a web service utilizing my code (that will be always FOSS with liberal license).
Application has also a new (not really) fancy icon!
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.