-
Notifications
You must be signed in to change notification settings - Fork 2
/
.homeychangelog.json
125 lines (125 loc) · 2.49 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"1.0.1": {
"en": "First build"
},
"1.0.2": {
"en": "Some bugfixes and optimizations"
},
"1.0.3": {
"en": "Add driver icon"
},
"1.0.4": {
"en": "Minor fix"
},
"1.0.5": {
"en": "Change icon for boost"
},
"1.0.6": {
"en": "Minor bugfix when starting boost"
},
"1.0.7": {
"en": "Retry getting peripheral if not found"
},
"1.0.8": {
"en": "Trying to fix the loop for finding ble device"
},
"1.0.9": {
"en": "Minor fix"
},
"1.0.10": {
"en": "Prevent device from being available when not"
},
"1.1.0": {
"en": "Move getting peripheral out from api.js"
},
"1.1.1": {
"en": "Add some logging"
},
"1.1.2": {
"en": "Minor fix"
},
"1.1.3": {
"en": "Remove unused permission"
},
"1.1.4": {
"en": "Add some debug information"
},
"1.1.5": {
"en": "Fix for filtering out Pax Calima device advertisements"
},
"1.1.6": {
"en": "Fix bug where id could be lowerCase and not match advertisements"
},
"1.1.7": {
"en": "Minor fix"
},
"1.1.8": {
"en": "Fix BLE Timeout on 2019 Homey Pro"
},
"1.1.9": {
"en": "Fixed bug when deleting device"
},
"1.1.10": {
"en": "Trying to correct a discovery bug"
},
"1.1.11": {
"en": "Add possibility to adjust fan speed"
},
"1.2.0": {
"en": "Automatically add the new fanspeed capability on older devices"
},
"1.2.1": {
"en": "Update default speed for fan"
},
"1.2.2": {
"en": "Clean up the code"
},
"1.2.3": {
"en": "Add humidity/light ventilation speed slider"
},
"1.2.4": {
"en": "Minor change in order to catch an annoying error."
},
"1.2.5": {
"en": "Add some new flow cards"
},
"1.2.6": {
"en": "Add condition flow cards"
},
"1.2.7": {
"en": "Add flow card"
},
"1.2.8": {
"en": "Fix condition cards"
},
"1.2.9": {
"en": "Update contact information"
},
"2.0.0": {
"en": "Moved to Typescript, changed from keeping connection permanently to connect each time."
},
"2.0.1": {
"en": "Refactor some code"
},
"2.0.2": {
"en": "Improved error handling"
},
"2.0.3": {
"en": "More logging"
},
"2.0.4": {
"en": "Add condition cards"
},
"2.0.5": {
"en": "Improve error handling for boost control"
},
"2.0.6": {
"en": "Add logs to boost actions"
},
"2.0.7": {
"en": "Handle case where multiple actions could be performed simultaneously"
},
"2.0.8": {
"en": "Retry user operations when first try was cancelled"
}
}