homebridge-nest-accfactory 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +33 -9
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,9 +2,32 @@
2
2
 
3
3
  All notable changes to `homebridge-nest-accfactory` will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/).
4
4
 
5
- ## Breaking changes v0.2.0+
6
5
 
7
- Unfornunately, from version **0.2.0**, I've made some breaking changes in the code to help move forward with the project.
6
+ ## v0.2.2 (2024/10/05)
7
+
8
+ - Improved handling of configuration file with docker/standalone version
9
+ - Warning about the use of legacy configuration options with docker/standalone version
10
+
11
+ ## Known Issues
12
+
13
+ - Audio from newer Nest/Google camera/doorbell devices is still blank
14
+ - npm package [ip](https://github.com/advisories/GHSA-2p57-rm9w-gvfp) has severity issue. This is being used in external library (werift)
15
+
16
+ ## v0.2.1 (2024/10/05)
17
+
18
+ - HomeKit support for multiple speeds on thermostat(s)
19
+ - Audio library in docker release went walkabout. Added back in
20
+
21
+ ## Known Issues
22
+
23
+ - Audio from newer Nest/Google camera/doorbell devices is still blank
24
+ - npm package [ip](https://github.com/advisories/GHSA-2p57-rm9w-gvfp) has severity issue. This is being used in external library (werift)
25
+
26
+ ## v0.2.0 (2024/10/04)
27
+
28
+ ## Breaking Change
29
+
30
+ Unfortunately, from version **0.2.0**, I've made some breaking changes in the code to help move forward with the project.
8
31
  So, what does this mean for you, the end user.
9
32
  1) You'll need to remove all previously discovered devices from HomeKit before adding them back in after upgrading to this version
10
33
  2) If using Homebridge version, remove any cached acccesory data associated with this plug-in
@@ -15,18 +38,19 @@ So, what does this mean for you, the end user.
15
38
  6) Any automations will need to be re-created in HomeKit
16
39
  7) History in EveHome app will be lost
17
40
 
18
- Appologies for this change, as I can understand what an inconvience and frustration it will be :-(
41
+ Apologies for this change, as I can understand what an inconvience and frustration it will be :-(
42
+
43
+ ## Changes
44
+
45
+ - General code cleanup and bug fixes
46
+ - Common configuration between Homebridge plug-in and docker/standalone versions
47
+ - Seemlessly allow Nest/Google devices to be migrated between Nest <-> Google Home apps
19
48
 
20
49
  ## Known Issues
21
50
 
22
51
  - Audio from newer Nest/Google camera/doorbell devices is still blank
23
52
  - npm package [ip](https://github.com/advisories/GHSA-2p57-rm9w-gvfp) has severity issue. This is being used in external library (werift)
24
53
 
25
- ## v0.2.0 (2024/10/04)
26
-
27
- - General code cleanup and bug fixes
28
- - Common configuration between Homebridge plug-in and docker/standalone versions
29
- - Seemlessly allow Nest/Google devices to be migrated between Nest <-> Google Home apps
30
54
 
31
55
  ## v0.1.9 (alpha)
32
56
 
@@ -69,4 +93,4 @@ Appologies for this change, as I can understand what an inconvience and frustrat
69
93
  ## v0.0.1 (2024-08-27)
70
94
 
71
95
  - Inital re-coding from Nest_accfactory code base. These projects will now share a common code base
72
- - Camera/Doorbell support currently removed will re-worked
96
+ - Camera/Doorbell support currently removed will re-worked
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "homebridge-nest-accfactory",
3
3
  "displayName": "Homebridge Nest Accfactory",
4
4
  "type": "module",
5
- "version": "0.2.0",
5
+ "version": "0.2.2",
6
6
  "description": "Homebridge support for Nest/Google devices including HomeKit Secure Video (HKSV) support for doorbells and cameras",
7
7
  "author": "n0rt0nthec4t",
8
8
  "license": "Apache-2.0",