v25.09.26
This commit is contained in:
parent
8f5ee9d57a
commit
9b0c911169
|
@ -11,6 +11,13 @@ If this version doesn't do what you want, don't use it ... simple.
|
|||
|
||||
Changes from 0xb00bface's v5.3.0 version.
|
||||
|
||||
25.09.26
|
||||
========================
|
||||
* 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)
|
||||
|
||||
25.09.15
|
||||
========================
|
||||
* Add missing UserAgent parameter to minimal-browser call for some sites
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>25.9.15</version>
|
||||
<version>25.9.26</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>25.9.15</version>
|
||||
<version>25.9.26</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>25.9.15</version>
|
||||
<version>25.9.26</version>
|
||||
|
||||
<modules>
|
||||
<module>../common</module>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>25.9.15</version>
|
||||
<version>25.9.26</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
Loading…
Reference in New Issue