Skip to content

v1.7.2

Compare
Choose a tag to compare
@amnweb amnweb released this 14 May 21:10
· 336 commits to main since this release

New Features

  • add new widget GlazeWM Binding Mode 0929b9b
  • add active_empty_label and active_populated_label in Glazewm 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 and active_populated_label 01b5cb5
  • add github notification dot documentation 8cfb56f
  • update workspace css classes 0195b7c
  • fix typoo 04d7f2b

Other Changes

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 and active_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