v1.8.3
📢 Important migration notes - please read before the changelog
Heads up: this release includes theme and taskbar changes that may require action from theme authors and users. Please read the full discussion for details and migration instructions: Breaking changes in v1.8.0
New Features
- add GitHub Actions workflow for building and signing executables 5669a49
- add support for glazewm commands in system tray b22b062
- add show_systray option to configuration 8371a1b
- implement blur and rounded corners for QMenu on Windows 11 420ad71
- add icons option for notification states d768059
- add flashing effect for taskbar preview popup 189487a
- add option to hide taskbar widget when empty 8b88a63
- add hide_empty option to GrouperWidget 2aba116
- add slider beep option for volume slider release c3797e6
- add theme management functionality a2fbd6a
- implement update checking and downloading functionality 1c68ce8
- add shared color token definitions for UI components c6c01e2
- add UI style utilities for app components 281ec2b
- implement About dialog with update controls 64625c5
Bugfixes
- correct typo in custom widget label placeholder option a23a923
- update signing policy and artifact configuration for release f5ef961
- correct variable usage in logging messages 351f3cd
- fix monitor name check for windows 10 2019b85
- simplify notification count tracking ceb7d1f
- fix crash while disconnecting wifi with exact strength 8b109fd
- prevent overwriting hWnd and uID attributes 64083d8
- use secret for signing policy slug in workflow 2d35674
- update RELEASE_CHANNEL to include dev- prefix f16147c
- fix animation related crash on label click 41d124d
- correct option name from
indextogpu_indexf5848be - ensure menu hides after triggering action a77db37
- update pull request event types and conditions d4fbf41
- add missing PotPlayer and Zen entries to MEDIA_SOURCE_APPS 9d48466
- update theme path in Executable configuration c1e7013
- add SSL context with certifi for secure update checks a333d5e
Refactors
- improve application reload and exit handling 0072086
- simplify visibility handling in MediaWidget 122d472
- replace Blur import from blurWindow to win32_accent 2f2a955
- replace QMessageBox with AboutDialog for about dialog display 004d128
- simplify label style updates in MediaWidget d8f8595
Documentation Changes
- add code signing policy section to README 162c5da
Chores
- update BUILD_VERSION to 1.8.3 7696546
Other Changes
- Merge pull request #451 by farhan-va from farhan-va/fix/correct-label-typo 5022669
- Merge pull request #456 by Video-Nomad from Video-Nomad/fix/glazewm-monitor-name-fix c9296f6
- fix no shared timer in wallpaper widget #464 7ae8d29
- Merge pull request #465 by Silous888 from Silous888/fix/multiple-timer-wallpaper-widget b52b2d8
- Merge pull request #471 by Video-Nomad from Video-Nomad/fix/wifi-exact-strength-crash 570c534
- Merge pull request #474 by Video-Nomad from Video-Nomad/fix/wifi-widget-label-click-crash 4b168f4
- Add rewrite feature to Komorebi stack widget with documentation c075612
- Merge pull request #457 by Demitrix2k from Demitrix2k/komorebi-stack-add-rewrite 5f3e9ae
- Merge pull request #478 by amnweb from amnweb/feature/taskbar-hide-empty aba6383
- Merge pull request #479 by amnweb from amnweb/feature/grouper-hide-empty fa79d3c
What's Changed
- Fix typo in custom widget label placeholder option by @farhan-va in #451
- fix(GlazeWM): fix monitor name check for windows 10 by @Video-Nomad in #456
- fix no shared timer in wallpaper widget #464 by @Silous888 in #465
- fix(wifi_widget): fix crash while disconnecting wifi with exact strength by @Video-Nomad in #471
- fix(wifi_widget): fix animation related crash on label click by @Video-Nomad in #474
- Add rewrite feature to Komorebi stack widget by @Demitrix2k in #457
- feat(taskbar): add option to hide taskbar widget when empty by @amnweb in #478
- feat(grouper): add hide_empty option to GrouperWidget by @amnweb in #479
New Contributors
- @farhan-va made their first contribution in #451
- @Silous888 made their first contribution in #465
- @Demitrix2k made their first contribution in #457
Full Changelog: v1.8.2...v1.8.3