Skip to content

Commit

Permalink
Prepare for v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunoo committed Jul 16, 2020
1 parent d183a1f commit 0e7cf25
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/).

## v2.3.1 (2020-07-16)

### Changes

- Tweaks to logging to reduce confusion and provide more information.
- Added authentication support to MQTT.
- Reduced the FFmpeg log level in debug mode.

### Bug Fixes

- The minimum bitrate option is now working again.
- Maximum bitrate and frame rate are no longer capped below what devices request when not set in the config.

## v2.3.0 (2020-07-14)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Homebridge Camera FFmpeg",
"name": "homebridge-camera-ffmpeg",
"version": "2.3.0",
"version": "2.3.1",
"description": "ffmpeg plugin for homebridge: https://github.com/homebridge/homebridge",
"main": "dist/index.js",
"license": "ISC",
Expand Down

0 comments on commit 0e7cf25

Please sign in to comment.