-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.homeychangelog.json
93 lines (93 loc) · 3.11 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
{
"0.1.0": {
"en": "First version of app\r\nAllow to turn on and off\r\nAllow to change HVAC mode\r\nAllow to control temperature"
},
"0.1.3": {
"en": "Fix connection bug when few HVACs are in use"
},
"0.2.1": {
"en": "Fix connection issue in case of changing IP address by the HVAC\r\nUse MAC instead of HVAC name for storing ACs info\r\nUse fork for gree-hvac-client to catch and ignore invalid JSON\r\nUse fork for gree-hvac-client to prevent `Error [ERR_SOCKET_DGRAM_NOT_RUNNING]: Not running` error\r\nAllow to activate \"turbo mode\"\r\nAllow to turn on and off lights of HVAC"
},
"0.2.2": {
"en": "Update application to comply with latest Homey changes"
},
"0.2.3": {
"en": "Add new capabilities to existing devices instead of re-pairing"
},
"0.3.0": {
"en": "Add support of X-Fan and Vertical swing features (thanks to @denniedegroot)"
},
"0.4.0": {
"en": "Show current temperature if possible\r\nAllow to use HVACs in HomeyKit\r\n"
},
"0.4.1": {
"en": "Added Dutch translations",
"nl": "Nederlandse vertalingen toegevoegd"
},
"0.5.0": {
"en": "Enable limited support of Google Home"
},
"0.6.0": {
"en": "Update app to SDKv3"
},
"0.7.0": {
"en": "Added debug setting to device configuration"
},
"0.7.1": {
"en": "Fix possible crash for some specific HVACs"
},
"0.7.2": {
"en": "Better handling of current temperature"
},
"0.7.3": {
"en": "Rework connection logic"
},
"0.7.4": {
"en": "Fix possible app crash during the device removal"
},
"0.8.0": {
"en": "Fix issues with control thermostat using Homey Pro 2023.\r\nAdd \"Horizontal swing\" capability\r\nAdd \"Quite Mode\" capability\r\nThanks to @denniedegroot for all these changes"
},
"0.8.1": {
"en": "Improve compatibility with Homey Pro 2023\r\nDeprecate \"hvac mode\" flow cards (must be replaced by \"thermostat mode\")\r\nFix \"quiet mode\" condition\r\nBumped minimum supported version of Homey firmware to v12.0.1"
},
"0.8.2": {
"en": "Fix possible crash when setting thermostat mode to \"off\". Change device class to \"airconditioning\""
},
"0.9.0": {
"en": "Add experimental support of new interaction protocol for Gree-compatible HVACs with version >=1.21"
},
"0.9.1": {
"en": "Add experimental support of new interaction protocol for Gree-compatible HVACs with version >=1.21"
},
"0.9.2": {
"en": "Enable debug logging.\r\nCollect all client errors"
},
"0.9.3": {
"en": "Minor connection improvements.\r\nDisable error collecting"
},
"0.9.4": {
"en": "Add support of \"8°C heating\" mode"
},
"0.9.5": {
"en": "Enable encryption mode autodetection"
},
"0.9.6": {
"en": "Revert back to the 0.9.4"
},
"0.9.7": {
"en": "Revert back to the 0.9.4"
},
"0.9.8": {
"en": "Second try to implement encryption mode autodetection"
},
"0.9.9": {
"en": "Second try to implement encryption mode autodetection"
},
"0.9.10": {
"en": "Remove \"debug\" setting.\n\rPrepare for stable release of the app"
},
"0.9.11": {
"en": "Added more supported brands.\n\rUpdate dependencies"
}
}