node-red-contrib-boolean-logic-ultimate 1.0.59 → 1.0.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
# CHANGELOG
|
|
5
5
|
|
|
6
|
+
<p>
|
|
7
|
+
<b>Version 1.0.60</b> March 2023<br/>
|
|
8
|
+
- FIX: Fixed some little issues to the Railways Node and fixed the youtube video not having audio https://youtu.be/iPVyiwDIUMg.
|
|
9
|
+
</p>
|
|
6
10
|
<p>
|
|
7
11
|
<b>Version 1.0.59</b> January 2023<br/>
|
|
8
12
|
- NEW: added msg.gatecount property, to dinamically change the gate input count.</br>
|
|
@@ -35,7 +39,7 @@
|
|
|
35
39
|
</p>
|
|
36
40
|
<p>
|
|
37
41
|
<b>Version 1.0.52</b> Mai 2022<br/>
|
|
38
|
-
- NEW: Railway Switcher Ultimate: new node to switch the input message to an output pin (https://youtu.be/
|
|
42
|
+
- NEW: Railway Switcher Ultimate: new node to switch the input message to an output pin (https://youtu.be/iPVyiwDIUMg).</br>
|
|
39
43
|
- Updated README with samples of Railway Switch node.
|
|
40
44
|
</p>
|
|
41
45
|
<p>
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
<script type="text/x-red" data-template-name="RailwaySwitchUltimate">
|
|
43
43
|
<div class="form-row">
|
|
44
44
|
<b>Railway Switch Ultimate</b>    <span style="color:red"><i class="fa fa-question-circle"></i> <a target="_blank" href="https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate"><u>Help online</u></a></span>
|
|
45
|
-
   <span style="color:red"><i class="fa fa-youtube-play"></i> <a target="_blank" href="https://youtu.be/
|
|
45
|
+
   <span style="color:red"><i class="fa fa-youtube-play"></i> <a target="_blank" href="https://youtu.be/iPVyiwDIUMg"><u>Youtube Sample</u></a></span>
|
|
46
46
|
<br/>
|
|
47
47
|
<br/>
|
|
48
48
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red-contrib-boolean-logic-ultimate",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.60",
|
|
4
4
|
"description": "A set of Node-RED enhanced boolean logic and utility nodes, flow interruption, blinker, invert, filter, toggle etc.., with persistent values after reboot. Compatible also with Homeassistant values.",
|
|
5
5
|
"author": "Supergiovane (https://github.com/Supergiovane)",
|
|
6
6
|
"dependencies": {
|