Set version to 3.8.4
This commit is contained in:
parent
2154aacdbe
commit
81643545d2
|
@ -3,6 +3,9 @@
|
||||||
* Added support for xHamsterLive (go to Settings -> Sites -> Stripchat,
|
* Added support for xHamsterLive (go to Settings -> Sites -> Stripchat,
|
||||||
switch to xHamsterLive, enter your credentials and restart)
|
switch to xHamsterLive, enter your credentials and restart)
|
||||||
* Fixed follow / unfollow for Stripchat
|
* Fixed follow / unfollow for Stripchat
|
||||||
|
* Enable rerun PP for multiple recordings
|
||||||
|
* Fixed bug, which prevented recordings to finish properly on app
|
||||||
|
shutdown. Recordings now shouldn't end up in state waiting anymore
|
||||||
|
|
||||||
3.8.3
|
3.8.3
|
||||||
========================
|
========================
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>3.8.3</version>
|
<version>3.8.4</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>3.8.3</version>
|
<version>3.8.4</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>3.8.3</version>
|
<version>3.8.4</version>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>../common</module>
|
<module>../common</module>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>3.8.3</version>
|
<version>3.8.4</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue