Skip to content

Tags: iam006/CompactGUI

Tags

v2.6.2

Toggle v2.6.2's commit message
Saving the DB download in the same directory as CompactGUI.exe was a …

…bad idea. It now downloads to the temp directory, and then the DB is stored in My.Settings.

v2.6.1

Toggle v2.6.1's commit message
- Fixed default NonCompressable List

v2.6

Toggle v2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New Wiki Parsing + File Lists (IridiumIO#178)

* - Upgraded Wiki Parser to handle new data format
- Modified submission of results to parse for existing results - if an existing result is found, it does not submit the data
- Removed redundant controls

* - Bumped version
- Renamed arguments + disabled "Compress Subfolders" option.

* - Moved title

* - Removed redundant label

* - Added list of files to be compressed to main page

v2.5.1

Toggle v2.5.1's commit message

v2.5

Toggle v2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rework (IridiumIO#171)

* Major rework to backend.
  - Now calls compact.exe independently for each file. Major performance hit, up to 2x slower than before.
  - Able to ignore poorly-compressable files, which mitigates the effects of the above change.
  - Added editor for list of poorly-compressable files into settings menu
  - Added experimental iterator to launch multiple concurrent instances of compact.exe. Boosts performance when used on an SSD, but completely ruins performance on a HDD. This feature is currently disabled.
  - No longer dependent on compact.exe Message strings for parsing. Uses Win32 APIs to get the size on disk instead.
  - Added modulo calculation to mitigate the inaccuracy with compressing files >4GB in size.
  - Lots of cleanup. Lots of things broken and repaired.

* Minor cleanup and reorganisation of Subs

* Lots of tidying up, broke common UI changes into a separate module file.

* - Added Wiki Submission Form
- Minor bug fixes here and there - including one that literally appeared out of nowhere when nothing was changed (Outputbuffer)

* - Added check for files outside the designated folder
- Made console always visible
- Fixed WikiHandler not updating data when a new folder is selected
- Updated design of Options Window
- Minor UI tweaks

* Added horizontal scrollbar to conOut

* Adjusted conOut positioning and size

* - Added Parser for steam .acf files to scrape AppID and Game Names from when submitting results.

* Removed uncesseary package reference

* Update Icons

* Added Window Title

* Update Version.xml

v2.4.1

Toggle v2.4.1's commit message

v2.4

Toggle v2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 2.4 (IridiumIO#153)

* Break process creation into separate file

* Create custom filefolderdialog class

* Tidying up of subroutines

* Animated percentage bar

* Cleanup + Implemented custom dialog to capture files and folders + Shifted error messages to its own section + added animated compress percentage

* Switched to boolean tracking for some variables. Switched percentage arc animation to use deceleration. Adjusted alignment of directory chooser bar

* More cleanup

* More cleanup.
Modified console output so that it only outputs to the listbox every 0.1s which prevents the program from slowing down if compact.exe is running through hundreds of files per second.
Migrated custom panel code to the FileFolderDialog.vb file and renamed it to CustomControls.vb

* Console output interval increased in frequency from 10/s to 20/s

* Fixing git?

* I have no idea what's going on

* Revert "I have no idea what's going on"

This reverts commit 3296ec6.

* Please let it be fixed now

* Please

* Yes?

* Revert "Yes?"

This reverts commit 3021a50.

* Please don't break everything - renamed WindowsApp1 to CompactGUI

* And patched the sln target

* Now that I've stopped breaking everything, version bump to 2.4 to begin work again

* All I do is clean

* Just keep cleaning, just keep cleaning. Also:
- Added minimise to tray option
- Added toast notification when compression is finished
- Probably broke stuff

* Made notifications optional. Completely redesigned Information Form

* Slightly changed design of online results flyout. +
- Fixed percentage arc not rendering during query

* Fixed Icon

* Made new dialog optional as an experiment

* Fixed version number

v2.3.3

Toggle v2.3.3's commit message
Actually fixed version checking for real this time

v2.3.2

Toggle v2.3.2's commit message
Update Version.xml

v2.3.1

Toggle v2.3.1's commit message
Updated Version.xml