UI improvements, and fix plugin reloading
Published 2026-05-09
2.6.5 brings minor improvents in a couple of areas:
Most of these are just quality of life improvements.
There's also a fix to plugin reloading on macOS, which fixes a regression that I created last month in 2.6.4.
I really appreciate the help from users on the X-Plane.org forums.
Some of the Rust libraries that are used to build DataRefTool are now open source.
xplane-web-api is Rust bindings to the X-Plane REST API; DataRefTool uses this to obtain some information about datarefs and commands.xplm-sys-lb is Rust bindings to the X-Plane plugin SDK. DataRefTool has used this to call the SDK since version 2.0. There are a few similar libraries out there, but I think this one is the most up to date and functional. There's more information at the link comparing against similar libraries.DataRefTool does depend on a number of other libraries; I plan to release a few more of these as time permits.
Resources/plugins/DataRefs.txt and Resources/plugins/Commands.txt files. This now means that dataref descriptions are available in the Dataref detail window; for commands, the availablility of descriptions no longer fully depends on the web API being enabled.troupie)karilou)