Skip to content

v1.1.1 - Patch release for MSFS SU11/SDK 0.20.5 updates

Compare
Choose a tag to compare
@mpaperno mpaperno released this 31 Jan 02:00
· 77 commits to main since this release
70f5662

Changes since v1.1.0

WASimModule

  • Added 73 Key Event lookup names from latest MSFS SDK v0.20.5.0.
  • Added 55 Key Event lookup name aliases for published SimConnect Event IDs for which the KEY_* macro names do not match (result of my MSFS SDK Docs import project).
  • KEY_PROP_FORCE_BETA_* Key Event IDs (from last update) were updated again to reflect SDK v0.20.5.0 values.
  • Release version is now built using clang:-O3 level optimization since MSFS memory corruption issue confirmed fixed.

WASimClient and WASimClient_CLI

  • Improved detection of configuration file parameter (config) in class constructor being a file or directory, which also validates existence.

WASimUI

  • Improved visual separation of forms by function type (Variables, Lookup, etc).
  • Added/improved some of the tool-tip documentation notes for each core function (hover on section title).
  • Fixed "About" dialog box transparency issue.

The release contains several download options (the actual file names have version numbers appended):

  • WASimCommander_SDK - All header files, pre-built static, dynamic, and managed (.NET) libs, packaged WASM module, pre-build GUI, reference documentation, and other tools/examples.
  • WASimModule - Just the WASM module component, ready to be dropped into a MSFS Community folder (so that the folder wasimcommander-module is inside the Community folder). MSFS would need to be restarted after adding the module for the first time.
  • WASimUI - Just the GUI application, which is very handy in combination with the WASM module for exploring the system. No installer, simply unzip and run the WASimUI.exe file from either Explorer or a command line.