Skip to content

Commit 34a2d2f

Browse files
committed
Update CHANGELOG.
1 parent 312024c commit 34a2d2f

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,36 @@
11
# WASimCommander - Change Log
22

3-
## 1.1.0.0 (TBD)
4-
Updates for MSFS 2020 SU10 changes and new features.
3+
## 1.1.0.0 (2-Nov-2022)
4+
Updates for MSFS 2020 SU10 changes and new event trigger API for sending multiple values.
55

66
### WASimModule
77
* Added new feature to trigger simulator Key Events with multiple value parameters (Gauge API `trigger_key_event_EX1()`).
88
* Removed ability to get or set Local type variables with Unit specifiers (turns out MSFS hasn't supported this from the start).
99
* Added Key Event lookup names for new KEY_PROP_FORCE_BETA_* events.
1010
* Added Token variable name lookups for CIRCUIT_NAVCOM4_ON and BREAKER_NAVCOM4.
1111
* Remove usage of deprecated `send_key_event()` for `SendKey` command in favor of `trigger_key_event_EX1()`.
12+
* Module is now built with `/clang:-O1` optimization level (the newly-recommended `O3` level revealed a nasty MSFS memory corruption bug which
13+
should be fixed in SU11; I will have an update after SU11 release).
1214

1315
### WASimClient
1416
* Added `sendKeyEvent()` methods for sending simulator Key Events with up to 5 values, either by event ID or by name.
1517
* Unit type specifiers for getting/setting Local variables are ignored (no longer sent to the server even if provided in the method call).
1618

1719
### WASimClient_CLI
1820
* Added `sendKeyEvent()` methods (see above).
19-
* Re-targeted for VS2022, VC v143 and .NET 6.0.
20-
* Added .NET Framework target.
21+
* Added .NET Framework 4.6 and .NET 6.0 targets/builds (pre-built DLLs added to SDK distribution).
22+
* Re-targeted project for VS2022, MSVC v143.
2123

2224
### WASimUI
2325
* Added new form for sending Key Events with up to 5 value parameters.
2426
* Added connected WASimModule (server) version number display.
2527
* Fixed that the calculation result display text field could not be cleared.
2628

29+
### Shared Components
30+
* Minor optimization fix in SimConnect exception reporting module during lookup of a cached request record (for logging exception details).
31+
2732
---
28-
## 1.0.0.9 (unreleased)
33+
## 1.0.0.9 (unpublished)
2934
* No changes from 1.0.0.8-rc1.
3035

3136
---

0 commit comments

Comments
 (0)