Skip to content

Modernize the bracket system

Compare
Choose a tag to compare
@FelixKratz FelixKratz released this 15 Dec 21:09
· 287 commits to master since this release

This release focuses on improving the ancient bracket system. Brackets are now very flexible and can be used to bracket together arbitrary items in the bar, even across different bar positions and automatically decide their bounds based on the member list.
See the updated bracket documentation for more info.

Improvements

  • Brackets are now fully flexible and work across all positions
  • Bracket member order does not matter anymore
  • Brackets now support regexes as members
  • The command-loop is no longer stopped when an invalid item name is found, i.e. following commands are still executed

Fixes

  • Fix center items not actually being centered when a bar margin is set

Full Changelog: v2.11.2...v2.12.0