Skip to content

Releases: Ytrog/Compacter

v1.1.0

28 Jun 13:10

Choose a tag to compare

Added filtering and error handling.

What's Changed

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

v1.0.1

21 Jun 13:14

Choose a tag to compare

Fixes issues:
#5 and #6

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

v1.0.0

21 Jun 11:31

Choose a tag to compare

Compacter v1.0.0.0

Basic functionality:

  1. You can select a folder
  2. You can analyze (with optional parallelization See: #2) the files to see their size on disk, Shannon entropy and if they are NTFS compressed
  3. It then compresses normal files through NTFS compression and executables (.exe and .dll) through LZX compression using a script.

Full notes:

Full Changelog: https://github.com/Ytrog/Compacter2/commits/v1.0.0