v25.09.30
This commit is contained in:
parent
41a0553c45
commit
f4b990366b
|
@ -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.
|
Changes from 0xb00bface's v5.3.0 version.
|
||||||
|
|
||||||
|
25.09.30
|
||||||
|
========================
|
||||||
|
* Add button to view PAC file
|
||||||
|
* Add button to backup full configuration
|
||||||
|
* Update DC change of URL
|
||||||
|
* Add Show Contact Sheet to server WebUI
|
||||||
|
|
||||||
25.09.26
|
25.09.26
|
||||||
========================
|
========================
|
||||||
* Added BongaCams URL entry warning
|
* Added BongaCams URL entry warning
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>25.9.26</version>
|
<version>25.9.30</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>25.9.26</version>
|
<version>25.9.30</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.26</version>
|
<version>25.9.30</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.26</version>
|
<version>25.9.30</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue