Skip to content

Releases: IridiumIO/CompactGUI

Version 1.4.0-rc0

17 Oct 15:54
Compare
Choose a tag to compare
Version 1.4.0-rc0 Pre-release
Pre-release
  • Now force kills the compact command when you exit the program
    • Previously it would keep running as an orphaned process in the background. Now it gives you a warning and then forcefully exits it. Note that I really, really don't recommend doing this, but the option is there. #49
  • Added new information popup for the Force compression option
    • This flag is used for recovering a semi-compressed file (say, if you closed the program halfway through or your system crashed)
  • Compact now uses a 'Below Normal' Process priority to avoid hogging system resources. #55
  • The Explorer right-click menu no longer needs Admin rights to be enabled - Thanks @stkb #52
  • If you encounter an UnauthorizedException the program will now prompt you to re-open it as an Admin.
  • Multiple minor visual changes
  • New Icon to match the GitHub banner

🎉 In other news, there are now around 300 game results on the Wiki!

Version 1.3.5.1

16 Oct 12:46
Compare
Choose a tag to compare
  • Accidentally broke the compact command in the last patch. It's fixed now. Sorry!
  • Minor UI tweak

Version 1.3.5

16 Oct 10:30
Compare
Choose a tag to compare
Version 1.3.5 Pre-release
Pre-release

Broken, will not work on secondary drives. Please update to 1.3.5.1

  • Switched back to CMD and used chcp 437 to force the output to use Western encoding.
    • This should prevent the program from breaking for users with non-Western language settings, but will not fix the issue for those who use languages with the same characters as English. (i.e. Chinese users should be fine, German users will not be) Thanks @vient for helping with this

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