Skip to content

v1.8.3

Choose a tag to compare

@amnweb amnweb released this 30 Sep 22:51
· 375 commits to main since this release

📢 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 index to gpu_index f5848be
  • 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

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

Full Changelog: v1.8.2...v1.8.3