Skip to content

Commit 5a7c2ea

Browse files
committed
Mod bump version to 2.4.2
1 parent 7942855 commit 5a7c2ea

5 files changed

+18
-8
lines changed

.github_build/Build.bundle.cuda.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# RESTREAMER CUDA BUNDLE
22
OS_NAME=ubuntu
33
OS_VERSION=20.04
4-
RESTREAMER_UI_VERSION=1.5.1
4+
RESTREAMER_UI_VERSION=1.6.0
55
CORE_VERSION=16.11.0
66
FFMPEG_VERSION=5.1.2
77
CUDA_VERSION=11.7.1
8-
RELEASE=2.4.1
8+
RELEASE=2.4.2

.github_build/Build.bundle.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# RESTREAMER BUNDLE
22
OS_NAME=alpine
33
OS_VERSION=3.16
4-
RESTREAMER_UI_VERSION=1.5.1
4+
RESTREAMER_UI_VERSION=1.6.0
55
CORE_VERSION=16.11.0
66
FFMPEG_VERSION=5.1.2
7-
RELEASE=2.4.1
7+
RELEASE=2.4.2

.github_build/Build.bundle.rpi.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# RESTREAMER RPI BUNDLE
22
OS_NAME=alpine
33
OS_VERSION=3.16
4-
RESTREAMER_UI_VERSION=1.5.1
4+
RESTREAMER_UI_VERSION=1.6.0
55
CORE_VERSION=16.11.0
66
FFMPEG_VERSION=5.1.2
7-
RELEASE=2.4.1
7+
RELEASE=2.4.2

.github_build/Build.bundle.vaapi.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# RESTREAMER VAAPI BUNDLE
22
OS_NAME=ubuntu
33
OS_VERSION=20.04
4-
RESTREAMER_UI_VERSION=1.5.1
4+
RESTREAMER_UI_VERSION=1.6.0
55
CORE_VERSION=16.11.0
66
FFMPEG_VERSION=5.1.2
7-
RELEASE=2.4.1
7+
RELEASE=2.4.2

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Restreamer
22

3+
## 2.4.2
4+
5+
### Restreamer UI v1.5.1 > v1.6.0
6+
7+
- Add Bob Weaver Deinterlacing Filter ([#465](https://github.com/datarhei/restreamer/issues/465))
8+
- Add tests for wizard, network source, and coders
9+
- Add Korean translation (thanks to Jihaeng)
10+
- Mod splitting wizard in components
11+
- Fix wrong call to encoder defaults ([#467](https://github.com/datarhei/restreamer/issues/467))
12+
313
## 2.4.1
414

515
### Restreamer UI v1.5.0 > v1.5.1

0 commit comments

Comments
 (0)