8000 Tags · Bluescale007/CompactGUI · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Bluescale007/CompactGUI

Tags

v3.0.0-alpha.4

Toggle v3.0.0-alpha.4's commit message
Improved analysis, can now detect type of compression on files

Minor code cleanup

v3.0.0-alpha.3

Toggle v3.0.0-alpha.3's commit message
Added update checker

Minor fix to progress bar, initializes to 0 to avoid starting at 100% after recent uncompression.

v3.0.0-alpha.2

Toggle v3.0.0-alpha.2's commit message
Fixed breaking change after changing datatypes in backend database.

v3.0.0-alpha

Toggle v3.0.0-alpha's commit message
Merge branch 'v3alpha' of https://github.com/IridiumIO/CompactGUI int…

…o v3alpha

v3.0a

Toggle v3.0a's commit message
Merge branch 'v3alpha' of https://github.com/IridiumIO/CompactGUI int…

…o v3alpha

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
0