Skip to content

Commit

Permalink
Update version to 3.0.0 (#100)
Browse files Browse the repository at this point in the history
* Upgrade to version 3.0.0

* update Changelog
  • Loading branch information
oleh-poberezhets authored and WoZ committed Dec 26, 2019
1 parent 7ff03af commit f4ccccc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,17 @@
# Changelog
### 3.0.0

- `timeoutInSec` option was changed to `timeoutInMs` in the `FrameMonitor` and in the `StreamInfo` class.

IMPROVEMENTS:

- Added new option `analyzeDurationInMs` that specifies the maximum analyzing time of the input
[[GH-97](https://github.com/LCMApps/video-quality-tools/issues/97)]

BUG FIXES:

- Fixed lack of support of the `timeout` for a `non-librtmp` builds of `ffmpeg`
[[GH-92](https://github.com/LCMApps/video-quality-tools/issues/92)]

### 2.0.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "video-quality-tools",
"version": "2.0.0",
"version": "3.0.0",
"description": "Set of tools to evaluate video stream quality.",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit f4ccccc

Please sign in to comment.