Skip to content

Commit

Permalink
v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed Jun 20, 2023
1 parent f13f143 commit 25a2bdf
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ You can then use the web interface at `http://localhost:5000` where localhost is

See [basic usage](#basic-usage) for additional information or visit the [wiki page](https://github.com/mrlt8/docker-wyze-bridge/wiki/Home-Assistant) for additional information on using the bridge as a Home Assistant Add-on.

## What's Changed in v2.3.4

* ENV Options:
* FIX: `FILTER_NAMES` would not work if camera had spaces at the end of the name. Thanks @djak250! (#868)
* Camera Commands:
* FIX: Regression introduced in v2.3.3 preventing negative values for the `rotary_degree` topic. Thanks @gtxaspec! (#870) (#866)
* FIX: String cmd lookup for `rotary_degree` and json error response breaking web api. #870 #866
* Other Fixes:
* Catch exceptions when saving thumbnail from api. (#869)
* Clear cache on UnpicklingError. (#867)

## What's Changed in v2.3.3

* ENV Option:
Expand Down
11 changes: 11 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## What's Changed in v2.3.4

* ENV Options:
* FIX: `FILTER_NAMES` would not work if camera had spaces at the end of the name. Thanks @djak250! (#868)
* Camera Commands:
* FIX: Regression introduced in v2.3.3 preventing negative values for the `rotary_degree` topic. Thanks @gtxaspec! (#870) (#866)
* FIX: String cmd lookup for `rotary_degree` and json error response breaking web api. #870 #866
* Other Fixes:
* Catch exceptions when saving thumbnail from api. (#869)
* Clear cache on UnpicklingError. (#867)

## What's Changed in v2.3.3

* ENV Option:
Expand Down
4 changes: 1 addition & 3 deletions app/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"slug": "docker-wyze-bridge",
"url": "https://github.com/mrlt8/docker-wyze-bridge",
"image": "mrlt8/wyze-bridge",
"version": "2.3.3",
"version": "2.3.4",
"arch": [
"armv7",
"aarch64",
Expand All @@ -17,7 +17,6 @@
"ports": {
"1935/tcp": 1935,
"8554/tcp": 8554,
"8554/udp": null,
"8888/tcp": 8888,
"8189/udp": 8189,
"8889/tcp": 8889,
Expand All @@ -26,7 +25,6 @@
"ports_description": {
"1935/tcp": "RTMP streams",
"8554/tcp": "RTSP streams",
"8554/udp": "RTSP streams (UDP)",
"8888/tcp": "HLS streams",
"8189/udp": "WebRTC ICE",
"8889/tcp": "WebRTC streams",
Expand Down

0 comments on commit 25a2bdf

Please sign in to comment.