Set version to 4.7.13
This commit is contained in:
parent
09d9c3490e
commit
2cc55508b7
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue