Skip to content

Releases: maartentamboer/X-Touch-Mini-FS2020

Release v1.3.1

17 Mar 12:12
6bef88d
Compare
Choose a tag to compare
  • Fix lights on layer 2 off by one issue #37

Release v1.3.0

12 Mar 14:03
715b36a
Compare
Choose a tag to compare
  • 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

05 Mar 12:26
eff674d
Compare
Choose a tag to compare
  • Add ADF example to config file #35

Release v1.2.0

21 Feb 12:54
8ab9ebe
Compare
Choose a tag to compare
  • 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

07 Feb 09:58
bd6da38
Compare
Choose a tag to compare
  • Fix issue where a none value in the conditionalrunner would crash the application #27

Release v1.1.0

06 Feb 15:01
710d0b9
Compare
Choose a tag to compare
  • 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

30 Jan 11:29
a52632c
Compare
Choose a tag to compare
  • Fix issue where 0 triggers would cause the application to crash #18

Release v1.0.0

31 Oct 12:54
Compare
Choose a tag to compare
  • Support seperate configs for different airplanes
  • Add conditional triggers and events

Release v0.1.0

27 Oct 16:00
4686b7a
Compare
Choose a tag to compare

Thanks to @viboux for adding support for multiple events on a single click and manual events

Release v0.0.1

17 Oct 14:10
Compare
Choose a tag to compare

Initial test release