forked from j62/ctbrec
Set version to 4.7.13
This commit is contained in:
parent
09d9c3490e
commit
2cc55508b7
|
@ -1,6 +1,8 @@
|
||||||
4.7.13
|
4.7.13
|
||||||
========================
|
========================
|
||||||
* Added "Trans" tab for Cam4
|
* 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
|
4.7.12
|
||||||
========================
|
========================
|
||||||
|
@ -11,7 +13,8 @@
|
||||||
* Upgrade to JavaFX 19
|
* Upgrade to JavaFX 19
|
||||||
* Known Problems:
|
* Known Problems:
|
||||||
* Chaturbate login does not work
|
* 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
|
* Cherry TV login does not work
|
||||||
|
|
||||||
4.7.11
|
4.7.11
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>4.7.12</version>
|
<version>4.7.13</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>4.7.12</version>
|
<version>4.7.13</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>4.7.12</version>
|
<version>4.7.13</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>4.7.12</version>
|
<version>4.7.13</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue