Skip to content

Changelog

Version v0.14.1

:bug: Bug Fixes

  • 1c9c9bb - cli: error when launched via swaybar_command (commit by @JakeStanger)
  • 976dd6c - style: file watcher not working for relative paths (commit by @JakeStanger)
  • 4d9d78f - dynamic string: ironvar parser being too greedy (commit by @JakeStanger)
  • 63304a9 - dynamic string: always sending partial string on initialization (commit by @JakeStanger)
  • 8016ec2 - tray: crash caused by excess updates (commit by @JakeStanger)
  • b3a70ce - tray: not handling checkbox items (commit by @JakeStanger)
  • 0616633 - do not panic on full channels (commit by @JakeStanger)
  • 133632d - tray: vastly improve rendering performance (commit by @JakeStanger)

:recycle: Refactors

  • 996ad7e - desktop file: simplify some none-type handling (commit by @JakeStanger)
  • aaef3bf - fix new strict clippy warnings (commit by @JakeStanger)
  • f3687c5 - replace deprecated indexmap method (commit by @JakeStanger)

:white_check_mark: Tests

  • af7e037 - dynamic string: test pango attributes with ironvars (commit by @JakeStanger)

:memo: Documentation Changes

  • 7d51155 - update CHANGELOG.md for v0.14.0 [skip ci] (commit by @JakeStanger)
  • 754e339 - add info on speeding up compilation time (commit by @JakeStanger)
  • cb2f9b0 - examples: fix issues with example css (commit by @JakeStanger)
  • 1b54276 - compilation: add sccache section (commit by @JakeStanger)
  • 9d7cb08 - ironvars: correct allowed chars in keys (commit by @JakeStanger)