1.0.0.0
============================================
Version 1.0.0.0
Release date: 16 April 2017
*New features
Added "OptionValue" query type to query other GuiOptions a.k.a. option linking. See Config_Linking.xml for examples
Added "IfElse" query type to set values based on conditional logic
Added "LinkTo", "LinkTrue", and "LinkFalse" query types. These are query types are shorthand for common IfElse queries
Added "Combined" query type to put multiple query results together
Added AND/OR functionality to rules for compliance, validation, and IF queries
Added support for multiple lines in InfoBox. Use \r\n for newline
Integrated NLog for logging. This can be configured in NLog.config (which also contains links to documentation)
Added logging view to LiveData window.
Added ID field for option linking to LiveData window
Added hardware evaluation values to LiveData
Added "TickCross" compliance GuiOption. Identical config to TrafficLight.
Added CornerRadius formatting option for buttons
Added ability to set the selected option in a DropDownList via query using config
Standardised config piece that sets values for a GuiOption, e.g. , , etc, to . Old values will continue to work
*Fixes
General code cleanup and optimisations.