Skip to content

Helios 1.4.2020.0226 1Q2020

Compare
Choose a tag to compare
@BlueFinBima BlueFinBima released this 25 Feb 08:42
· 74 commits to Dev since this release
1555cff

1.4.2020.0226 Release


Huge "Shout out" to derammo who was this release's primary contributor. 1.4.2020.0226 benefits from his many improvements and bugfixes.

  • BMS F-16 - Altimeter fixes
    Added altimeter pressure reading
    fix for _airPressureDrum.Value only can accept 4 digits
    Added Altimeter Calibration reading from FlightData2
    Support barometric readings of altitude and pressure
    Use math.abs to get absolute value
    Read values from flightData2 to support barometric altitude and calibrated airpressure
  • Keyboard Interface changes
    Bug relating to sending keys "RETURN" and "ENTER" fixed. Both of these now send the ENTER key on
    the right of the main keyboard. New "NUMPADENTER" sends the Enter key on the numeric keypad.
    This potentially needs profiles sending "RETURN" which previously activated the numeric pad enter
    to be changed to send "NUMPADENTER" instead #178
    New feature to force QWERTY keyboard keycodes to be sent to programs (such as BMS) which only
    understand keycodes and not keystrokes. #164
  • A-10C
    fixed button command for MFCD brightness down
    Corrections to the values used by the interface for VHF AM Radio
  • Bug fix for orphaned triggers and actions when there is a change in interface #173
  • UDP traffic logging now only for loglevel Debug
  • Fix for Reset monitors Bug where bindings don't move to the correct monitor #177 & #117
  • Fix for CLR20r3 crash on release check when there is no internet connection #163
  • Fix for crash on startup when Helios Settings file has been corrupted #106
  • Fix for Text Display font size being incorrect when textbox is resized #146
  • Fix for ArgumentOutOfRangeException on HeliosTextBox #158
  • Installer changes to re-req the Visual C++ 2015-2019 Redistributable Runtime.
    The installation is only attempted when using "Helios setup.exe". 14.24.28127.04 is the minimum level.
  • Helios is now an x64-only offering
  • HeliosDiag.cmd is delivered to aid the collection of diagnostic information
  • Package Updates:
    • HidSharp 2.1
    • KeraLua 1.0.2.6
    • NLua 1.4.29 (including Lua 5.3)
  • New Custom Drum and Custom Gauge controls added