-
Notifications
You must be signed in to change notification settings - Fork 3
/
.homeychangelog.json
95 lines (95 loc) · 2.13 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
{
"2.1.1": {
"en": "Updated dependencies"
},
"2.1.2": {
"en": "Updated dependencies"
},
"2.1.3": {
"en": "Fixing version numbering"
},
"2.1.4": {
"en": "Updates to README.txt to pass the certification"
},
"2.1.5": {
"en": "Formatting issues in README"
},
"2.1.6": {
"en": "Another formatting issue in README"
},
"2.2.0": {
"en": "Added triggers for the begin and end of the announced time frame of delivery"
},
"2.2.1": {
"en": "Fixed stupid typo in the Dutch translation"
},
"2.2.2": {
"en": "Fixed order retrieval"
},
"2.2.3": {
"en": "Adding order existence check"
},
"2.2.4": {
"en": "Fixing bug that would expire your session after 2 weeks"
},
"2.2.5": {
"en": "Changing readme files to comply with Athom's standards"
},
"2.3.0": {
"en": "Fixed API endpoint, removed speech input and improved polling intervals"
},
"2.3.2": {
"en": "Fixing uncaught exception"
},
"2.3.3": {
"en": "Adding request header"
},
"3.0.0": {
"en": "Migrate to SDK3"
},
"3.0.1": {
"en": "Bugfix order announced end time"
},
"3.0.2": {
"en": "Bugfix in order delivered trigger, removed trigger tokens"
},
"3.0.3": {
"en": "Improve the app description"
},
"3.1.0": {
"en": "Adding global Picnic tokens"
},
"3.2.0": {
"en": "Adding order condition"
},
"3.2.1": {
"en": "Bugfix in start and end window trigger"
},
"3.2.2": {
"en": "Bugfix to prevent unnecessary firing of triggers after update"
},
"3.2.3": {
"en": "Fixed typo in global token"
},
"3.2.4": {
"en": "Updated Homey community URL"
},
"3.2.5": {
"en": "Bugfix adding product IDs as String upon API change"
},
"3.2.6": {
"en": "Reduce default poll interval to prevent missing order trigger"
},
"3.2.7": {
"en": "Bugfix triggers being reran on restart of the app"
},
"3.3.2": {
"en": "Adding support for German customers of Picnic"
},
"3.4.2": {
"en": "Bugfix adding products via action card"
},
"3.4.3": {
"en": "Another bugfix adding products via action card due to changed JSON structure"
}
}