Releases: EvenAR/node-simconnect
Releases · EvenAR/node-simconnect
v4.1.1
What's Changed
Main upgrades:
- Source code upgraded to TypeScript 6
- Replaced the
bytebufferdependency with the native Node.jsBuffer - Correct use of unsigned/signed integers throughout to match the use of
DWORDin SimConnect.h
Bug fixes:
- Switched to ISO-8859-1 character encoding (same as jsimconnect uses) instead of UTF-8. Credits to @pepperoni505 for pointing out this bug in #115 👏 . This should make sure special characters are handled correctly.
- Fixed
writeUint32()erroneously writing a 64-bit unsigned integer
Full Changelog: v4.1.0...v4.1.1
v4.1.0
What's Changed
- Add new MSFS 2024 APIs by @EvenAR in #114
- Read 9 character ICAO codes when using SunRise protocol or newer
- Fix flow event parsing Credits: @Skyfiir78
Full Changelog: v4.0.0...v4.1.0
v4.0.0
v3.6.2
v3.6.1
What's Changed
- Fixed bug where region in facility list was lost by @AndreKlang in #94
- Added support for PAVEMENT, APPROACHLIGHTS, VASI by @AndreKlang in #95
- Fix issue with large messages over network connection by @EvenAR in #96
New Contributors
- @AndreKlang made their first contribution in #94
Full Changelog: 3.6.0...3.6.1
v3.6.0
New functions from MSFS SU13
What's added:
- enumerateControllers (#87)
- mapInputEventToClientEventEx1 (#86)
- enumerateInputEvents (#86)
- getInputEvent (#86)
- setInputEvent (#86)
- subscribeInputEvent (#86)
- unsubscribeInputEvent (#86)
- enumerateInputEventParams (#86)
- executeAction (#86)
See:
- https://docs.flightsimulator.com/flighting/html/Programming_Tools/SimConnect/API_Reference/InputEvents/SimConnect_EnumerateControllers.htm?rhhlterm=simconnect_enumeratecontrollers&rhsearch=simconnect_enumeratecontrollers
- https://docs.flightsimulator.com/flighting/html/Programming_Tools/SimConnect/SimConnect_API_Reference.htm#inputevents
Full Changelog: 3.5.0...3.6.0
v3.5.0
What's Changed
- Implemented
requestJetwayData(see SimConnect_RequestJetwayData) - Done some minor internal refactoring
Full Changelog: 3.4.3...3.5.0