Set version to 5.1.2

This commit is contained in:
0xb00bface 2023-06-17 16:18:00 +02:00
parent 0aeeb1a1c3
commit 48bcf3b525
5 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,12 @@
5.1.2
========================
* !! See also the changes in 5.1.1, if you update from 5.1.0
* Fix unwanted delay between recordings if the recording is split by time or
size
* Implement file system monitoring to monitor the size of recordings
* Fix bug in search popup, which caused the results to be glitched
* Fix bug in Streamate causing many requests to the search
5.1.1
========================
* Fixed StripChat recordings, thanks to @WinkRU for figuring it out

View File

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

View File

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

View File

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

View File

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