In YASB 2.0.5, we introduced two new widgets: the Do Not Disturb widget for toggling Focus Assist, and the Window Switcher widget for a keyboard-navigable window switcher.
Themes now support system colors through a new Windows system colors service, allowing dynamic accent color use.
We also fixed the CPU usage counter for Windows 10 and Windows 11 24H2, filtered out background UWP ghost apps in the taskbar. Full changelog below.
New Features
- implement windows system colors service 14ee128
- add Do Not Disturb widget with Focus Assist integration 86bbd14
- add window switcher widget 18d4451
Bugfixes
- filter out background UWP ghost apps c55d9c9
- improve popup geometry and icon loading 4861025
- resolve cloaked apps tracking and widget visibility 1c3e057
- prevent show popup when no taskbar windows are available 78f837a
- prevent crash by retaining QStyle reference to avoid premature garbage collection 56d05e4
- use correct pdh counters depending on windows version 1a49cf8
Refactors
- improve system colors service code organization 00f4946
- move window filtering logic from manager to widgets 5d5e88c
Documentation Changes
- update widgets and add missing core features 523d8ef
- add Do Not Disturb widget documentation link 72813d4
- add documentation page 5359ae5
Chores
- bump build version to 2.0.5 ee8ea9e
- bump openai from 2.41.1 to 2.43.0 2e45a87
- bump github-copilot-sdk from 1.0.1 to 1.0.2 197a09a
- bump holidays from 0.98 to 0.99 83257a5
Other Changes
- Merge pull request #987 from amnweb/fix/taskbar-uwp-ghost-filter c29c0f8
- Merge pull request #986 from amnweb/feat/system-colors 527786e
- Merge pull request #983 from amnweb/feat/dnd-widget cfe30b7
- Merge pull request #982 from amnweb/feat/window-switcher 3fe3b7d
- Merge pull request #977 from amnweb/fix/cpu-utility-counter abfd1a5
- Merge pull request #980 from amnweb/dependabot/pip/openai-2.43.0 e7638ba
- Merge pull request #979 from amnweb/dependabot/pip/github-copilot-sdk-1.0.2 c6ef080
- Merge pull request #978 from amnweb/dependabot/pip/holidays-0.99 82dc218
What's Changed
- chore(deps): bump holidays from 0.98 to 0.99 by @dependabot[bot] in #978
- chore(deps): bump github-copilot-sdk from 1.0.1 to 1.0.2 by @dependabot[bot] in #979
- chore(deps): bump openai from 2.41.1 to 2.43.0 by @dependabot[bot] in #980
- fix(cpu): use correct pdh counters depending on windows version by @amnweb in #977
- feat(widgets): add window switcher widget by @amnweb in #982
- feat(widget): add Do Not Disturb widget with Focus Assist integration by @amnweb in #983
- feat(core): implement windows system colors service by @amnweb in #986
- fix(taskbar): filter out background UWP ghost apps by @amnweb in #987
Full Changelog: v2.0.4...v2.0.5