diff --git a/CHANGELOG.md b/CHANGELOG.md index a9a9ed5e..39c70b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,14 @@ If this version doesn't do what you want, don't use it ... simple. Changes from reusedname's v5.3.2 version. +25.09.27 +======================== +* Added BongaCams URL entry warning +* Added model online detection for CGF search, sends name instead of image URL if offline + Note: Sending name for FC2 will fail to find matches (Japanese), DC cannot send URL to preview image (wrong mimetype). +* Implement PAC (Proxy Auto Configuration) +* Fix CheckURL for SC (WinkRU) + 25.09.22 ======================== * Adjust -Xmx parameter, increase Heap size diff --git a/client/pom.xml b/client/pom.xml index bd69b0ad..54c0c859 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 25.9.22 + 25.9.27 ../master diff --git a/master/pom.xml b/master/pom.xml index f41a3c31..6ee8c756 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -11,7 +11,7 @@ ctbrec master pom - 25.9.22 + 25.9.27 ../common diff --git a/server/pom.xml b/server/pom.xml index fcf101c0..06eef881 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 25.9.22 + 25.9.27 ../master