Skip to content

Releases: IridiumIO/CompactGUI

Version 1.3.4

16 Oct 09:14
Compare
Choose a tag to compare
Version 1.3.4 Pre-release
Pre-release
  • Fixed display when using custom themes
  • Changed all numbers to use Int64 which will avoid overflow errors if you have more than 2 million files in a selected folder
  • Added current folder name to results page
  • Switch to PS for output in an attempt to fix localisation (untested, need confirmation that it works)

Version 1.3.2

15 Oct 01:48
Compare
Choose a tag to compare

Version 1.3

14 Oct 11:24
Compare
Choose a tag to compare
  • Added Explorer context menu integration - Right-click on a folder and access CompactGUI from the menu.
    • Needs to be enabled from within the program first (requires Administrator privileges)
  • Registry integration - The program location is saved to the registry to allow the above feature to work
  • Added ability to restart program as Administrator (only exposed for context menu integration at the moment)
  • Made info page a bit less ugly

Version 1.2

14 Oct 04:07
Compare
Choose a tag to compare
  • Modified outputs to show compression sizes more accurately
  • Fixed inaccurate compression readings
  • Added compressed file counter
  • Added information tooltip to file counter
  • Increased the size a folder has to be before it is rounded up to the next unit (e.g. KB -> MB)
    • Old: 4265MB displayed as 4GB, 10875MB displayed as 11GB
    • New: 4265MB displays as 4265MB, 10875MB displayed as 11GB
  • Minor layout tweaks

Version 1.3.1

14 Oct 12:36
Compare
Choose a tag to compare
  • Fixed progress bar not working when analyzing a folder.

Version 1.1.0.1

13 Oct 10:34
Compare
Choose a tag to compare
  • Fixed broken number separators in the console for those who use spaces as separator characters (e.g. 1 000 000 vs. 1,000,000).

From 1.1.0

  • Added

    • Get compression status of existing folders
    • Uncompress folders
    • Ability to check for updates (links to GitHub Releases)
  • Minor bug fixes

Version 1.1.0

13 Oct 10:11
Compare
Choose a tag to compare
  • Added
    • Get compression status of existing folders
    • Uncompress folders
    • Ability to check for updates (links to GitHub Releases)
  • Code optimization to make future features easier to implement
  • Minor bug fixes

Version 1.0.1

13 Oct 07:10
Compare
Choose a tag to compare
Version 1.0.1 Pre-release
Pre-release
  • Simplified internal functions to add features in future
  • Reworked folder size parsing to accommodate variations in regional formatting.
  • Added version number to Info panel

Version 1.0

12 Oct 08:37
Compare
Choose a tag to compare

Initial Release