Releases: tcavenezuela/fsuipc.js
Releases · tcavenezuela/fsuipc.js
@fsuipc.js/api@2.0.4
Patch Changes
- 600964a: add plane related offsets (altitude AMSL, atltitude AGL, indicated altitude, landing rate)
@fsuipc.js/api@2.0.3
@fsuipc.js/api@2.0.2
Patch Changes
- 665c17c: add offset 0x3380: Write a message as string to show in the simulator.
add offset 0x32fa: Text display control in seconds. - 92defa1: add write method
- 707dfc1: change throw error to avoid use new Error since we are returning a JSON to improve error parsing
- 4bce020: add connected status to main class
- 886ec28: add offset 0x3308: sim version currently in use.
add offset 0x3d00: aircraft name currently in use.
add exclusive X-Plane offset 0x6fff: flag to indicate if the fsuipc version is currently running in X-Plane (XPUIPC).
add exclusive X-Plane offset 0x6f03: XPUIPC version string.
@fsuipc.js/api@2.0.1
Patch Changes
- 94b996e: add param in listen function to enable or disable interval
fsuipc.js@1.2.0
@fsuipc.js/api@2.0.0
fsuipc.js@1.1.2
Patch Changes
- 3acb080: Change throw error to warning to avoid a crash in electron platforms.
fsuipc.js@1.1.1
Patch Changes
- cb1da15: Update README files headers.