v25.09.27
This commit is contained in:
parent
7409bb8fa9
commit
178e6a8eb0
|
@ -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.
|
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
|
25.09.22
|
||||||
========================
|
========================
|
||||||
* Adjust -Xmx parameter, increase Heap size
|
* Adjust -Xmx parameter, increase Heap size
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>25.9.22</version>
|
<version>25.9.27</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>25.9.22</version>
|
<version>25.9.27</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>25.9.22</version>
|
<version>25.9.27</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue