Update version 25.05.29
This commit is contained in:
parent
f5f7bb3f50
commit
46adc62a69
|
@ -11,7 +11,12 @@ If this version doesn't do what you want, don't use it ... simple.
|
|||
|
||||
Changes from 0xb00bface's v5.3.0 version.
|
||||
|
||||
|
||||
25.05.29
|
||||
========================
|
||||
* Updated Help tab layout a little, now displays WAN IP if it can get it
|
||||
connects to `icanhazip.com` so you can check if VPN/Proxy is working
|
||||
* Added Search input for Settings->Filtering->Ignore list
|
||||
* Increased -Xmx to 4g/1g for standalone/server respectively
|
||||
|
||||
25.05.14
|
||||
========================
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>25.05.14</version>
|
||||
<version>25.05.29</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>25.05.14</version>
|
||||
<version>25.05.29</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>25.05.14</version>
|
||||
<version>25.05.29</version>
|
||||
|
||||
<modules>
|
||||
<module>../common</module>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>25.05.14</version>
|
||||
<version>25.05.29</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ if [[ -z "$NEW_VERSION" ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
pushd master/
|
||||
pushd ./master
|
||||
echo "Updating Maven project version to $NEW_VERSION..."
|
||||
|
||||
# Step 1: Update the parent POM and all modules
|
||||
|
|
Loading…
Reference in New Issue