Set version to 5.0.0

This commit is contained in:
0xb00bface 2023-03-11 11:29:01 +01:00
parent c6e96825a2
commit 699a99608e
5 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,13 @@
5.0.0
========================
* Fixed recording of original quality for Stripchat
* Add option to start ctbrec minimized. You might want to use the no-splash
starters, so that the splash screen does not pop up on start
* Convert Chaturbate model names to lower case
* Added checkbox to disable post-processors
* Changed post-processing variable processing. See the help section for
details
4.7.17
========================
* Fixed Cam4 pages

View File

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

View File

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

View File

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

View File

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