Set version to 4.7.13

This commit is contained in:
0xb00bface 2022-10-22 15:17:15 +02:00
parent 09d9c3490e
commit 2cc55508b7
5 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,8 @@
4.7.13
========================
* Added "Trans" tab for Cam4
* Added login through minimal browser for Chaturbate
* Token label is now loaded on tab selection and not on creation of the GUI
4.7.12
========================
@ -11,7 +13,8 @@
* Upgrade to JavaFX 19
* Known Problems:
* Chaturbate login does not work
* Chaturbate is much more aggressive with the 429 errors. It seems they also have switched on the Cloudfare browser check
* Chaturbate is much more aggressive with the 429 errors. It seems they also
have switched on the Cloudfare browser check
* Cherry TV login does not work
4.7.11

View File

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

View File

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

View File

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

View File

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