From 25a2bdfa2ad7f992de4db5cac55923fbb68779a6 Mon Sep 17 00:00:00 2001 From: mrlt8 <67088095+mrlt8@users.noreply.github.com> Date: Mon, 19 Jun 2023 18:48:03 -0700 Subject: [PATCH] v2.3.4 --- README.md | 11 +++++++++++ app/CHANGELOG.md | 11 +++++++++++ app/config.json | 4 +--- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f7ac261..79e15043 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index bfe8a8cb..f056e6ec 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -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: diff --git a/app/config.json b/app/config.json index 81ae5e40..5905ec0b 100644 --- a/app/config.json +++ b/app/config.json @@ -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", @@ -17,7 +17,6 @@ "ports": { "1935/tcp": 1935, "8554/tcp": 8554, - "8554/udp": null, "8888/tcp": 8888, "8189/udp": 8189, "8889/tcp": 8889, @@ -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",