Skip to content

Releases: Houmgaor/ReFrontier

v1.2.0: depacking upgrade

27 Nov 16:51
Compare
Choose a tag to compare

The depacking feature was updated to be much faster with multiprocessing.
Depacked files do no longer overwrite old files.

Fix an issue where files with the same name without extension could not be depacked (#5).

Deprecated: decrypted files still rewrite old files (for compatibility).

Full Changelog: v1.1.0...v1.2.0

Adds Chakratos feats, other QoL

20 Nov 12:43
Compare
Choose a tag to compare

added: text full dump features from Chakratos/ReFrontier.
added: start program versioning.

fix: better CSV writing and parsing.
fix: LZ decompression was buggy.
fix: less garbage text generated using fulldump.

doc: README for all features.

Full Changelog: v1.0.1...v1.1.0

Fixing stuff

17 Nov 20:18
Compare
Choose a tag to compare

This release 1.0.1 addresses various bugs.

Those bugs are fixed:

  • Bad decompression (smallish issue in the LZ77 algorithm).
  • Compression level limits were not always respected. It made the compression a bit slower.
  • Encoding not recognized for text extraction.

Full Changelog: v1.0.0...v1.0.1

Initial release

05 Nov 19:04
Compare
Choose a tag to compare

Initial release for the refactored version of ReFrontier.

The main differences are that you can build the project in release mode and use more standard arguments.

Full Changelog: https://github.com/Houmgaor/ReFrontier/commits/v1.0.0