-
-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
446 additions
and
297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,10 @@ | ||
## Changes in v0.6.10 | ||
|
||
- 🔨 Doorbell adjust HD res size | ||
|
||
## Changes in v0.6.9 | ||
|
||
- 🔨 Changed RTSP_THUMB command to use 127.0.0.1 instead of localhost | ||
- 🐛 Fixed: `OFFLINE_TIME` lower case int bug. | ||
|
||
## Changes in v0.6.8 | ||
|
||
- 🔨 Doorbell (WYZEDB3) related changes. Please post feedback [here #133](https://github.com/mrlt8/docker-wyze-bridge/issues/133) | ||
- ✨ New: `OFFLINE_TIME` env option to specify the time before retrying to connect to a camera that is offline [#143](https://github.com/mrlt8/docker-wyze-bridge/issues/143). | ||
|
||
## Changes in v0.6.7 | ||
|
||
- 🔨 FIX: Set default frame size for WYZEDB3 | ||
|
||
## Changes in v0.6.6 | ||
|
||
- 🐛 Potential fix for WYZEDB3 | ||
|
||
## Changes in v0.6.5 | ||
|
||
- 🔨 Always set default frame size and bitrate to prevent restart loop. | ||
|
||
## Changes in v0.6.4 | ||
|
||
- 🐛 BUG: Fixed the issue introduced in v0.6.2 where a resolution change caused issues for RTMP and HLS streams. This will now raise an exception which *should* restart ffmpeg if the resolution doesn't match for more than 30 frames. | ||
|
||
## Changes in v0.6.3 | ||
|
||
- 🐛 BUG: Fixed bug where cam on older firmware would not connect due to missing `wifidb` | ||
|
||
## Changes in v0.6.2 | ||
|
||
- 🔨 FIX: Fixed an issue where chaning the resolution in the app would cause the stream to die. Could also potentially solve an issue with the doorbell. | ||
- 🏠 FIX: Invalid boolean in config | ||
|
||
## Changes in v0.6.1 | ||
|
||
- ✨ NEW: `RTSP_THUMB` ENV parameter to save images from RTSP stream | ||
|
||
## Changes in v0.6.0 | ||
|
||
- 💥 BREAKING: Renamed `FILTER_MODE` to `FILTER_BLOCK` and will be disabled if blank or set to false. | ||
- 💥 BREAKING: Renamed `FILTER_MODEL` to `FILTER_MODELS` | ||
- 🔨 Reworked auth and caching and other other code refactoring | ||
- ✨ NEW: Use refresh token when token expires - no need to 2FA when your session expires! | ||
- ✨ NEW: Use seed to generate TOTP | ||
- ✨ NEW: `DEBUG_FRAMES` ENV parameter to show all dropped frames | ||
- ⏪ CHANGE: Only show first lost/incomplete frame warning | ||
- 🐧 CHANGE: Switch all base images to debian buster for consistency | ||
# Changes in v0.7.0 | ||
|
||
- 💥 BREAKING: `API_THUMB` and `RTSP_THUMB` are now `SNAPSHOT=API` or `SNAPSHOT=RTSP` or `SNAPSHOT=RTSP30` for custom interval. [See Snapshot](https://github.com/mrlt8/docker-wyze-bridge#snapshotstill-images) | ||
- 💥 BREAKING: `LAN_ONLY` is now `NET_MODE=LAN`. See [LAN Mode](https://github.com/mrlt8/docker-wyze-bridge#lan-mode) | ||
- ✨ NEW: `NET_MODE=P2P` to block relay mode and stream from the camera using P2P mode for VPS/cloud and remote installs. [See P2P Mode](https://github.com/mrlt8/docker-wyze-bridge#p2p-mode) | ||
- ✨ NEW: Basic MQTT support with discovery - publishes camera status, connections to camera, and snapshot if available [See MQTT](https://github.com/mrlt8/docker-wyze-bridge#mqtt-beta) | ||
- ✨ NEW: `ROTATE_DOOR` will use ffmpeg to roate the Doorbell (WYZEDB3) stream. NOTE: this will re-encoding rather than copy h264 stream, which may require additional processing power. | ||
- 🔀 Removed Supervisord | ||
- 📦 Switch to static build of [ffmpeg-for-homebridge](https://github.com/homebridge/ffmpeg-for-homebridge) | ||
- 🔨 Fixed broken rtsp auth |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.