Skip to content

Releases: nbusseneau/CompatibilityManager

v1.1.2

02 Aug 20:41
Compare
Choose a tag to compare
  • Fix System (Enhanced) DPI scaling being loaded as System 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

08 Jul 22:53
Compare
Choose a tag to compare
  • Sort Applications by Path (#2).

v1.1.0

08 Jun 22:39
Compare
Choose a tag to compare

New features related to #1:

  • Add Regedit button to open Regedit directly at the right location.
  • Add Import button to allow for importing .reg files (requires admin privileges).
  • Add Export button to allow for exporting current settings to .reg files.

v1.0.0

04 Apr 22:22
Compare
Choose a tag to compare

Official release, yay! Completely identical to v1.0.0-rc, nothing's changed but the version.

v1.0.0-rc

14 Mar 22:41
Compare
Choose a tag to compare
v1.0.0-rc Pre-release
Pre-release
  • 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

09 Feb 18:55
Compare
Choose a tag to compare
v0.5.0-beta Pre-release
Pre-release
  • 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

05 Jan 23:00
Compare
Choose a tag to compare
v0.4.0-beta Pre-release
Pre-release
  • 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

04 Jan 16:20
Compare
Choose a tag to compare
v0.3.4-alpha Pre-release
Pre-release
  • Fix application crash on startup if registry key did not exist yet.

v0.3.3-alpha

04 Jan 14:50
Compare
Choose a tag to compare
v0.3.3-alpha Pre-release
Pre-release
  • Fix Window startup size being too big with huge list of applications saved in registry.

v0.3.2-alpha

04 Jan 13:22
Compare
Choose a tag to compare
v0.3.2-alpha Pre-release
Pre-release
  • Fix d3d9.dll fault crash due to RivaTuner Statistic Server trying to inject itself into WPF apps.