Skip to content

v4.1.1

Choose a tag to compare

@EvenAR EvenAR released this 25 Apr 13:33
· 40 commits to master since this release

What's Changed


Main upgrades:

  • Source code upgraded to TypeScript 6
  • Replaced the bytebuffer dependency with the native Node.js Buffer
  • Correct use of unsigned/signed integers throughout to match the use of DWORD in 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