|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- # node-red-contrib-boolean-logic-ultimate
- <p>
- <b>Version 1.0.7</b><br/>
- - Node node shows "f" when "filter true" is selected and "t" (triggername) when "trigger only by single topic" is selected.<br/>
- </p>
- <p>
- <b>Version 1.0.6</b><br/>
- - Stripped out the date/time in node status<br/>
- </p>
- <p>
- <b>Version 1.0.5</b><br/>
- - Added the Last value change date/time in the status.<br/>
- - Correction in the in-line help<br/>
- - Better format of the README.md<br/>
- </p>
- <p>
- <b>Version 1.0.4</b><br/>
- - Added the option to initialize the undefined inputs with true or false. Thanks to this, the node is immediately operative (will not wait until all topis arrives).<br/>
- </p>
- <p>
- <b>Version 1.0.3</b><br/>
- - Node status: cosmetic adjustments<br/>
- </p>
- <p>
- <b>Version 1.0.2</b><br/>
- - Added "trigger mode" option (fixed UI glitch)<br/>
- </p>
- <p>
- <b>Version 1.0.1</b><br/>
- - Added "trigger mode" option<br/>
- </p>
- <p>
- <b>Version 1.0.0</b><br/>
- - Added Filter node<br/>
- </p>
- <p>
- <b>Version 0.0.8</b><br/>
- - Delete persistent states when a new unexpected topic arrrives<br/>
- - Better status representation<br/>
- - Better and clearer configuration UI <br/>
- </p>
- <p>
- <b>Version 0.0.7</b><br/>
- - Fixed decimal error in the "Invert" node.<br/>
- </p>
- <p>
- <b>Version 0.0.6</b><br/>
- - Fixed crappy "Invert" node.<br/>
- </p>
- <p>
- <b>Version 0.0.5</b><br/>
- - Bypass persistency if node-red user hasn't permissions to write to the filesystem.<br/>
- </p>
- <p>
- <b>Version 0.0.4</b><br/>
- - Fixed conflict issue if you have the old boolean logic installed<br/>
- </p>
- <p>
- <b>Version 0.0.3</b><br/>
- - Fixed status display<br/>
- </p>
- <p>
- <b>Version 0.0.2</b><br/>
- - Fixed persistent state deletion upon node update/delete<br/>
- </p>
- <p>
- <b>Version 0.0.1</b><br/>
- - Initial release<br/>
- </p>
|