Releases: hdlx/AltAppSwitcher
Releases · hdlx/AltAppSwitcher
AltAppSwitcher
Renamed application.
Added config file to release.
Added .bat to close running app instance.
MacAppSwitcher
Fixed memory leak, causing crashes after long usage.
MacAppSwitcher
Using ".exe" contained icons for UWP apps, if present.
More asserts.
MacAppSwitcher
Fixed ".exe" contained icons ignored when UWP (for example: terminal)
Better file log for asserts.
MacAppSwitcher
- Better UWP icon support.
- Dark mode. Can be set to auto, light, or dark (see generated config file).
MacAppSwitcher
Better decoupling of UI / keyboard / "move window to top" operations. Should be more resiliant to freeze.
MacAppSwitcher
Linking statically with libgcc. Also contains unrelated WIP internal refactoring, might be unstable.
MacAppSwitcher
Mouse support.
MacAppSwitcher
Moved app logic out of keyboard hook using async states. This should be more reliable.
MacAppSwitcher
Minor fixes (potential race condition, added and fixed clang warnings)