From f4ccccc44a692b33514705d7cf1bd81f60d800e6 Mon Sep 17 00:00:00 2001 From: Oleh Poberezhets Date: Thu, 26 Dec 2019 14:15:19 +0200 Subject: [PATCH] Update version to 3.0.0 (#100) * Upgrade to version 3.0.0 * update Changelog --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ec9366..7bb700b 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package.json b/package.json index 68a5fbe..a105389 100644 --- a/package.json +++ b/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": {