v1.7.2
New Features
- add new widget
GlazeWM Binding Mode
0929b9b - add
active_empty_label
andactive_populated_label
inGlazewm Workspaces
67ae072 - add github notification dot option 283e57c
- add monitor-information command to display connected monitors c0e8112
- add app icons to komorebi stack widget 3775d4f
- add truncate option for label formatting fe8c449
- add copy button to notes widget df9e461
- display opened app icons per komorebi workspace 4de8d3e
- add libre_menu popup menu a14723d
- implement Windows Toast notifications, move to winrt and add AppUserModelId support for application registration 684f899
Bugfixes
- improve label formatting with error handling 9e446b2
- improve font checking logic for case insensitivity d20a1ef
- improve logging for environment variable loading 5d06737
- update visibility logic for notification count 8add50c
- update visibility logic for notifications 8050514
- fixed padding not being ignored issue 645f208
- adjust bar positioning with padding b14dddb
- update icon defaults to use centralized DEFAULTS f4fbc70
- update default styles.css and config.yaml 95598c3
- improve AppUserModelID retrieval for Scoop installations 38154a3
- check if the data fetcher is already running b0d26db
- store position arguments for popup repositioning on resize f62f2b0
- fixed an issue with popup menu icon fetching retry ebe4c1c
- restore _create_dynamically_label method ff5f1c9
- add missing css classes 36f8ade
Refactors
- reorder CSS processing steps for clarity 51df1ab
- improved startup times from 500ms to 100ms 2d5e166
- removed requests in favor of urllib 366242f
- replace requests with urllib for network calls 767c4f7
- simplify menu positioning logic 0405573
- simplify menu item creation logic 28f414d
- replace label creation in multiple widgets to use build_widget_label 0c97a53
- update dynamic label creation method in Writing-Widget.md dcb5a9b
- refactored weather widget e514f39
Documentation Changes
- Add new widget called
GlazeWM Binding Mode
f31d83d - add
active_empty_label
andactive_populated_label
01b5cb5 - add github notification dot documentation 8cfb56f
- update workspace css classes 0195b7c
- fix typoo 04d7f2b
Other Changes
- Merge pull request #246 by szbmrk from szbmrk/main 84ad779
- Merge pull request #249 by szbmrk from szbmrk/feat-glazewm-workspaces-active-label eed7ecc
- Merge pull request #252 by Video-Nomad from Video-Nomad/feat/github-notification-dot e324c02
- Merge pull request #256 by Video-Nomad from Video-Nomad/refactor/cli-startup-optimization 5a1de84
- Merge pull request #257 by trimclain from trimclain/update-glazewm-workspace-css a5fb779
- Merge pull request #253 by Pitchaya-S from Pitchaya-S/feat/komorebi-app-icons b7b4e9b
- Merge pull request #261 by Video-Nomad from Video-Nomad/fix/popup-widget-padding-issue 31ef53f
- Merge pull request #262 by amnweb from amnweb/refactor/winsdk-to-winrt 66f46d8
- Merge pull request #263 by szbmrk from szbmrk/fix/config-docs-typoo 00c46b7
- Merge pull request #260 by Pitchaya-S from Pitchaya-S/feat/komorebi-ws-icons fbb9391
- Merge pull request #268 by Video-Nomad from Video-Nomad/refactor/weather-widget b798b1b
- Merge pull request #270 by Video-Nomad from Video-Nomad/fix/icon_fetch_retry_fix 6df14e1
What's Changed
- feat(glazewm_binding_mode): Add new widget called
GlazeWM Binding Mode
by @szbmrk in #246 - feat(glazewm_workspaces): add
active label
by @szbmrk in #249 - feat(github): added notification dot option by @Video-Nomad in #252
- refactor(cli): improved startup times from 500ms to 100ms by @Video-Nomad in #256
- feat(glazewm)!: add css classes
active_populated
andactive_empty
by @trimclain in #257 - feat(komorebi): add app icons/more options to stack widget by @pitchaya-s in #253
- fix(popup_widget): fixed padding not being ignored issue by @Video-Nomad in #261
- feat: Implement Windows Toast notifications, move to winrt and add AppUserModelId support for application registration by @amnweb in #262
- docs(config): fix
api_ley
typoo by @szbmrk in #263 - feat(komorebi): display opened app icons per workspace by @pitchaya-s in #260
- refactor(weather_widget): refactored weather widget by @Video-Nomad in #268
- fix(weather_widget): fixed an issue with popup menu icon fetching retry by @Video-Nomad in #270
Special thanks to @Video-Nomad for contributing to this release and maked CLI and logs much better 🚀
Full Changelog: v1.7.1...v1.7.2