-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.homeychangelog.json
65 lines (65 loc) · 1.39 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
{
"0.0.1": {
"en": "First test release"
},
"0.0.2": {
"en": "Fixes for refreshing access token"
},
"0.0.3": {
"en": "Added additional device capabilities"
},
"0.0.4": {
"en": "Fixed crashes caused by network errors"
},
"0.0.5": {
"en": "Handle networking errors and add debugging feature"
},
"0.0.6": {
"en": "Additional debug for pairing, fix reported crashes"
},
"0.0.7": {
"en": "Remove unused translation, update README"
},
"0.0.8": {
"en": "Caught possible issues when signing in"
},
"0.0.9": {
"en": "Added debug capabilities to pairing flow"
},
"0.0.10": {
"en": "Fix device pairing flow debugging"
},
"0.1.0": {
"en": "Read heating mode, fix setpoint when in manual mode"
},
"0.1.1": {
"en": "Fix setpoint temporary override"
},
"0.1.2": {
"en": "Fix setting optional capabilities"
},
"0.1.3": {
"en": "Fix setting value of optional capabilities"
},
"0.2.0": {
"en": "Add support for fireplace mode"
},
"0.3.0": {
"en": "Thermostat heating mode"
},
"0.3.1": {
"en": "Add custom flow cards"
},
"0.3.2": {
"en": "Added repair flow to fix login token"
},
"0.3.3": {
"en": "Fixed some crashes, added alarms for offline and errors"
},
"0.3.4": {
"en": "Improved type checking before setting capability values"
},
"0.3.5": {
"en": "Small bug fixes"
}
}