Releases: IridiumIO/CompactGUI
Version 1.7.1
- Results now round up to the next unit earlier and show in decimal instead of integers - e.g.
4827MB → 4.5GB
- Return arrow now hides when you uncompress to prevent accidentally going back to the previous screen during an action
- Updated error handling when CompactGUI cannot connect to the results database
- Minor speedups and improvements
Version 1.7
- Added
Shutdown on Finish
option - Allows you to shutdown, restart or put your computer to sleep after compression or uncompression is finished #67 - Persist compression algorithm across exit - Saves the algorithm you choose so it's selected the next time you open the program #100
- Fix: Prevent percentage from going over 100% #103
- Other: Added loading cursor after selecting a directory while sizes are calculated
- Other: Re-aligned the wiki submission text
Version 1.6
- Added Estimation of Compression based on Wiki submissions - When you select a folder, the little blue text underneath no longer shows
Uncompressed Size: xGB
. It is now a hover link that shows a flyout with more details on it. - Added submission to Wiki link - After compression / analysis, a link is now visible to allow you to go directly to the Google Form for submission of results.
- Added console log output - A
Save Log
option is now available when the console is visible. - ** Warnings are shown for games that have known issues** - Note that this list is still incomplete. Submit issues here
- Multiple minor tweaks and fixes
Version 1.5.1
- Fixed issue with obtaining the codepage in German (possibly for other languages too)
Version 1.5.0
-
Major Logic rework - Modified the underlying parsing logic so that it's no longer dependent on English. It should now work reliably for all languages. A massive thanks to @vient and @theChaosCoder for helping with this #40.
For most users who have English as their system language, this will be a disappointing release, but it cumulatively fixes the issues that were patched in 1.4.0.- Please run Analyse Folder first before running Compact Folder
-
Updated Exit warning and other error strings
🎉 In other news, there are now over 1000 game results on the Wiki!
Version 1.4.0-rc2
A bit of a delay for this one, I spent a while working on the "mark folder for future compression feature" only to remove it entirely. Unfortunately, the way Windows works means that with this option, future compression would only be applied to new items added to the folder. If a game's files were updated then they would be uncompressed anyway, so the uses for this feature were very limited. So, with that out of the way, here's the rather small update:
- Removed 'Mark Future Folders' checkbox - In the interest of performance, it has been taken out entirely. Users who wish to experiment with this feature can clone this tree. It works technically, but caution is advised.
- Fixed compression of folders with symbols in the name (™® etc.) - The output window will not show these symbols accurately, but the actual program should work fine. Thanks @wcogan #89
- Changed a detection string to aid in localization - Users with non-English systems should now at least have the progress bar read 100% completed, but a proper fix is on the way.
Version 1.4.0-rc1
Please download one of the updated recent versions here!
- Major speed improvements by switching to ListBox for the console output - Thanks @Nukepayload2 #70
- Console output now resizes with the main window so you can see more #10
🎉 In other news, there are now over 500 game results on the Wiki!
Version 1.4.0-rc0
- 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
- Accidentally broke the compact command in the last patch. It's fixed now. Sorry!
- Minor UI tweak
Version 1.3.5
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