Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bropat committed Feb 19, 2023
1 parent 7a665bd commit a3cc7ae
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@ Please use GitHub issues for this.

## Changelog

### 2.4.1 (2022-02-19)

* (bropat) Added support for configuring a suggested IP address for a station
* (bropat) Fixed json parse issue with null-terminated strings
* (bropat) Fixed p2p keepalive issue
* (bropat/martijnpoppen) Fixed Invalid Property personDetected error for some floodlight cams
* (PhilippEngler) Finished implementation of getStorageInfo
* (bropat) Removed dependency mediainfo.js

### 2.4.0 (2022-12-24)

* (bropat) Implemented new encrypted cloud API communication (v2)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"node": ">=14.17.0"
},
"dependencies": {
"got": "~11.8",
"got": "^11.8.6",
"protobuf-typescript": "^6.8.8",
"qs": "^6.11.0",
"node-rsa": "^1.1.1",
Expand All @@ -53,7 +53,7 @@
"sweet-collections": "^1.1.0",
"mqtt": "^4.3.7",
"node-schedule": "^2.1.1",
"p-throttle": "~4.1.1"
"p-throttle": "^4.1.1"
},
"devDependencies": {
"@types/node": "^16.18.12",
Expand Down

0 comments on commit a3cc7ae

Please sign in to comment.