You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved the responsiveness of the app when pressing Alt + Tab in very quick succession.
Added a tray menu option to change the shortcut to close windows from Alt + Escape to Alt + Q. This also works if the modifier is the Control key as opposed to the Alt key.
Added a tray menu option to change the shortcut to change between windows of the same app from Alt + Tilde (or the key below the Escape key) to Alt + Escape. This also works if the modifier is the Control key as opposed to the Alt key.
Greatly simplified the update checking process. It no longer involves any file writing or reading.
Added an additional check to discard invalid windows from the app list. Windows smaller than 10 x 10 pixels are now weeded out. This should not affect minimized windows as they are roughly 160 × 31 or thereabouts at the very least.
The icons of UWP apps are now correctly displayed even if their windows are minimized.