Skip to content

Releases: ipatalas/app-switcher

AppSwitcher v1.9.0

12 Apr 13:57

Choose a tag to compare

  • Add Peek Mode - hold the modifier key to peek at the target window, release to switch back
  • Add new modifier: Caps Lock
  • Fix low contrast in overlay window
  • Fix overlay window stealing focus
  • Fix a rare race condition where the overlay window could appear and not disappear after releasing the keys
  • Other minor fixes

AppSwitcher v1.8.2

06 Apr 17:35

Choose a tag to compare

  • Fix bug where unsaved setting changes were discarded when switching focus to another window and back to Settings window again
  • Removed Modifier Idle Timer - legacy feature, no longer needed, there's a better way to handle elevated target window
  • Moved Launch at startup setting to the General page
  • Fix random frozen UI when adding new application in the settings
  • Fix contrast issues for selected/mouse over items in add application flyout
  • Fix bug when it was possible to add duplicate app using Browse for file option
  • Fix bug when it was possible to add non-executable file using Browse for file option
  • Fix bug when app would freeze when Settings window was open and user tries to exit the app from the tray menu
  • Other minor fixes and improvements

AppSwitcher v1.8.1

02 Apr 21:40

Choose a tag to compare

  • Change modifier suppression - only suppress when configured modifier can have side effects
  • Add new warning when switching to elevated process from non-elevated AppSwitcher
  • Fix when sometimes elevated app was not focused correctly when switching to it from non-elevated AppSwitcher
  • Fix border pulse effect not always working (Win11 only)

AppSwitcher v1.8.0

28 Mar 17:30

Choose a tag to compare

  • Add new overlay window when modifier key is held
  • Delete Startup shortcut when AppSwitcher is uninstalled
  • Change defaults:
    • Start if not running: false -> true
    • ModifierIdleTimer: 2000 ms -> 0 ms (most people don't need it at all and it could have annoying side effects)
  • Fix settings file not gracefully closed upon application exit

AppSwitcher v1.7.4

24 Mar 15:39

Choose a tag to compare

  • Fix migration failing on empty database

AppSwitcher v1.7.3

24 Mar 07:10

Choose a tag to compare

  • Fix support for Packaged Apps (e.g. Windows Terminal) - Windows 10 version 2004 (May 2020 Update, build 19041) or newer is required
  • Improve hotkey assignment appearance ("breathing" animation when assigning hotkey)
  • Change default cycle mode to NextWindow
  • Minor fixes

AppSwitcher v1.7.2

13 Mar 15:26

Choose a tag to compare

  • Add installer (both installer and portable versions) to the release assets
  • Fix Settings window not showing up in foreground when opened with double-click on the tray icon
  • Other minor fixes and improvements

AppSwitcher v1.7.1

11 Mar 20:17

Choose a tag to compare

  • Change mutex to be checked at the very beginning of application startup

AppSwitcher v1.7.0

11 Mar 09:48

Choose a tag to compare

  • Add UI for settings management 🎉
  • Add new NextApp cycle mode to have single letter cycle between different apps
  • Add subtle effect when switching windows to make it more clear which window is being switched to (Win11 only)
  • Change storage from JSON to LiteDB (no migration available, sorry)
  • Change allowed modifiers (Left Ctrl, Left Alt, Left Shift, Left Win, Right Ctrl, Right Alt, Apps/Menu, Right Shift)

AppSwitcher v1.6.0

09 Feb 20:08

Choose a tag to compare

  • Allow LeftCtrl and LeftAlt as modifiers as well
  • Fix context menu not working when only pressing the Apps key
  • Fix #4 by introducing a timer as backup when key up is not detected
  • Add --debug and --trace CLI switches to enable more verbose logging for troubleshooting purposes