New Features
- add context menu for desktop management actions 937ad25
- enhance taskbar and windows desktops styling 78e3d6a
- add custom context menu for workspace actions ad0ee6b
- conditionally add wallpaper options for non-Windows 10 systems 1ab397d
- add additional ignored window classes for better process filtering 8488f4f
- add min_bar_height option for customizable bar height limits 3a6c010
- add special_keys option for customizable hotkeys 2a615d8
- added systray widget a56fd8d
- add support for environment file loading 914bf20
Bugfixes
- add error handling for wallpaper setting functions 010eb94
- Improve performance on loading wallpapers and remove deprecated options enable_cache and lazy_load_delay 7dcc8fb
- improve icon handling in WeatherWidget 8112d4e
- fixed the pin state restore on initial launch c004185
- added a delay for send_taskbar_created 2cb98c1
Refactors
- simplify client setup timing and screen ID retrieval f5085f4
Chores
- update build version to 1.6.6 b1b313f
Other Changes
- Added option to add style to foreground application (
.app-icon.foreground
). f3ff04f - Merge pull request #151 by arthurferrai from arthurferrai/feat/taskbar-foreground-class 8dfd5a3
- Merge pull request #155 by Video-Nomad from Video-Nomad/feat/systray-widget 302cd81
- Merge pull request #156 by Video-Nomad from Video-Nomad/fix/systray-fixes 3d95e56
- Merge pull request #158 by Video-Nomad from Video-Nomad/fix/systray-thread-timer-fix 7af3314
- Merge pull request #157 by Dusk-afk from Dusk-afk/feat/env-file faf8f23
What's Changed
- Added extra class to taskbar foreground app by @arthurferrai in #151
- feat(systray): added systray widget by @Video-Nomad in #155
- fix(systray): fixed the pin state restore on initial launch by @Video-Nomad in #156
- fix(systray): added a delay for send_taskbar_created by @Video-Nomad in #158
- feat(config): add support for environment file loading by @Dusk-afk in #157
New Contributors
Full Changelog: v1.6.5...v1.6.6