-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.homeychangelog.json
107 lines (107 loc) · 2.7 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"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"
},
"1.4.3": {
"en": "Dependency updates"
},
"1.4.4": {
"en": "Dependency updates"
},
"1.4.5": {
"en": "Minimized footprint slightly"
},
"1.5.0": {
"en": "Deprecated 'Get formatted date'. Created a new better allround flow card for formatting date and time: 'Get formatted date and time'. Dependency updates"
},
"1.5.1": {
"en": "Dependency updates"
},
"1.5.2": {
"en": "Dependency updates"
},
"1.5.3": {
"en": "Dependency updates. Bugfix: Sunday was read wrong and has never worked in the condidition card: Is weekday one of..."
},
"1.5.4": {
"en": "Dependency updates"
},
"1.5.5": {
"en": "Dependency updates"
},
"1.5.6": {
"en": "Dependency updates. Clean up"
},
"1.5.7": {
"en": "Dependency updates"
}
}