Skip to content

Changelog

Version v0.11.0

:boom: BREAKING CHANGES

  • due to ca4fe42 - ability to set fixed length (commit by @JakeStanger):

    This changes the behaviour of truncate.length. A new property, truncate.max_length, has been introduced that uses the old behaviour.

:sparkles: New Features

  • d253c4b - add configurable margins around bar (commit by @ttoino)
  • ca4fe42 - truncate: ability to set fixed length (commit by @JakeStanger)
  • 575d6cc - new clipboard manager module (commit by @JakeStanger)
  • 9984b63 - nix: initial nix feature flags impl (commit by @yavko)
  • b1475a1 - nix: use cargo default features (commit by @yavko)
  • 102d247 - module hover options (commit by @JakeStanger)

:bug: Bug Fixes

  • 2ac5071 - not setting layer shell namespace (commit by @JakeStanger)
  • 7dff3e6 - image: widgets missing names (commit by @JakeStanger)
  • 54b9b28 - make readme more concise (commit by @yavko)
  • 8cbb73b - dynamic string: dynamic sections not respecting ordering (commit by @JakeStanger)
  • d0b7bdb - nix: home manager module, and features (commit by @yavko)

:recycle: Refactors

  • d84139a - general tidy up (commit by @JakeStanger)
  • 7212bbc - dynamic string: use vec instead of indexmap (commit by @JakeStanger)
  • ecdd71a - config: use universal-config crate. (commit by @JakeStanger)
  • 6221f74 - fix new clippy warnings (commit by @JakeStanger)

:memo: Documentation Changes

  • 82875cd - update CHANGELOG.md for v0.10.0 [skip ci] (commit by @JakeStanger)
  • 7c36f5c - fix a couple of issues (commit by @JakeStanger)
  • 83a4916 - compiling: add info about build deps (commit by @JakeStanger)
  • 5bbe64b - clock: format table (commit by @JakeStanger)
  • 2b26eaf - clipboard: fix incorrect setting description (commit by @JakeStanger)
  • 0125ce5 - examples: update styles example (commit by @JakeStanger)