New Features
- add use_shell and encoding options to command execution 045c1ee
- introduce layout configuration for bar widget alignment and stretching c08e64e
- enhance keyboard navigation and focus management 6f94f63
- enhance workspace and layout management with monitor index support 25f8a0c
- enhance button navigation with row wrapping support 4ca58f5
- enhance applications widget with additional launch options and command handling c8e86e0
- add offset_top and offset_left properties to menu configuration (replacing the deprecated 'distance' property) c5a5801
- enhance window icon fetching with DPI support and caching improvements d55af95
- add smoothing options for window icon fetching f33ffe5
- enhance window icon fetching with dynamic bitmap sizing and resource cleanup 6d8dfc5
Bugfixes
- remove redundant icon setting and reset stylesheet 5d48c3f
- correct label class assignment for battery widget 9e892e7
- remove unnecessary comma in toggle_tiling callback b32023c
- remove unnecessary whitespace and clean up code formatting 1d9f9c9
- improve fullscreen detection logic and visibility handling 14db841
- improve window hiding logic and update ignored classes a124931
Refactors
- remove unused import from bar.py 8e2b32e
- unify label class assignment for consistency in widget display 99ea863
Chores
- update fetch-depth and retention days in windows-dev.yaml 3331ebe
- update build version to 1.6.5 ba48b51
Other Changes
- Merge branch 'main' of https://github.com/amnweb/yasb 1bc932b
- Fixed some typing, get info of all visible windows to make sure all appears on icons list. 1b608d0
- Merge branch 'main' into taskbar-fix f27b5c3
- Merge pull request #149 by arthurferrai from arthurferrai/taskbar-fix 4cd5e56
What's Changed
- Fixed taskbar not showing all apps icons by @arthurferrai in #149
New Contributors
- @arthurferrai made their first contribution in #149
Full Changelog: v1.6.4...v1.6.5