Releases: IridiumIO/CompactGUI
Releases · IridiumIO/CompactGUI
Version 1.3.4
- 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
- Fixed Arithmetic overflow error after compression of folders >2GB in size.
Version 1.3
- 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
- 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
- Fixed progress bar not working when analyzing a folder.
Version 1.1.0.1
- 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
- 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
- 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
Initial Release