Set version to 5.1.0
This commit is contained in:
parent
7b7811dbfe
commit
c9f7fd4403
11
CHANGELOG.md
11
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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue