This repository has been archived by the owner on Apr 25, 2022. It is now read-only.
Application version 0.29.5.0 (2019-12-27)
Pre-release
Pre-release
Application version 0.29.5.0 (2019-12-27)
https://www.virustotal.com/gui/file/ba2a474ac331df677cd00830095c247633008929fd0dbb363ff74a124aaef1bb/detection
- Re-worked the dependency calculation system. Before, it would process based on the entire dependency list, with the sub-process being the refrences in the database.
- Now, the calculation is based on the refrences, which have the sub-process to lookup from the list. This allows for logging and reporting of broken dependency references, as well any dependencies not used.
- Changed behavior of patch ordering. Previous ordering was one by {patchGroup} property, then by patch filename. Now is {patchGroup}, then {installGroup}, then patch filename.
- This will allow for the same behavior of installing packages using {installGroup}: Now, patches in child packages will be installed AFTER the parrent package patches are run.
- Fixed several bugs and re-worked implimentation of auto install timer event system. Now it won't fire when you're doing other activities in the application, like in the selection list.
- Removed restruction of verbose logging forced enabled.
- Fixed bugs with async implimentation of checkForDatabaseUpdates() that could cuase a race condition.
- Fixed lots of bugs with the patch designer. It's almost as if I had forgoten to finish working on it...
- Fixed bug in database editor preventing adding a copy of the same package below said package.
- UI component renaming in database editor and child windows.
- Fixed issues with auto/one click selection errors window.
- Several code sections cleaned up, logging added and/or improved, spelling mistakes fixed. Spelling is hard.
- Updated all translations.
- The database downloader for the package auto-updater uses FTP now to not pad the http download count.
- Updated application and database release step instructions in database updater window.
- Updated UI component descriptions in database editor and patch designer.
- Added tooltip descripts to advanced features/components of the patch desiger.