You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* (bluefox) Breaking change: all usages of `jsonata` must be rewritten to use promises.
* (bluefox) Breaking change: all blockly scripts with `jsonata` blocks must de changed (just move some blocks) and saved anew.
* (bluefox) Extended `createState` command with possibility to create aliases.
* (bluefox) Corrected CRON card in rules
* (bluefox) Added additional options to show the attributes of object in blockly
* (bluefox) Corrected `existsStateAsync` function
* (bluefox) Added `isDaylightSaving` state to indicate day saving time
Copy file name to clipboardExpand all lines: CHANGELOG_OLD.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,12 @@
1
1
The newest change log is in README.md
2
+
## 6.1.0 (2022-11-03)
3
+
* (Apollon77) Add a configurable check for number of setStates per Minute to prevent scripts from taking down ioBroker. Default are 1000 setState per minute. Only stops if the number is reached 2 minutes in a row!
4
+
* (Apollon77) Add createAlias method to create aliases for states
5
+
* (Apollon77) Add setStateDelayed to selector
6
+
* (Apollon77) Add options to exec command
7
+
* (Apollon77) Fix issues with cancelling schedules when stopping scripts
8
+
* (bluefox) Corrected debug mode
9
+
2
10
## 6.0.3 (2022-09-14)
3
11
* (AlCalzone) Downgrade Typescript to prevent errors with global typescript scripts
Copy file name to clipboardExpand all lines: README.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ And then call `npm run build`.
52
52
<!--
53
53
### **WORK IN PROGRESS**
54
54
-->
55
-
### **WORK IN PROGRESS**
55
+
### 7.0.0 (2023-02-21)
56
56
* (bluefox) Breaking change: all usages of `jsonata` must be rewritten to use promises.
57
57
* (bluefox) Breaking change: all blockly scripts with `jsonata` blocks must de changed (just move some blocks) and saved anew.
58
58
* (bluefox) Extended `createState` command with possibility to create aliases.
@@ -79,14 +79,6 @@ And then call `npm run build`.
79
79
### 6.1.2 (2022-11-03)
80
80
* (bluefox) Added ukrainian translation
81
81
82
-
### 6.1.0 (2022-11-03)
83
-
* (Apollon77) Add a configurable check for number of setStates per Minute to prevent scripts from taking down ioBroker. Default are 1000 setState per minute. Only stops if the number is reached 2 minutes in a row!
84
-
* (Apollon77) Add createAlias method to create aliases for states
85
-
* (Apollon77) Add setStateDelayed to selector
86
-
* (Apollon77) Add options to exec command
87
-
* (Apollon77) Fix issues with cancelling schedules when stopping scripts
0 commit comments