Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 11:13
· 319 commits to main since this release
v2.1.0
351a1c2

v2.1.0 (2023-07-31)

Features

  • Add set/remove directives to support templating. This solves the long open issue #4 and enables having having different configurations on different computers based on chezmoi templates in the modify script. See the example or --help-syntax for more information.
  • Update to winnow 0.5.x, which includes major changes to the winnow API. As a side effect, the messages in case of parse errors of the configuration are much improved! Thanks to @epage (maintainer of winnow) for going above and beyond and actually doing the conversion to the new API.

Documentation

  • Update README with info on set/remove
  • Document set/remove directives
  • Update kwinrc example. Fix kglobalshortcutsrc example.

New Contributors

  • @epage made their first contribution in #23