CHANGELOG updated
This commit is contained in:
parent
2015f51dde
commit
fd8e396226
1 changed files with 14 additions and 0 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
|||
# v0.2.0 (2021-01-20)
|
||||
|
||||
This release adds proper support for devices beyond just Joysticks, e.g.
|
||||
physical throttle units.
|
||||
|
||||
## Changed
|
||||
|
||||
* Now watching all available axes, not just X and Y. See below.
|
||||
|
||||
## Fixed
|
||||
|
||||
* Instead of an axis for deviation from the middle (only works with sticks,
|
||||
really), now watching for a _change_ in axis value. (#1)
|
||||
|
||||
# v0.1.1 (2020-08-03)
|
||||
|
||||
## Fixed
|
||||
|
|
Loading…
Reference in a new issue