You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 1.3KB

5 years ago
5 years ago
5 years ago
5 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # node-red-contrib-boolean-logic-ultimate
  2. <p>
  3. <b>Version 1.0.4</b><br/>
  4. - 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/>
  5. </p>
  6. <p>
  7. <b>Version 1.0.3</b><br/>
  8. - Node status: cosmetic adjustments<br/>
  9. </p>
  10. <p>
  11. <b>Version 1.0.2</b><br/>
  12. - Added "trigger mode" option (fixed UI glitch)<br/>
  13. </p>
  14. <p>
  15. <b>Version 1.0.1</b><br/>
  16. - Added "trigger mode" option<br/>
  17. </p>
  18. <p>
  19. <b>Version 1.0.0</b><br/>
  20. - Added Filter node<br/>
  21. </p>
  22. <p>
  23. <b>Version 0.0.8</b><br/>
  24. - Delete persistent states when a new unexpected topic arrrives<br/>
  25. - Better status representation<br/>
  26. - Better and clearer configuration UI <br/>
  27. </p>
  28. <p>
  29. <b>Version 0.0.7</b><br/>
  30. - Fixed decimal error in the "Invert" node.<br/>
  31. </p>
  32. <p>
  33. <b>Version 0.0.6</b><br/>
  34. - Fixed crappy "Invert" node.<br/>
  35. </p>
  36. <p>
  37. <b>Version 0.0.5</b><br/>
  38. - Bypass persistency if node-red user hasn't permissions to write to the filesystem.<br/>
  39. </p>
  40. <p>
  41. <b>Version 0.0.4</b><br/>
  42. - Fixed conflict issue if you have the old boolean logic installed<br/>
  43. </p>
  44. <p>
  45. <b>Version 0.0.3</b><br/>
  46. - Fixed status display<br/>
  47. </p>
  48. <p>
  49. <b>Version 0.0.2</b><br/>
  50. - Fixed persistent state deletion upon node update/delete<br/>
  51. </p>
  52. <p>
  53. <b>Version 0.0.1</b><br/>
  54. - Initial release<br/>
  55. </p>