Releases: maartentamboer/X-Touch-Mini-FS2020
Releases · maartentamboer/X-Touch-Mini-FS2020
Release v1.3.1
- Fix lights on layer 2 off by one issue #37
Release v1.3.0
- The manual type event no longer needs to be used when binding to an event that does not exist in python-simconnect
- Additional simvars that are not in python-simconnect can be added in the config.json
- The condtionalrunner can now call any event
- Add an example in the A320 config that uses the Mobiflight wasm module to control the MFD range with an encoder
Release v1.2.1
- Add ADF example to config file #35
Release v1.2.0
- Fix an off by one error where encoder pushed on layer B registered as the next encoder #31
- Fixed an issue where encoder leds did not sync over layer changes #29
- Add a warning message when the encoder mode is probably not in relative 2
- Add a json schema file for autocompletion and error checking #30 thanks @tedb
Release v.1.1.1
- Fix issue where a none value in the conditionalrunner would crash the application #27
Release v1.1.0
- Midi ports are now selectable in the config file #19 #12
- All available midi ports will be printed on application startup #19 #12
- Conditional triggers can set and get global variables #14
- Conditional triggers can control the LED on buttons #15
- Conditional triggers can control the LED on encoders #17
- The encoders LEDs are refreshed everytime the encoder sends a value to the PC
- The default state of the encoder LEDs after refresh is off
- Encoders will no longer automtically blink when they are in
alternate
mode - Small changes in the config file to make use of the new encoder led features
Release v1.0.1
- Fix issue where 0 triggers would cause the application to crash #18
Release v1.0.0
- Support seperate configs for different airplanes
- Add conditional triggers and events
Release v0.1.0
Thanks to @viboux for adding support for multiple events on a single click and manual events
Release v0.0.1
Initial test release