Skip to content

Changelog

Version v0.10.0

:boom: BREAKING CHANGES

  • due to 3cf9be8 - global icon theme setting (commit by @JakeStanger):

    This removes the icon_theme option from launcher and focused. You will need to set this at the top of your config instead.

  • due to 90f57d6 - remove irrelevant icon format token (commit by @JakeStanger):

    (Missed from #96141d4) The {icon} token has been removed from the music module due to incompatibility with the new image/icon support. The icon now always displays as a separate widget before the label and should be removed from your formatting string.

:sparkles: New Features

  • 8691824 - music: ability to truncate button text (commit by @JakeStanger)
  • 07dbf78 - focused: ability to truncate label text (commit by @JakeStanger)
  • 393800a - custom: image widget (commit by @JakeStanger)
  • 3cf9be8 - global icon theme setting (commit by @JakeStanger)
  • b054c17 - workspaces: support for using images in name_map (commit by @JakeStanger)
  • 96141d4 - music: support for using images in name_map, additional icon options (commit by @JakeStanger)
  • c347b6c - add feature flags (commit by @JakeStanger)

:bug: Bug Fixes

  • 5772711 - music: remote mpris album art not showing (commit by @JakeStanger)
  • 5fb4125 - tray: some init issues (commit by @JakeStanger)
  • 058c8f4 - hyprland: issues with tracking workspaces (commit by @JakeStanger)
  • 51d2c22 - images: incorrectly resolving non-files (commit by @JakeStanger)

:recycle: Refactors

  • 012762e - swap out some code for existing macros (commit by @JakeStanger)
  • 9750255 - music: split config code into separate file (commit by @JakeStanger)
  • 15f0857 - replace icon loading with improved general image loading (commit by @JakeStanger)

:memo: Documentation Changes

  • 1ed3220 - update CHANGELOG.md for v0.9.0 [skip ci] (commit by @JakeStanger)
  • 90f57d6 - music: remove irrelevant icon format token (commit by @JakeStanger)
  • 6a39905 - compiling: add missing full stop (commit by @JakeStanger)
  • 7b23e61 - wiki: update screenshots and examples (commit by @JakeStanger)