Skip to content

1.0.11

Compare
Choose a tag to compare
@danielgjackson danielgjackson released this 09 Feb 18:51
· 7 commits to main since this release

To install, download and open toggle.msi from the list of files below. As Windows will not recognize the program, you will need to select More info / Run anyway.

The stand-alone toggle.exe file is also available, and can be used without installation.

Recent Changes:

  • (1.0.8) Fixed issue where explorer.exe windows (File Explorer and the Windows Taskbar) were not being redrawn correctly (now broadcasts WM_SETTINGSCHANGE with "ImmersiveColorSet").

  • (1.0.8) Installer .msi now built with WiX v4

  • (1.0.9) No longer forcing ColorPrevalence in dark mode.

  • (1.0.10) Fixed issue where taskmgr.exe (Task Manager) was not being redrawn correctly (now broadcasts WM_SETTINGSCHANGE a second time, which appears to fix the issue).

  • (1.0.11) Reduced chance of issue where the Task Bar on other displays does not update correctly (increased a delay before broadcast, which is obviously a terrible hack).

  • (1.0.11) Properly remove repeated uses of the hotkey while it is performing the toggle, so that they do not accumulate in the message queue.