Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [6.0.0](v5.3.0...v6.0.0) (2020-08-27) ### Bug Fixes * alt-tab own windows were not shown in alt-tab (closes [#555](#555)) ([8bcbc04](8bcbc04)) * clicking the main window would steal focus ([de02e5b](de02e5b)) * display firefox develop edition fullscreen windows (closes [#558](#558)) ([3250d37](3250d37)) * guarantee alt-tab window is always up-to-date on display ([be4c5f1](be4c5f1)) * ignore zombie processes ([50c8c82](50c8c82)) * moving some of the preferences sliders was very laggy ([a552c4c](a552c4c)) * shortcuts stop working if active app is quit (closes [#557](#557)) ([023561d](023561d)) ### Features * display quickly even with many open windows (closes [#171](#171)) ([da16a0b](da16a0b)) * improve the 3 colored buttons when hovering (closes [#516](#516)) ([3ddedff](3ddedff)) * update chinese localization ([e150a9a](e150a9a)) ### Performance Improvements * alt-tab appears quicker when summoned ([c2bb896](c2bb896)) * main window appears (a few frames) faster on trigger ([2bc09e6](2bc09e6)) ### BREAKING CHANGES * the window thumbnails are now updated *after* the UI is shown. AltTab will first display its window, with the first 3 thumbnails up-to-date, then asynchronously update the rest of the thumbnails one-by-one. This improves the experience of users with lots of windows open.
- Loading branch information