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