All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add FPV Angle Mix plugin to emulate BetaFlight's feature of same name for Quadcopter simulators
- [AxesToAxesTrim Plugin] Axes no longer wrap around
- [AxisToAxisIncrement Plugin] Fixed crash on Min Value for axis
##[0.8.2] - 2019-12-18
- [AxisToDelta Plugin] Fix issue #13
Moving mouse at max negative rate (towards left or top of screen) now works
##[0.8.1] - 2019-12-13
- Add ReversibleThrottle plugin
##[0.8.0] - 2019-07-27
This is the first version compatible with UCR 0.8.x
- Added DeltaToButtons plugin
- Added validation where appropriate
- Fixed Reset for DeltaToAxis Relative mode
- AxesToAxesRotation no longer wraps
##[0.0.4] - 2019-01-03
- Update plugins to new UCR 0.7.0 format
- Renamed AxisToAxisCumulative to AxisToAxisIncrement
- Included a counter effect to AxisToAxisIncrement
- Each instance of ButtonToButtonsLongPress uses their own/private longPressTimer
- Each instance of AxisToDelta needs uses own/private timer
- Each instance of DeltaToAxis needs uses own/private timer
- Added EventToButton plugin
- Moved AxisToAxisCumulative, AxisToDelta, ButtonToButtonsLongPress and DeltaToAxis plugins from UCR repo to this repo