From 82c51bab401b6f1d4420877610244c23924101b5 Mon Sep 17 00:00:00 2001 From: 0xb00bface <0xboobface@gmail.com> Date: Sun, 15 Aug 2021 15:42:35 +0200 Subject: [PATCH] Set version to 4.5.0 --- CHANGELOG.md | 4 +++- client/pom.xml | 2 +- common/pom.xml | 2 +- master/pom.xml | 2 +- server/pom.xml | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c904f0d7..8d73f221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ -4.4.6 +4.5.0 ======================== +* Added portrait column to Recording tab. The image to show can be selected in + the context menu. This feature is a client-side only feature. * Added data transfer detection to HLS downloads, so that downloads don't get stuck in recording state. Recordings will stop now, if now segment was downloaded for 30 seconds. diff --git a/client/pom.xml b/client/pom.xml index afc65fea..a4f1ada7 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.4.5 + 4.5.0 ../master diff --git a/common/pom.xml b/common/pom.xml index 16812ee2..0f861ed1 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.4.5 + 4.5.0 ../master diff --git a/master/pom.xml b/master/pom.xml index 2dc3c3e5..1bf9e70d 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -6,7 +6,7 @@ ctbrec master pom - 4.4.5 + 4.5.0 ../common diff --git a/server/pom.xml b/server/pom.xml index 56f3526f..81359d7b 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.4.5 + 4.5.0 ../master