Navigation Menu

Skip to content

Release on 4 June, 2018

Compare
Choose a tag to compare
@leecbaker leecbaker released this 06 Jun 14:14
· 225 commits to master since this release

Lots of new small features in this release.

Features:

  • You can now use a search term starting with a minus (-) to exclude things from your search results (except in regex mode).
  • Windows that overlap the menu bar are no longer stuck there.
  • In change detection mode, we used to hide results when they hadn't changed for a while. They now stay around forever, making it easier to observe / select / change datarefs that changed.
  • Keyboard shortcuts for opening and closing windows. Details here
  • We now show buttons for triggering each command in the search results, instead of just when a single command was selected. Unfortunately, X-Plane's default buttons are too huge to be shown in the list, so they look terrible for now.
  • The button that triggered a command (used to be labeled "Once") can now be held down to trigger a command for a longer period of time, instead of just calling XPLMCommandOnce().

Windows notes:

You may need the Visual Studio 2015 Redistributable to be installed. You can get it from Microsoft here.

Known issues:

  • Toggling case sensitivity doesn't update search results, #29