From c3d0fb324730d1e71acdccac036ae0561fd80fd2 Mon Sep 17 00:00:00 2001 From: 0xb00bface <0xboobface@gmail.com> Date: Thu, 13 May 2021 13:26:18 +0200 Subject: [PATCH] Set version to 4.3.0 --- CHANGELOG.md | 8 ++++++++ client/pom.xml | 2 +- common/pom.xml | 2 +- master/pom.xml | 4 ++-- server/pom.xml | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf993061..66d4c775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +4.3.0 +======================== +* Added mechanism to group models. This mechanism can also be used to define + a model alias. Just create a new group with only one model +* Added new post-processing variables modelGroupName and modelGroupId +* Added possibility to define a default value for post-processing variables + For example: ``${modelGroupName?${modelSanitizedName}}`` + 4.2.1 ======================== * Fixed Showup.tv downloads using the websocket stream instead of HLS diff --git a/client/pom.xml b/client/pom.xml index 3fcd3f94..bca70608 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.2.1 + 4.3.0 ../master diff --git a/common/pom.xml b/common/pom.xml index a657daf3..ec08fb6d 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.2.1 + 4.3.0 ../master diff --git a/master/pom.xml b/master/pom.xml index 93d53773..ffcd5088 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -6,7 +6,7 @@ ctbrec master pom - 4.2.1 + 4.3.0 ../common @@ -16,7 +16,7 @@ UTF-8 - 16 + 17-ea+9 diff --git a/server/pom.xml b/server/pom.xml index c68c86f5..2e1c78e3 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.2.1 + 4.3.0 ../master