-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.homeychangelog.json
50 lines (50 loc) · 1.46 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
{
"1.0.0": {
"en": "Inital release"
},
"1.0.1": {
"en": "New icons"
},
"1.0.2": {
"en": "Updated images and app description to make the app ready for Homey App Store"
},
"1.0.3": {
"en": "Updated application manifest with tags and Github links"
},
"1.0.4": {
"en": "Fixed issue where the app could crash if no next timer was set"
},
"1.0.5": {
"en": "Error messages are displayed in device settings and on Homey timeline. Possible to create job from flows\""
},
"1.0.6": {
"en": "Don't update timeline if no error is set"
},
"1.0.7": {
"en": "Minor bug fixes"
},
"1.0.8": {
"en": "Fix bug where mode wasn't set correctly from Homey\""
},
"1.0.9": {
"en": "Better error handling when wrong user/password is used and when self-signed certificates are used on the module"
},
"1.0.10": {
"en": "Improved error handling for timeouts and invalid responses from robonect module"
},
"1.0.11": {
"en": "Flow cards for status mode, capability for error, capability for manually stopped, capability for total run time, capability for blade quality"
},
"1.0.12": {
"en": "Fixed crash that happened when blade quality isn't used by Robonect"
},
"1.0.13": {
"en": "Possible to add device manually by IP address"
},
"1.0.14": {
"en": "Support for reading data from mowers that utilizes an external garage door."
},
"1.0.15": {
"en": "Don't crash the app on invalid status values"
}
}