Version 2.6.4

Fix for regressions introduced in 2.6.3, and improvements to network logging and the German translation.

Published 2026-03-29

In 2.6.3, I rushed to get out a fix to an issue with how DataRefTool watched files for changes (using inotify). There are two features that use this functionality: (1) responding to changes in the accessibility preferences, like font size and scaling; and (2) automatically reloading plugins when one of them changes.

The substantial changes I made in this area caused a few problems: first, a thread used by inotify did not terminate (join) on plugin shutdown; this caused problems when people quit the simulator (on Windows). Second, plugin changes were no longer detected (on Mac).

This really comes down to me cutting the corners testing this update. Sorry!

I really appreciate the help from users on the X-Plane.org forums.

Changes