Skip to content

Releases: MikePohatu/TsGui

0.9.6.0

08 Nov 08:56
Compare
Choose a tag to compare

Version: 0.9.6.0
Release date: 8 November 2016

*New features
Added string validation options for FreeText/ComputerName GuiOption. This can be used to enforce naming standards
Added -config command line option to specify alternate config file. If you use the ServiceUI template, please download the new version
Added ability to set label and control widths for each individual GuiOption
Added ability to set the GuiOption control on the left rather than the right
Added Rows in addition to Columns to give more layout options.
Added new formatting section to xml to give more layout/design options
General code tidy up

*Additional notes
Note that there are some changes to the XML schema, but legacy configs will work fine
Config_Examples.xml has been split apart to help make examples easier to find and follow

0.9.4.1

01 Oct 09:08
Compare
Choose a tag to compare

Version: 0.9.4.1
Release date: 1 October 2016

*New features
New "InfoBox" GuiOption. This allows you to display information from a WMI query or environment variable in the same way as with FreeText or DropDownList option, but in a read-only form. Useful for displaying system information to the user.

0.9.4.0

13 Sep 09:08
Compare
Choose a tag to compare

Version: 0.9.4.0
Release date: 13 September 2016

*New features
DropDownList can now be built from a WMI query e.g. to list available disks
Added more comments and descriptions to Config_Examples.xml

0.9.3.2

21 Aug 07:39
Compare
Choose a tag to compare

Version: 0.9.3.2
Release date: 21 August 2016

*Bug fixes
Fixed an issue where if a DropDownList as used with multiple toggles, sometimes elements would not be unhidden correctly
Fixed an issue where elements weren't sizing correctly

0.9.3.1

19 Aug 06:50
Compare
Choose a tag to compare

Version: 0.9.3.1
Release date: 19 August 2016

*Bug fixes
Fixed an issue where PurgeInactive attribute was not applying correctly.

v0.9.3.0

18 Aug 09:34
Compare
Choose a tag to compare

Version: 0.9.3.0
Release date: 18 August 2016

*New features
Added ValidateEmpty attribute for FreeText options. To ignore validation rules for empty fields add attribute like example below:

<GuiOption Type="FreeText" MinLength="3" MaxLength="3" ValidateEmpty="FALSE">

Added Groups and Toggles. These can be combined to disabled or hide parts of the GUI based on selected options. For more information see the how-to information on 20road.com