diff --git a/CHANGELOG.md b/CHANGELOG.md index 1930899a..4282bc94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/client/pom.xml b/client/pom.xml index 889c4d7a..94f704b8 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.7.12 + 4.7.13 ../master diff --git a/common/pom.xml b/common/pom.xml index b840b935..f0017ea9 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.7.12 + 4.7.13 ../master diff --git a/master/pom.xml b/master/pom.xml index b6c74f21..d5a26e28 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -6,7 +6,7 @@ ctbrec master pom - 4.7.12 + 4.7.13 ../common diff --git a/server/pom.xml b/server/pom.xml index 84c37080..b24bd338 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.7.12 + 4.7.13 ../master