Skip to content

Releases: IridiumIO/CompactGUI

Version 2.3.2

17 Nov 23:45

Choose a tag to compare

### Fixes
* Fixed startup error for users who use "," as a decimal separator - Occurs when parsing online for a new version. Ironically people affected by this issue won't get a banner telling them a new version is available

Didn't actually fix much. See new release

Version 2.3.1

17 Nov 02:39

Choose a tag to compare

Changes

  • Performance Improvements - Folder selection and estimation may be up to 50% faster in some situations

Version 2.3

16 Nov 06:02

Choose a tag to compare

Changes

  • Added update checker - From this version onward, a banner will show at the top when a new version is available

Fixes

  • Minor UI alignment corrections

Version 2.2.1

15 Nov 11:42

Choose a tag to compare

Fixes

  • Broke some localization in 2.1 - Fixed it again.
  • Fixed output log encoding.

Version 2.2

11 Nov 09:36

Choose a tag to compare

Changes

  • Code cleanup - Folder selection and estimation should be ~30-40% faster.
  • Adjusted online results parser - Major increase in accuracy. More results should now show up for games, and exact matches process ~10-25% faster.

Fixes

  • Fixed Online Results window extending past the screen edge #140

Version 2.1

10 Nov 03:34
95fe4e9

Choose a tag to compare

Changes

  • Major safety changes
    • Better process handling
    • Safer exit strategy. Force exiting the program will now finish the last file (not folder) it was working on in the background rather than exiting in a semi-compressed state. This means you no longer have to worry about potential corruption if you force the program to close before it finishes.

Fixes

  • Multiple instancing - More than one instance of CompactGUI can now be run without affecting the actions of others #136
  • Fixed Division by Zero Exception when trying to compress an empty folder - It will now throw a sarcastic message instead. #134 #95
  • Fixed an edge-case where estimation for PUBG wouldn't show online results

Notes

  • Russian, German, Malaysian, Swiss (and possibly other non-English) users may have visual issues with this build. Please report those here so they can be fixed.
  • I still plan on merging fixes and features into the old UI (1.x versions) but those will have to wait for a while.

Version 2.0b3

06 Nov 12:21

Choose a tag to compare

Added

  • Drag and Drop support - You can now drag a folder onto the "Select Folder" box to load it as a target. #130

Fixes

  • Analyse button and Select Folder bar are now disabled while an action is being performed #129
  • Fixed sidebar not showing if an Internet connection is unavailable #133
  • Fixed visual glitches when maximising #125
  • Enabled minimising and restoring from taskbar #125
  • Other minor tweaks
    • Stopped Maximize and Minimize buttons from auto-selecting when the Estimate arrow is hovered over
    • Changed fonts for some elements of the Info pane so they render properly in other languages
    • Minor changes to progressbars.

Version 2.0b2

03 Nov 01:22

Choose a tag to compare

Version 2.0b2 Pre-release
Pre-release
  • Fixed inaccurate estimate on systems that use , as a decimal separator - Thanks @SpoonOfDoom #122
  • Temporary Fix for Compact option not showing up sometimes - Clicking on Analyse will now force it to show #124

Version 2.0b1

31 Oct 08:48

Choose a tag to compare

Version 2.0b1 Pre-release
Pre-release

CompactGUI² - UI Overhaul

  • The core functionality should be the same, as the changes are (supposed to be) visual only. Please report any bugs or suggestions here #114
    Note: There is a lot of whitespace, this is for adding multi-folder support in future

image

Version 1.7.1

31 Oct 01:32

Choose a tag to compare

  • 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