Skip to content

Releases: hdlx/AltAppSwitcher

AltAppSwitcher

31 Aug 14:14
Compare
Choose a tag to compare

Renamed application.
Added config file to release.
Added .bat to close running app instance.

MacAppSwitcher

31 Aug 12:25
Compare
Choose a tag to compare

Fixed memory leak, causing crashes after long usage.

MacAppSwitcher

29 Aug 07:48
Compare
Choose a tag to compare

Using ".exe" contained icons for UWP apps, if present.
More asserts.

MacAppSwitcher

27 Aug 21:44
Compare
Choose a tag to compare

Fixed ".exe" contained icons ignored when UWP (for example: terminal)
Better file log for asserts.

MacAppSwitcher

21 Aug 22:21
Compare
Choose a tag to compare
  • Better UWP icon support.
  • Dark mode. Can be set to auto, light, or dark (see generated config file).

MacAppSwitcher

23 Jul 10:31
Compare
Choose a tag to compare

Better decoupling of UI / keyboard / "move window to top" operations. Should be more resiliant to freeze.

MacAppSwitcher

17 Jul 22:05
Compare
Choose a tag to compare

Linking statically with libgcc. Also contains unrelated WIP internal refactoring, might be unstable.

MacAppSwitcher

15 Jul 21:25
Compare
Choose a tag to compare

Mouse support.

MacAppSwitcher

14 Jul 12:53
Compare
Choose a tag to compare

Moved app logic out of keyboard hook using async states. This should be more reliable.

MacAppSwitcher

12 Jul 10:25
Compare
Choose a tag to compare

Minor fixes (potential race condition, added and fixed clang warnings)