forked from runely/jslogic-homey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.homeychangelog.json
74 lines (74 loc) · 1.93 KB
/
.homeychangelog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"0.0.1": {
"en": "First version"
},
"0.0.2": {
"en": "Added 'Is value length less than' condition"
},
"0.0.3": {
"en": "3 new conditions to calculate Date/Time/DateTime"
},
"0.0.4": {
"en": "Dutch translation. Norwegian translation"
},
"0.0.5": {
"en": "Norwegian title on trigger 'Is value length less than' fixed to correct wording. General cleanup"
},
"0.1.0": {
"en": "Added condition 'Random (true|false)'. Added global tag 'Formatted date' to hold the date formatted from action 'Get formatted date'. Added action 'Get formatted date' where yoy can choose day by number and what format to get in. This will set the result in the global tag 'Formatted date'"
},
"0.1.1": {
"en": "Added Sentry"
},
"0.1.2": {
"en": "Sentry property update"
},
"0.1.3": {
"en": "Better readability. New conditions: 'Date number is (between|not between)' and 'Month is (between|not between)'"
},
"0.2.0": {
"en": "Better readability. New conditions: 'Date number is (between|not between)' and 'Month is (between|not between)'"
},
"1.0.0": {
"en": "Updated to SDKv3"
},
"1.1.0": {
"en": "Added condition 'Day and month is between|not between'. Bugfixes"
},
"1.1.1": {
"en": "Bugfixes. Rewritten and enhanced"
},
"1.2.0": {
"en": "New condition: 'Is \"weekday\" (one of|not one of)...'"
},
"1.2.1": {
"en": "Better naming for condition 'Is value exactly (one of|not one of)...'"
},
"1.2.2": {
"en": "Security dependency updates"
},
"1.2.3": {
"en": "Dependency updates"
},
"1.3.0": {
"en": "New trigger: 'Date and month becomes'"
},
"1.3.1": {
"en": "Dependency updates"
},
"1.3.2": {
"en": "Dependency updates"
},
"1.3.3": {
"en": "Dependency updates"
},
"1.4.0": {
"en": "New condition card: Number is between"
},
"1.4.1": {
"en": "Fixed some typos"
},
"1.4.2": {
"en": "Dependency updates"
}
}