-
Notifications
You must be signed in to change notification settings - Fork 12
/
.homeychangelog.json
56 lines (56 loc) · 1.05 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
{
"3.1.0": {
"en": "Save & Test -> Test"
},
"3.1.1": {
"en": "Updated Homey API"
},
"3.2.0": {
"en": "Added support for starting Flow Cards."
},
"3.2.1": {
"en": "Small improvements."
},
"3.2.2": {
"en": "Updated examples."
},
"3.2.3": {
"en": "Provide option to override fetch agent. Better syntax error display."
},
"3.2.4": {
"en": "fix typo, add Flow argument title's"
},
"3.2.5": {
"en": "fix typo, add Flow argument title's"
},
"3.2.6": {
"en": "Added `Buffer` to global scope."
},
"3.3.0": {
"en": "Added option to rename scripts"
},
"3.3.1": {
"en": "use name instead of id in Flow argument"
},
"3.3.2": {
"en": "Add back Buffer to global scope"
},
"3.4.0": {
"en": "Add cards for Advanced Flow"
},
"3.4.1": {
"en": "Upgrade Homey API"
},
"3.4.2": {
"en": "Improve error handling"
},
"3.5.0": {
"en": "New scripts now use the new Homey API"
},
"3.5.1": {
"en": "Update homey-api"
},
"3.6.0": {
"en": "Added translations."
}
}