You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,27 @@
1
1
# WASimCommander - Change Log
2
2
3
-
## [next version]
3
+
## 1.0.0.8 (2-Aug-2022)
4
+
### WASimClient (and dependents)
5
+
* Fix possible SimConnect exception (Sim crash) when removing data request subscriptions. Seemed to only happen occasionally and when SimConnect was under load from other clients.
6
+
* Also cleans up removing data requests which were never sent to the server (eg. before Client was connected), which previously resulted in warnings from the server that the requests didn't exist.
7
+
* Ensure no SimConnect calls run concurrently (also improves request tracking/error reporting).
8
+
* Client validates that the configured ID is not zero before connecting to simulator.
9
+
* Check/warning of version match with server module is now limited to major version part only.
10
+
11
+
### WASIMClient_CLI
12
+
* Added convenience methods for setting string values in Command and DataRequest structures.
13
+
* Added more Command struct constructors.
14
+
15
+
### General
4
16
* Added Python example.
5
17
6
-
## 1.0.0.7-beta3 (Jul-12-2022)
18
+
---
19
+
## 1.0.0.7-beta3 (12-Jul-2022)
7
20
### WASimClient, WASimClient_CLI, WASimUI
8
21
* Fixed WASimClient bug introduced in v1.0.0.6 that prevented Client from completing connection to Server on first attempt (but would work on the 2nd).
9
22
10
23
---
11
-
## 1.0.0.6-beta2 (Jul-11-2022)
24
+
## 1.0.0.6-beta2 (11-Jul-2022)
12
25
### WASimModule
13
26
* The `SendKey` command can now accept known key event IDs by name (and do the lookup automatically).
14
27
* Stopped pre-compiling "Formatted" type calculator strings (for `format_calculator_string()`) since that seems to be broken in MSFS.
@@ -25,5 +38,5 @@
25
38
* Display a message when a string-type calculator result returns an empty string (instead of just blank space).
0 commit comments