Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed Aug 6, 2023
1 parent 83c96d8 commit b55ba58
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 14 deletions.
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ Based on [@noelhibbard's script](https://gist.github.com/noelhibbard/03703f55129

Please consider ⭐️ starring or [☕️ sponsoring](https://ko-fi.com/mrlt8) this project if you found it useful, or use the [affiliate link](https://amzn.to/3NLnbvt) when shopping on amazon!

## API Changes

As of July 2023, you will need to update your bridge to v2.3.x or newer for compatibility with the latest changes to the Wyze API.

## Quick Start

Install [docker](https://docs.docker.com/get-docker/) and run:
Expand All @@ -33,23 +37,20 @@ 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.13
## What's Changed in v2.3.14

FIXES:
* Errors when SET/GET `bitrate`. Thanks @plat2on1! (#929)
* Prevent exception on empty GET/SET payload.
NEW:
* PTZ controls in MQTT discovery as "cover"
* Add ffmpeg `filter_complex` config (#919)

## What's Changed in v2.3.12

* NEW:
* `update_snapshot` MQTT/REST API GET topic.
* Additional MQTT entities (#921)
* FIXES:
* Monitor and set preferred bitrate if/when the wyze app changes it. Thanks @plat2on1! (#929)
* `cruise_point` index starts at 1 when setting via MQTT/REST API. (#835)
* Camera status was always online. (#907) (#920)
* Power status was incorrect when using MQTT discovery. (#921)

CHANGED:
* Adjust default bitrate for re-encoding to 3000k.
* Case sensitive FFMPEG_CMD (#736) Thanks @392media!
* `DEBUG_FFMPEG` is now `FFMPEG_LOGLEVEL` with customizable levels:
* `quiet`, `panic`, `fatal`, `error`, `warning`, `info`, `verbose`, `debug`.
* Defaults to `fatal`.
* Bump Wyze App version to v2.44.1.1 (#946)

[View previous changes](https://github.com/mrlt8/docker-wyze-bridge/releases)

Expand Down
15 changes: 15 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## What's Changed in v2.3.14

NEW:
* PTZ controls in MQTT discovery as "cover"
* Add ffmpeg `filter_complex` config (#919)


CHANGED:
* Adjust default bitrate for re-encoding to 3000k.
* Case sensitive FFMPEG_CMD (#736) Thanks @392media!
* `DEBUG_FFMPEG` is now `FFMPEG_LOGLEVEL` with customizable levels:
* `quiet`, `panic`, `fatal`, `error`, `warning`, `info`, `verbose`, `debug`.
* Defaults to `fatal`.
* Bump Wyze App version to v2.44.1.1 (#946)

## What's Changed in v2.3.13

FIXES:
Expand Down

0 comments on commit b55ba58

Please sign in to comment.