Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Releases: vonhoff/ResourcePackerGUI

v1.2.1

04 Sep 13:44
Compare
Choose a tag to compare

This release provides the following updates:

  • Changed progress to progress to use decimals in percentages.
  • Added a "refresh" button to the creation form.
  • Fixed typos and minor bugs.

v1.2.0

11 Aug 08:17
Compare
Choose a tag to compare

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

16 Jul 10:49
Compare
Choose a tag to compare
  • Fixed a bug that caused the application to crash when ran on Windows 10.
  • Fixed a bug where nested folders got extracted incorrectly.
  • Fixed the UI when ran on legacy systems.

v1.1.0

15 Jul 21:33
Compare
Choose a tag to compare
  • The "Directory is not empty" dialog has been removed since it is too verbose.
  • Fixed a bug that kept reconstructing the entire folder structure even when not selected for extraction.
  • The encoding issue for Cyrillic symbols has been fixed.

v1.0.2.1

07 Jul 11:32
Compare
Choose a tag to compare

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

05 Jul 11:36
Compare
Choose a tag to compare

This release resolves the following issues:

  • An issue where cancellation did not work sometimes.
  • An issue where closing the "Replacement" dialog box still continued extraction.

v1.0.1

04 Jul 15:55
Compare
Choose a tag to compare

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

04 Jul 10:09
Compare
Choose a tag to compare

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