This repository has been archived by the owner on May 3, 2023. It is now read-only.
Releases: vonhoff/ResourcePackerGUI
Releases · vonhoff/ResourcePackerGUI
v1.2.1
v1.2.0
This release provides the following updates:
- Added filename label in preview toolbar.
- Removed duplicate reload action.
- Fixed resource selector bug.
- Updated allowed tree-node hit locations.
- Added conflict warning label in package explorer.
- Fixed preview panel issues.
v1.1.2
v1.1.0
v1.0.2.1
The following revision provides the following changes:
- Updated the title of the main form to "ResourcePackerGUI".
- Hidden the verbose cancellation dialog after canceling a password request.
- Refactored logging of the build process.
- Fixed bug where the application would crash when the creation dialog was too small.
v1.0.2
v1.0.1
This patch provides fixes for the following bugs:
- A bug which prevented a package from opening if one of the files were empty.
- A bug where the status label would not reset after an attempt to open an invalid package.
- A bug where valid XML content could not be parsed if it contained non-printable characters.
v1.0.0
Added features:
- Create a package, optionally with AES-128 encryption, and to choose which files to include or exclude from the package.
- Create a file list with a package, or just the package.
- Preview resources from inside a package, with a hex view, text view, or image view.
- Reconstruct a folder structure from the entry IDs and a provided file list.
- Extract all resources from a package, or just a selected amount, to a folder of your choice.
- Preview or extract an existing package without a file list. The IDs are used as the file names, where the extensions are determined by the MIME type based on its contents.
Full Changelog: https://github.com/vonhoff/ResourcePackerGUI/commits/v1.0.0