Skip to content

Commit a380dd4

Browse files
committed
- HomeKit support for multiple speeds on thermostat(s)
- Audio library in docker release went walkabout. Added back in - Audio from newer Nest/Google camera/doorbell devices is still blank - npm package [ip](GHSA-2p57-rm9w-gvfp) has severity issue. This is being used in external library (werift)
1 parent 53893bc commit a380dd4

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to `homebridge-nest-accfactory` will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/).
44

5+
## v0.2.1 (2024/10/05)
6+
7+
## Changes
8+
9+
- HomeKit support for multiple speeds on thermostat(s)
10+
- Audio library in docker release went walkabout. Added back in
11+
12+
## Known Issues
13+
14+
- Audio from newer Nest/Google camera/doorbell devices is still blank
15+
- npm package [ip](https://github.com/advisories/GHSA-2p57-rm9w-gvfp) has severity issue. This is being used in external library (werift)
16+
517
## v0.2.0 (2024/10/04)
618

719
## Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "homebridge-nest-accfactory",
33
"displayName": "Homebridge Nest Accfactory",
44
"type": "module",
5-
"version": "0.2.0",
5+
"version": "0.2.1",
66
"description": "Homebridge support for Nest/Google devices including HomeKit Secure Video (HKSV) support for doorbells and cameras",
77
"author": "n0rt0nthec4t",
88
"license": "Apache-2.0",

src/docker-standalone/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ RUN ./configure \
3939
--enable-libx264 \
4040
--enable-libopus \
4141
--enable-libspeex \
42+
--enable-libfdk-aac \
4243
--disable-doc \
4344
--disable-debug \
4445
--disable-ffplay \

src/docker-standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"displayName": "Nest Accfactory",
33
"name": "nest-accfactory",
44
"homepage": "https://github.com/n0rt0nthec4t/homebridge-nest-accfactory/blob/main/src/docker-standalone/README.md",
5-
"version": "0.2.0",
5+
"version": "0.2.1",
66
"description": "HomeKit integration for Nest devices using HAP-NodeJS library",
77
"license": "Apache-2.0",
88
"author": "n0rt0nthec4t",

0 commit comments

Comments
 (0)