Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@rgoulter rgoulter released this 12 Mar 01:17
· 8 commits to master since this release

What's Changed

v0.3.0 adds chords to the smart keymap library.

Current implementation of chords:

  • Layer-independent.
  • 2-key chords only.
  • Add key::chorded to Rust smart keymap library in #194

  • Nickel refactoring:

    • ncl: keymap-codegen: rearrange tap_hold to before layered in #206
    • ncl: keymap-codegen: factor out keyboard_modifiers in #207
    • ncl: rewrite codegen type unification in #208
    • features: add "chords" ncl feature to generated docs in #209
  • Minor fixes & refactoring to Rust code:

    • rust: simplify impl LayeredNestable for TapHold<> in #204
    • tests: cucumber: use filter_run_and_exit, so cargo test fails in #205

Full Changelog: v0.2.0...v0.3.0