Releases: nbusseneau/CompatibilityManager
Releases · nbusseneau/CompatibilityManager
v1.1.2
- Fix
System (Enhanced)
DPI scaling being loaded asSystem
DPI scaling +GDIDPISCALING
additional flag. - Fix a very cumbersome bug where values saved to registry weren't the ones displayed in the app.
To be specific, this was only happening in the following scenario:
- Unchecking a combobox-checkbox on application 1 loaded from the registry.
- Switching to application 2.
- Setting a value on the same combobox-checkbox (but not the same value as the initial value set in application 1).
- Switching back to application 1.
- Rechecking the combobox-checkbox without modifying its value.
- And THEN saving.
🤷♂️
v1.1.1
v1.1.0
v1.0.0
Official release, yay! Completely identical to v1.0.0-rc, nothing's changed but the version.
v1.0.0-rc
- Add a "Please wait" message during Reload, since it also can take some time to process.
The app seems stable and feature-complete, so if everything goes well this will become our first proper release. Woohoo! :)
v0.5.0-beta
- Add
Additional flags
list to allow edition of arbitrary additional flags not accessible from the Compatibility tab.
This is sometimes used by third party apps, I added this feature mainly to avoid deleting them by accident when using CompatibilityManager, but it can also be used to review/edit them if necessary.
v0.4.0-beta
- Fix crash occurring when trying to add a folder where the user does not have permission to access all subfolders/files.
- Add a "Please wait" message during potentially long running operations (Save, Add folder, Add files).
v0.3.4-alpha
- Fix application crash on startup if registry key did not exist yet.
v0.3.3-alpha
- Fix Window startup size being too big with huge list of applications saved in registry.
v0.3.2-alpha
- Fix d3d9.dll fault crash due to RivaTuner Statistic Server trying to inject itself into WPF apps.