Releases: ipatalas/app-switcher
Releases · ipatalas/app-switcher
AppSwitcher v1.9.0
- 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
- 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
- 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
- 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
- Fix migration failing on empty database
AppSwitcher v1.7.3
- 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
- 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
- Change mutex to be checked at the very beginning of application startup
AppSwitcher v1.7.0
- 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
- 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