Tags: Bluescale007/CompactGUI
Tags
Improved analysis, can now detect type of compression on files Minor code cleanup
Added update checker Minor fix to progress bar, initializes to 0 to avoid starting at 100% after recent uncompression.
Fixed breaking change after changing datatypes in backend database.
Merge branch 'v3alpha' of https://github.com/IridiumIO/CompactGUI int… …o v3alpha
Merge branch 'v3alpha' of https://github.com/IridiumIO/CompactGUI int… …o v3alpha
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
Merge branch 'master' of https://github.com/ImminentFate/CompactGUI
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
PreviousNext