From fda9f2addadab6286f336dbf12d6bef85c8e26b9 Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Fri, 26 Jan 2024 13:04:36 +0100 Subject: [PATCH] Bump to version v1.10.0 --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aeb592..e178447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Restreamer-UI +## v1.9.0 > v1.10.0 + +- Add resource usage and ffmpeg command to process details +- Add audio loop source +- Add to allow to select from already publishing RTMP and SRT streams +- Fix wrongly displayed SRT URL ([#635](https://github.com/datarhei/restreamer/issues/635)) +- Fix RTMPS address with custom ports ([#658](https://github.com/datarhei/restreamer/issues/658)) +- Fix allow RTSPS protocol ([#677](https://github.com/datarhei/restreamer/issues/677)) + ## v1.8.0 > v1.9.0 - Add enlarged channel overview diff --git a/package.json b/package.json index 4b9a2e8..8bae979 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "restreamer-ui", - "version": "1.9.0", + "version": "1.10.0", "bundle": "restreamer-v2.7.0", "private": false, "license": "Apache-2.0", @@ -95,4 +95,4 @@ "react-error-overlay": "^6.0.11" }, "resolutions": {} -} +} \ No newline at end of file