-
Notifications
You must be signed in to change notification settings - Fork 3
/
.homeychangelog.json
125 lines (125 loc) · 3.78 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
{
"0.1.0": {
"en": "* first (basic) Version\n* basic driver: thermostat, switch, energymeter, temperature sensor, alarm sensor"
},
"0.1.1": {
"en": "* fix polling settings"
},
"0.2.0": {
"en": "* added Simple-LOG support\n* tiny changes for store release"
},
"0.2.2": {
"en": "* fix polling block after failing\n* add username option to fritzbox login"
},
"0.3.0": {
"en": "* add fritzbox driver\n* add status polling ( for fritzbox driver )\n* extend property filtering ( reduce memory usage by device )\n* fix energymeter units"
},
"0.3.5": {
"en": "* switch logging lib\n* add options ( allow to pair disconnected devices, log level )\n* add plug driver ( energymeter + switch )"
},
"0.5.0": {
"en": "* optimize update process\n* optimize device/driver structure\n* implemented backward-compatibility system\n* ready for beta"
},
"0.5.1": {
"en": "* add 'current' capability for energymeter"
},
"0.5.2": {
"en": "* add better error handling (login)"
},
"0.5.3": {
"en": "* improve login feedback & logging\n* add battery info to thermostats"
},
"0.5.4": {
"en": "* update for new app-store"
},
"0.5.5": {
"en": "* fix log level was not set correctly\n* added wlan device presence detection"
},
"0.5.6": {
"en": "* improve error handling ( catch most errors )\n* added descriptions to a few errors"
},
"0.5.8": {
"en": "* Workaround for Homey 7.1.3 device storage problem"
},
"0.9.0": {
"en": "* Updated for v6.0.0 / SDK v3\n* Rewrite in Typescript\n* Reworked settings (it show the login state at the bottom now)\n* Renamed fritzbox device triggers and added more tags"
},
"0.9.1": {
"en": "* Restore old triggers for compatibility reasons\n* Added debug-button to send information that will help fixing problems and implement new devices\n*Added api method to forward data to other apps\n*Improve settings stability furthermore"
},
"0.9.2": {
"en": "Added blind device support"
},
"0.9.3": {
"en": "Fixed value parsing problem (introduced in v0.9.2)"
},
"0.9.4": {
"en": "Auto detection of supported functionality\nImprove blind support"
},
"0.9.5": {
"en": "Fix upgrade problem"
},
"0.9.6": {
"en": "Data update right after paring\nFix switch mode parsing\nImprove cleanup"
},
"0.9.7": {
"en": "Plug-Option to ignore power in total\nFix current parsing"
},
"0.9.8": {
"en": "Add Universal device driver\nAdd option to add same device multiple times\nAdd support for DECT 500"
},
"0.9.9": {
"en": "Button support ( DECT 400 & 440 )\nNew flow cards"
},
"0.9.10": {
"en": "Fix debug info transmittion"
},
"0.9.11": {
"en": "Fix fritzbox driver, blind loca and hanfun device detection"
},
"0.9.12": {
"en": "Fix button trigger assignment"
},
"0.9.13": {
"en": "Invert option for level control"
},
"0.9.14": {
"en": "remove homey-log and add onuninit"
},
"0.9.15": {
"en": "Fix setting default values\nImprove error handling"
},
"0.9.16": {
"en": "Fix color setting for Dect 500\nAdded On/Off for Dect 500"
},
"0.9.17": {
"en": "Rewrite color management to use homey capabilities"
},
"0.9.18": {
"en": "Fix Dect 500 migration"
},
"0.9.19": {
"en": "Fixed request blocking"
},
"0.9.20": {
"en": "Fix alarm timestamp"
},
"0.9.21": {
"en": "Improve network related error logging"
},
"0.9.22": {
"en": "Normalise error messages and add permission info to setting page"
},
"0.9.23": {
"en": "Improve request stability and reduce network load"
},
"0.10.0": {
"en": "Add template trigger action card\nIncrease fritzbox response wait time to 40sec"
},
"0.10.1": {
"en": "Fix spelling error"
},
"0.10.2": {
"en": "Fix broken network related card"
}
}