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.7KB

5 years ago
5 years ago
5 years ago
5 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. # node-red-contrib-boolean-logic-ultimate
  2. <p>
  3. <b>Version 1.0.7</b><br/>
  4. - Node node shows "f" when "filter true" is selected and "t" (triggername) when "trigger only by single topic" is selected.<br/>
  5. </p>
  6. <p>
  7. <b>Version 1.0.6</b><br/>
  8. - Stripped out the date/time in node status<br/>
  9. </p>
  10. <p>
  11. <b>Version 1.0.5</b><br/>
  12. - Added the Last value change date/time in the status.<br/>
  13. - Correction in the in-line help<br/>
  14. - Better format of the README.md<br/>
  15. </p>
  16. <p>
  17. <b>Version 1.0.4</b><br/>
  18. - 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/>
  19. </p>
  20. <p>
  21. <b>Version 1.0.3</b><br/>
  22. - Node status: cosmetic adjustments<br/>
  23. </p>
  24. <p>
  25. <b>Version 1.0.2</b><br/>
  26. - Added "trigger mode" option (fixed UI glitch)<br/>
  27. </p>
  28. <p>
  29. <b>Version 1.0.1</b><br/>
  30. - Added "trigger mode" option<br/>
  31. </p>
  32. <p>
  33. <b>Version 1.0.0</b><br/>
  34. - Added Filter node<br/>
  35. </p>
  36. <p>
  37. <b>Version 0.0.8</b><br/>
  38. - Delete persistent states when a new unexpected topic arrrives<br/>
  39. - Better status representation<br/>
  40. - Better and clearer configuration UI <br/>
  41. </p>
  42. <p>
  43. <b>Version 0.0.7</b><br/>
  44. - Fixed decimal error in the "Invert" node.<br/>
  45. </p>
  46. <p>
  47. <b>Version 0.0.6</b><br/>
  48. - Fixed crappy "Invert" node.<br/>
  49. </p>
  50. <p>
  51. <b>Version 0.0.5</b><br/>
  52. - Bypass persistency if node-red user hasn't permissions to write to the filesystem.<br/>
  53. </p>
  54. <p>
  55. <b>Version 0.0.4</b><br/>
  56. - Fixed conflict issue if you have the old boolean logic installed<br/>
  57. </p>
  58. <p>
  59. <b>Version 0.0.3</b><br/>
  60. - Fixed status display<br/>
  61. </p>
  62. <p>
  63. <b>Version 0.0.2</b><br/>
  64. - Fixed persistent state deletion upon node update/delete<br/>
  65. </p>
  66. <p>
  67. <b>Version 0.0.1</b><br/>
  68. - Initial release<br/>
  69. </p>