From c9f7fd4403ce559944e72e4775905b446d5f98ee Mon Sep 17 00:00:00 2001 From: 0xb00bface <0xboobface@gmail.com> Date: Sun, 4 Jun 2023 15:27:51 +0200 Subject: [PATCH] Set version to 5.1.0 --- CHANGELOG.md | 11 +++++++++++ client/pom.xml | 2 +- common/pom.xml | 2 +- master/pom.xml | 2 +- server/pom.xml | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3acd6e0e..13aecc68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +5.1.0 +======================== +* Partially fixed LiveJasmin recordings. They only worked, if manually started + from the GUI and you have to have an account configured. Otherwise the + recording will stop after about two and a half minutes +* Changed recorder logic to prevent stalled recordings +* Model notes are now stored on the server +* Model potraits are now stored on the server +* The path to the recording metadata file is now adjusted after the config + has been copied + 5.0.3 ======================== * Fixed MV Live diff --git a/client/pom.xml b/client/pom.xml index ea5e3bae..ef87620c 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 5.0.3 + 5.1.0 ../master diff --git a/common/pom.xml b/common/pom.xml index 45c296a8..911ad8de 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 5.0.3 + 5.1.0 ../master diff --git a/master/pom.xml b/master/pom.xml index 48a6838e..65e70d43 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -6,7 +6,7 @@ ctbrec master pom - 5.0.3 + 5.1.0 ../common diff --git a/server/pom.xml b/server/pom.xml index 9737f520..a144bae8 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 5.0.3 + 5.1.0 ../master