-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.homeychangelog.json
54 lines (54 loc) · 1.69 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
{
"3.1.2": {
"en": "Small timeout bugfix"
},
"3.1.1": {
"en": "Fixed: simulating multiple buttons within shortly after another would not work."
},
"3.1.0": {
"en": "Added an action card to create alerts with buttons. This is a more advanced feature."
},
"3.0.2": {
"en": "Fixed connection issues with secure websocket and device unavailability."
},
"3.0.1": {
"en": "Use secure websocket connection with help of Paul Molensky."
},
"3.0.0": {
"en": "Migrated the app to SDK3 with the help of Dominic Vink and fixed volume and media image bug."
},
"2.3.0": {
"en": "Added new endpoints for external inputs and added the possibility to set the IP address manually."
},
"2.2.1": {
"en": "Fixed bug that caused tv to be 'off' while it was actually on",
"nl": "Fixed bug that caused tv to be 'off' while it was actually on"
},
"2.2.0": {
"en": "Added polling mechanism to check on/off state of tv"
},
"2.1.0": {
"en": "Added (un)muted trigger\nimproved on/off state check"
},
"2.0.0": {
"en": "Complete app rewrite\nImproved on/off state check"
},
"1.3.1": {
"en": "Fixed bug where device would stay unavailable"
},
"1.3.0": {
"en": "Added conditional arguments in triggers\nAdded media screen"
},
"1.2.1": {
"en": "Support for dynamic ip-address"
},
"1.2.0": {
"en": "Toast message support image token\nAdded triggers for channel/App or input/sound output change"
},
"1.0.1": {
"en": "Toast message variables for the icon no longer required.\nRemoved icon extension variable as 'tiff' works for most image types.\nAccept urls as icon for toast messages"
},
"1.0.0": {
"en": "Initial app release"
}
}