Skip to content

Releases: darkguy2008/Switchie

v1.1.5

14 Apr 19:04
Compare
Choose a tag to compare
  • Figured out the problem with app pinning, Handle needs to be retrieved inside Invoke
  • Fixed a redraw bug

v1.1.4

14 Apr 04:44
Compare
Choose a tag to compare
  • Fix crash on launch on some Windows 10 versions when GetAppUserModelId() fails (race condition?) (Thanks @sfranky !)

v1.1.3

05 Nov 01:22
Compare
Choose a tag to compare
  • Fix a hang/crash issue, so implemented a handy HWND blacklist to avoid recurring exceptions with invalid windows to paint.

v1.1.2

28 Oct 12:32
Compare
Choose a tag to compare
  • Made the app more resilient to explorer restarts, yay!
  • Fixed a recurring exception by proactively checking the window class.

v1.1.1

27 Oct 23:17
Compare
Choose a tag to compare
  • Fix window rendering (again).
  • Retrieve window class to add a blacklist for Win11's WinUI special "ghost" windows appearing in the Switchie UI.

1.1

27 Oct 18:31
Compare
Choose a tag to compare
1.1
  • WINDOWS 11 COMPATIBLE! (As always thanks to https://github.com/MScholtes/VirtualDesktop for keeping his code up to date 👍🏻 )
  • Fix a window redraw bug
  • Refactored code into some interfaces and namespaces, to withstand different windows version changes with COM GUIDs

1.0 First release

17 Oct 05:04
5cdde25
Compare
Choose a tag to compare

Initial release, should work well with Win10 LTSC. Other versions untested for now... If it doesn't work, please let me know!