Skip to content

Release on 14 July, 2021

Latest
Compare
Choose a tag to compare
@leecbaker leecbaker released this 14 Jul 06:27
· 1 commit to master since this release

This will be the final release to support X-Plane 10.

Changes:

  • An API is now available to other plugin developers. Other plugins can use DRT's search when the DRT plugin is also installed. For details on how this works, see the documentation in doc/API.md.
  • The font used to display results has changed from a monospace to a proportional font. This allows more data to be displayed within the same amount of space.
  • When viewing array datarefs, the algorithm that determines how many array elements to display has been updated to compute more precisely what can be fit into the space available. With this change, slightly more array dataref elements should be visible in results.

Fix:

  • When viewing array datarefs in the dataref edit window, the number of elements shown varies proportionally to window size, instead of overflowing onto the rest of the screen.

Known issues:

  • Windows can't be resized on XP10
  • Some Linux systems still have problems running DRT; I recommend that Linux users compile their own plugins for now if you run into this issue.