Skip to content

0.14.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 13:36
· 1 commit to master since this release

New features

  • initial support for Wayland (tested with sway)
  • added a new mako item (which is a Wayland compatible dunst replacement)
  • provide the ability to run items but hide them from the bar
  • add an optional label for the light item (see sample config for rationale)

Behaviour changes

  • notifications now use x-dunst-stack-tag for stacking
    • previously they re-used notification ids, but due to a limitation in mako this didn't work
    • if other window managers don't honour x-dunst-stack-tag, it's not difficult to make this configurable

Breaking changes

  • use "size" rather than "scale" for changing size of powerline separator
    • this was required for proper Wayland support

Smaller changes and other development related changes

  • update dev dependencies
  • update dependencies
  • update sample_config.toml and i3.conf tests for hidden items