- Oct 9, 2016
- 6,122
This one fixes the Winget parsing issue, adds some compression layer with the server and fixes the "Refresh" bug where status was not updated.
Link here: AdliceSoftware/UCheck: UCheck Bug Tracker (github.com)
Issues here: Issues · AdliceSoftware/UCheck (github.com)
- Fixed most of the above various bugs.
Link here: AdliceSoftware/UCheck: UCheck Bug Tracker (github.com)
Issues here: Issues · AdliceSoftware/UCheck (github.com)
- Improved Winget support
- Added last scan serialization (last_scan.json in the working dir)
V5.4.0 05/07/2024
=================
- Updated to core 6.20.0
* Fixed missing Technician form in Account tab
* Added Winget support for UCheck
* UCheck added last scan report saving
* UCheck program refresh fixed issue where status was not Updated
* UCheck compression support for programs sending
* UCheck compression support for community manifest
- Icons high DPI compatibility
- Fixed columns width saving in installed tab
- Added Winget support
- Minor fixes
Version 5.5 New BETA (1) is available !
Link here: AdliceSoftware/UCheck: UCheck Bug Tracker (github.com)
Issues here: Issues · AdliceSoftware/UCheck (github.com)
- Fixed minor bugs some of you reported
- Fixed serialization issues with Unicode characters (Cyrilic, Chinese, ...) in exclusions, custom locations etc...
- Added ability to refresh software data from the Updates tab
- Added ability to restore last scan results at startup
Version 5.5 New BETA (2) is available !
Link here: AdliceSoftware/UCheck: UCheck Bug Tracker (github.com)
Issues here: Issues · AdliceSoftware/UCheck (github.com)
Fixed minor issues
Fixed issue where Winget linking was mixed up with other programs having almost the same name (due to Winget limitations)
Please note because of this Winget issue avoiding truncating search/list result · Issue #1653 · microsoft/winget-cli (lots of people complaining, hopefully they do something)
we had to NOT support some of the programs if they have a long name and if there's a similar one on the same machine, for example:
- "Very very long name that would result in Winget truncating the end of it version x86"
- "Very very long name that would result in Winget truncating the end of it version x64"
UCheck would see something like
- "Very very long name that would result in Winget truncating the end..."
- "Very very long name that would result in Winget truncating the end..."
And would not be able to know which one is what, therefore we decided to drop Winget information in this case.
It should be minor cases, but I know for sure most of the Microsoft C++ detections are in this situation.
Version 5.5 New BETA (3) is available !
Link here: AdliceSoftware/UCheck: UCheck Bug Tracker (github.com)
Issues here: Issues · AdliceSoftware/UCheck (github.com)
- Fixed minor issues mentioned here and there.
Version 5.5 New BETA (4) is available !
Link here: AdliceSoftware/UCheck: UCheck Bug Tracker (github.com)
Issues here: Issues · AdliceSoftware/UCheck (github.com)
- Added setting for auto reload (some people don't want this feature)
- Fixed some small issues
V5.5.0.1 06/12/2024
=================
- Updated to core 7.0.0
* IPC refactoring
* UCheck serialization
* Winget truncation detection
* Winget filtering empty sources
* Fixed UTF8 serialization on sdk config
* Fixed file encryption open flags
* Minor fixes
- Now reloading previous scan results on start
- Now removing update entry after refresh if not outdated
- Added ability to refresh data from Updates's action menu
- Added Auto reload setting
V5.5.0.2 06/18/2024
=================
- Fixed display issue on certain dates
- Fixed an issue when some update items were removed after a successful update
V5.6.0 08/01/2024
=================
- Updated to core 7.1.0
* Added themes color config parsing
* Migrated themes to new system. Preparing for new themes
* Fixed issue where config writing was failing the first time
* Fix for UCheck program download with unauthorized characters in filename
* Fixed possible crash during modules creation in RKCore
V5.6.1 08/16/2024
=================
- Updated to core 7.2.0
* Fixed UCheck issue where downloaded files had invalid extension
* Minor fixes
- Minor theme fixes
V5.7.0 09/10/2024
=================
- Updated to core 7.3.1
* New string picker
* UCheck regex exclusions
* Fixed an issue where web addons where whitelisted by path
* UCheck outdated type
* Badge can now take full text
* Badge optimizations
* Now exclusing PortableApps.com portable files
- Added Pattern (regex) exclusions
- Fixed an issue where badge wasn't properly refreshed after update
- Added Major/Minor updates badges
- Now not showing notifications on last scan reload
- Enabled Toast notifications
- Fixed mutual exclusion for Autoreload setting
- Fixed UI preventing shutdown