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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
## __WORK IN PROGRESS__
5
5
-->
6
6
7
+
## __WORK IN PROGRESS__
8
+
* (foxriver76) Fix some set state checks and logging
9
+
* (Apollon77/Stabilostick) Try fix restart on Windows
10
+
7
11
## 3.3.5 (2021-05-01)
8
12
* (foxriver76/Apollon77) Change loglevel for setState mismatch notifies to "info"
9
13
* (foxriver76) optimize setState checks to handle Object and mixed correct
@@ -52,7 +56,7 @@
52
56
* require common.type on state objects
53
57
* if state is read only and we get ack false -> not allowed
54
58
* check type of the state.val matching the common.type of the obj
55
-
* if it's a number we perform additional checks for min and max
59
+
* if it's a number and min/max is defined on object we perform additional checks for min and max
56
60
* (bluefox) checkPassword(Async) is now returning two parameters in callback/resolve (first is boolean if password/user are valid, second is the final internal username in form system.user.xxx)
0 commit comments