You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,46 +2,53 @@
2
2
3
3
All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/).
4
4
5
-
## v2.1.3
5
+
## 2.1.4 (2020-07-20)
6
+
* Fix: address a race condition in updating device status.
7
+
* Logging is more standardized and refined across the plugin.
8
+
* Deprecate and remove `openDuration` and `closeDuration`. The values have been unused internally for some time, and they don't materially impact polling resolution.
9
+
* Prepare the plumbing for additional myQ devices.
10
+
11
+
## 2.1.3 (2020-07-17)
6
12
7
13
* Fix: refresh security tokens more often to address potential myQ API issues.
8
14
* Get a status update from myQ immediately on startup.
9
15
* Remove reachability support since it's now deprecated in HomeKit and homebridge.
10
16
* Refine logging to clarify messages and streamline in places.
11
17
* Minor updates to the code base.
12
18
13
-
## v2.1.2
19
+
## 2.1.2 (2020-07-12)
14
20
15
21
* Fix: repair npm install script.
16
22
17
-
## v2.1.1
23
+
## 2.1.1 (2020-07-12)
18
24
19
25
* Enhancement: deduce the type of device and brand based on serial number.
20
26
* Enhancement: inform users when we choose not to add a device to HomeKit because we don't support it yet.
21
27
* Fix: don't attempt to open or close the door if we're already in that state.
22
28
* Fix: acquire a new myQ API security token regularly (thanks @dxdc for helping track this one down).
23
29
* Fix: address a potential race condition when we check for battery information availability (on supported models).
24
30
25
-
## v2.1.0
31
+
## 2.1.0 (2020-07-12)
26
32
27
33
* Feature: include battery status information for devices that support it.
28
34
* Code cleanup.
29
35
30
-
## v2.0.12-13
36
+
## 2.0.13 (2020-07-11)
37
+
## 2.0.12 (2020-07-11)
31
38
32
39
* Fix: look at the `device_family` attribute to determine whether it's a garage opener or not, rather than the `device_type` attribute.
33
40
34
-
## v2.0.11
41
+
## 2.0.11
35
42
36
43
* New feature: feature options. This replaces the previous gateways and openers settings and should be a bit more intuitive to use.
37
44
38
-
## v2.0.10
45
+
## 2.0.10
39
46
40
47
* Improved state handling for opening and closing conditions, including dealing with edge cases.
41
48
* Preserve door state information across homebridge instances, so we remember where we left off.
42
49
* myQ API cleanup.
43
50
44
-
## v2.0.1 - v2.0.9 (2020-07-04)
51
+
## 2.0.1 - 2.0.9 (2020-07-04)
45
52
46
53
* API fixes to ensure compatibility.
47
54
* Re-include UI-based configuration.
@@ -51,7 +58,7 @@ All notable changes to this project will be documented in this file. This projec
51
58
Thanks to [shamoon](https://github.com/shamoon) and others for debugging and contributing to the API fixes and troubleshooting.
0 commit comments