Set version to 5.1.1
This commit is contained in:
parent
9632309f0f
commit
799ef77f38
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue