Set version to 5.1.0

This commit is contained in:
0xb00bface 2023-06-04 15:27:51 +02:00
parent 7b7811dbfe
commit c9f7fd4403
5 changed files with 15 additions and 4 deletions

View File

@ -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

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>5.0.3</version>
<version>5.1.0</version>
<relativePath>../master</relativePath>
</parent>

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>5.0.3</version>
<version>5.1.0</version>
<relativePath>../master</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<packaging>pom</packaging>
<version>5.0.3</version>
<version>5.1.0</version>
<modules>
<module>../common</module>

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>5.0.3</version>
<version>5.1.0</version>
<relativePath>../master</relativePath>
</parent>