Skip to content

lillinput-cli v0.3.0

Latest
Compare
Choose a tag to compare
@diego-plan9 diego-plan9 released this 04 Nov 18:00
· 11 commits to master since this release
2a4c1e1

Added

  • Add support for diagonal swipes, configurable via the --{number}-finger-swipe-{direction} family of arguments, with the new directions being left-up, right-up, right-down, left-down. (#139)
  • Two new arguments (--invert-x, --invert-y) can be used for inverting the interpretation of the displacements in the X and Y axis. (#145)

Fixed

  • The four_finger_swipe_up field in Opts and corresponding command line argument is now correctly named. (#90)

Changed

  • Configuration files can now contain partial content, and each option can be overridden individually by other sources, falling back to a default value if any option is not provided. (#94)
  • The verbosity is now specified via the --verbose and --quiet flags, from a default verbosity of INFO, and if used in a configuration file it must be specified as a string instead of an integer. (#83)
  • The crate has been split into two crates: a library providing the building blocks (crate lillinput), and the commandline application (crate lillinput-cli). Most of the internal components have been renamed, moved or updated in the process. (#111)