Set version to 5.1.1

This commit is contained in:
0xb00bface 2023-06-16 18:47:53 +02:00
parent 9632309f0f
commit 799ef77f38
5 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,15 @@
5.1.1
========================
* Fixed StripChat recordings, thanks to @WinkRU for figuring it out
* Fixed bug, which caused all model user names with their display name.
This is a bad one and probably the cause, that many models are not being
detected as online or that the recordings don't start.
If possible, delete the 5.1.0 configuration and let ctbrec migrate an
old configuration again.
Alternatively you can delete the models and re-add them to fix their
user names, but this will reset the timestamps in the columns "last seen",
"last recorded" and "added at"
5.1.0
========================
* Partially fixed LiveJasmin recordings. They only worked, if manually started

View File

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

View File

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

View File

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

View File

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