2023-09-18: [FEATURE] Add experimental support for `GlobalMenu` in Wayland.
2023-09-17: [TESTS] Check decorations are rendered correctly during test suite
2023-09-16: [FEATURE] Add more popup templates for `Mpris2` widget
2023-09-16: [FEATURE] Add `PulseVolumeExtra` widget
2023-09-01: [BUGFIX] Fix two `RectDecoration` rendering bugs (issues 266 and 267)
2023-08-13: [BUGFIX] Fix `PowerLineDecoration` for Wayland (and make it generally better)
2023-08-10: [BUGFIX] X11 - fix issue with translucent decorations resulting in artefacts (needs latest qtile).
2023-08-06: [BREAKING CHANGE] Update imports to align with qtile codebase tidy. You need latest qtile git version.
2023-08-04: [BREAKING CHANGE] Fix decorations to work with wlroots0.16 update in qtile.
Note: You must be on latest git version of qtile.
2023-04-09: [BUGFIX] Fix menus in `StatusNotifier` for updated electron apps
2023-01-13: [FEATURE] Add support for local icons in `StatusNotifier` context menus
2023-01-03: [FEATURE] Add `PopupCircularProgress` control to popup toolkit
2022-12-31: [BUGFIX] Fix bug in `LiveFootballScores` info popup with excess separators
2022-12-26: [FEATURE] Add decoration grouping to BorderDecorations
2022-12-25: [BUGFIX] Catch errors where `SnapCast` widget can't retrieve ID from server
2022-12-22: [FEATURE] Add `Syncthing` widget
2022-12-21: [BUGFIX] Fix issue redrawing controls after mouse focus change
2022-12-20: [FEATURE] Add `ProgressBarMixin` and convert `ALSAWidget` and `BrightnessControl` to use mixin
2022-12-19: [BUGFIX] Update `StravaWidget` to `stravalib v1.1.0` (NB new dependency `pint`)
2022-12-03: [FEATURE] Add extended popup to `Mpris2`
2022-12-02: [BUGFUX] Fix startup slowdown caused by `ALSAWidget`
2022-12-02: [BUGHFIX] Fixed bug when drawing masked images with `Image` widget
2022-12-01: [FEATURE] Add ability to fine tune position of `AnalogueClock`
2022-11-29: [BUGFIX] Handle JSON error in `TVHWidget`
2022-11-26: [FEATURE] Add extended popup to `LiveFootballScores`
2022-11-24: [BUGFIX] Fix bug where decoration crashes on widget initialised inside a `WidgetBox`
2022-11-23: [FEATURE] Add extended popups to `ALSAWidget` and `BrightnessControl` (experimental)
2022-11-22: [FEATURE] Add ability to draw border in different colour in `RectDecoration`
2022-11-22: [BUGFIX] Fix `RectDecoration` grouping when not filled
2022-11-18: [FEATURE] Add support for web-based images in `PopupImage` and `Image` widget
2022-11-18: [FEATURE] Add ability to draw border on `PopupSlider` controls
2022-11-18: [FEATURE] Add `ExtendedPopupMixin` to simplify adding popups to widgets
2022-11-18: [FEATURE] Add `MenuMixin` and `DBusMenuMixin` to standardise approach to widget menus
2022-11-17: [FEATURE] Add HTTPDigest authentication to `TVHWidget`
2022-11-13: [FEATURE] Add ability to update popup control values
2022-11-12: [BUGFIX] Fix menu bug in `GlobalMenu`
2022-11-12: [FEATURE] `PopupImage` can display an alternative image as a highlight
2022-11-12: [BUGFIX] Fix away goal and red card indicator locations when using `PowerLineDecoration`
2022-11-12: [BUGFIX] More fixes to decorations on mirrored widgets
2022-11-12: [BUGFIX] More `RectDecoration` clipping fixes
2022-11-12: [FEATURE] Add ability to set position of popup relative to corners, midpoints and centre of screen
2022-11-11: [DOCS] Update Arch installation instructions
2022-11-11: [BUGFIX] Fix infinite recursion error with decorated widget configuration
2022-11-11: [BUGFIX] Fix `RectDecoration` clipping when widget is resized
2022-11-11: [BUGFIX] Fix menu position for `StatusNotifier` and `GlobalMenu` widgets
2022-11-10: [BUGFIX] Better handling of decorations on mirrored widgets
2022-11-10: [BUGFIX] Fix `Visualiser` segfault
2022-11-08: [FEATURE] Add improvements to `StatusNotifier` menus
2022-11-07: [FEATURE] Add ability to resize icons in `ALSAWidget`
2022-11-06: [BUGFIX] `WiFiIcon` internet check handles other exceptions
2022-11-05: [BUGFIX] Hide `LiveFootballScores` widget when no match
2022-11-01: [BUGFIX] Fix `StatusNotifier` menu bug where submenus do not appear
2022-10-27: [BUGFIX] Fix Graph widgets to work with decorations
2022-10-26: [FEATURE] `WiFiIcon`: Disable background internet check by default
2022-10-25: [BUGFIX] Fix padding in `TooltipMixin`
2022-10-25: [FEATURE] Allow overriding of colours for `PowerLineDecoration`
2022-10-20: [FEATURE] `WiFiIcon`: Add ability to always show SSID
2022-10-20: [FEATURE] `WiFiIcon`: Add test to check whether device is connected to the internet
2022-10-16: [FEATURE] Add `ContinuousPoll` widget
2022-10-15: [BUGFIX] Fix `RectDecoration` reload bug with `use_widget_background`
2022-10-10: [UPSTREAM] Change command syntax to match changes to qtile codebase (needs latest git version of qtile)
2022-10-05: [BUGFIX] Fix IndexError on grouped `RectDecoration` (issue 126)
2022-10-04: [BUGFIX] Fix `extrawidth` with `PowerlineDecoration`
2022-10-04: [FEATURE] Allow users to add extra width at the end of a decoration.
2022-10-04: [BUGFIX] Fix `Visualizer` image size bug
2022-10-04: [TESTS] Pin `pytest-cov` to 3.0.0 to retain `multiprocessing` support
2022-09-24: [BUGFIX] Improve icon background rendering in `Systray` with `RectDecoration`