The first Release Candidate of the v2.3 version.
Now I'm starting to work on v2.4, with some new cool features in it. Stay tuned!
Changes:
Indicator Settings:
Hide: Added the "NA" condition. Now you can check if an indicator is not avaiable.
Alert: Improved usability of adding the "alert dependency". Removing redundant sequence using Add and Edit.
Indicators:
Improved "Stopwatch", now you can use alert/hide conditions on it (by using seconds).
Settings:
Added "Input poll interval" (Advanced tab). With this you can reduce input latency of hotkeys.
"TCP Listener" moved to the Network group (General tab).
Plot:
Improved colors of the Dark theme, making it looks more like the "Black" theme in the main GUI.
Added a notification when "Screenshot" taken.
Scripting:
Added the "value_str_proc" callback. With this callback you can convert the number value (returned by value_proc) into string type that will be displayed in the overlay.
This allows you to keep the value in the number type and use it in alert/hide conditions while the text is displayed.
As an example, see the code of the "Stopwatch" indicator.
Fixes:
Fix horizontal IAS and TAS are displayed on VTOL aircrafts.
Plot: Ignore "state_" files in the "Recent Logs" menu.
Plot: Windows: Profiles wasn't work correctly due to the '\r' character in the plot line names.