Set version to 5.0.0
This commit is contained in:
parent
c6e96825a2
commit
699a99608e
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue