View on GitHub

cdeDocs

C-DEngine documentation

C-DEngine - Change History

Version 4.303 (March 2020 - LTSB)

Version 4.301 (January 2020)

Version 4.212.0-Beta

Version 4.206.2

Version 4.206.1

Version 4.205.1

Version 4.205.0

Version 4.203.2

Version 4.203.1 – March 13th, 2019

Version 4.203.0 – March 10th, 2019

Version 4.202.3 – February 27th, 2019

Version 4.202.1 – February 18th, 2019

Version 4.202.0 – February 10th, 2019

Version 4.112.0 – December 21st, 2018

Version 4.111.0 – November 14th, 2018

Version 4.109.4 – October 1st, 2018

Version 4.109.2 – September 15th, 2018

Version 4.108.0 – August 27th, 2018

If the token does not in the app.config, access is allowed to all pages. The following pages will only show if the user is calling the page with ?<token> in the url:

Version 4.106.0 – June 28th, 2018

Version 4.105.0 – May 28th, 2018

Version 4.104.0 – April 2nd, 2018

Version 4.102 – February 20th, 2018

Version 4.1010 – January 8th, 2018

Version 4.0120 – December 6th, 2017

Version 4.0100 – October 25, 2017

Version 4.0090 – September 6, 2017

Version 4.004 – April 4th, 2017

NMI Enhancements:

Version 4.001 – January 2017

Major Enhancements:

Version 3.220 – November 10th, 2016

[NMI Improvements]{.underline}

Version 4 preview: New TileFactorX/Y – allows to specify a divisor that will be used to calculate the final grid size of a control. i.e: TileFactorY=2 means that TileHeight=1 is resulting in TileHeight=1/2 = 0.5. This allows for smaller Controls. Attention: in V3.220 only TileGroup, CollapsibleGroup, TileButton, SmartLabel and StatusLight are supported

New Support for Image links in FacePlates using the macro “<%I:propertyName%>”

New Support for DeepLinks in the cloud using /nmiportal?CDEDL=<PluginGuid>;<ScreenGuid>.

Version 3.219 -October 16th, 2016

Version 3.218 – October 10th, 2016

Version 3.215 – September 1st ,2016

NMI Internal improvements

Version 3.213 – August 22nd, 2016

Version 3.208 – July 1st, 2016

BREAKING CHANGES:

Version 3.200 – June 5th, 2016

BREAKING CHANGES:

Version 3.125 – May 23rd, 2016

Version 3.124 – April 10th, 2016

Version 3.123 – April 5th, 2016

Version 3.122 – March 29th, 2016

Version 3.121 – March 23rd, 2016

Version 3.120 – March 14th ,2016

Version 3.118 – February 29, 2016

Version 3.117 – February 21, 2016

TheBaseAssets.MyServiceHostInfo.IgnoreAdminCheck = true, (was “IgnoreAdmin”)

TheBaseAssets.MyServiceHostInfo.UseRandomDeviceID

Can no longer be set by the Host or plugins and has to be set at Startup by either adding to the App.Config:

Or adding the setting to the ArgList (command line parameter):

ArgList.Add("UseRandomDeviceID", "true");

Version 3.115 – February 1st, 2016

Version 3.114 – January 21th, 2016

Version 3.113 – January 6 th, 2016

Version 3.111 – December 5th, 2015

Version 3.084 – June 7th, 2015

Version 3.083 – June 2nd, 2015

<TheThing>.DeclareSecureProperty(“<propertyName>”);

Any NMI control that is set using the control type “ctrlPassword” will automatically create a secure property for the OnUpdateValue

­­­