Update version 25.05.29

This commit is contained in:
Jafea7 2025-05-30 16:08:12 +10:00
parent f5f7bb3f50
commit 46adc62a69
6 changed files with 11 additions and 6 deletions

View File

@ -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. 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 25.05.14
======================== ========================

View File

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>ctbrec</groupId> <groupId>ctbrec</groupId>
<artifactId>master</artifactId> <artifactId>master</artifactId>
<version>25.05.14</version> <version>25.05.29</version>
<relativePath>../master</relativePath> <relativePath>../master</relativePath>
</parent> </parent>

View File

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>ctbrec</groupId> <groupId>ctbrec</groupId>
<artifactId>master</artifactId> <artifactId>master</artifactId>
<version>25.05.14</version> <version>25.05.29</version>
<relativePath>../master</relativePath> <relativePath>../master</relativePath>
</parent> </parent>

View File

@ -11,7 +11,7 @@
<groupId>ctbrec</groupId> <groupId>ctbrec</groupId>
<artifactId>master</artifactId> <artifactId>master</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>25.05.14</version> <version>25.05.29</version>
<modules> <modules>
<module>../common</module> <module>../common</module>

View File

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>ctbrec</groupId> <groupId>ctbrec</groupId>
<artifactId>master</artifactId> <artifactId>master</artifactId>
<version>25.05.14</version> <version>25.05.29</version>
<relativePath>../master</relativePath> <relativePath>../master</relativePath>
</parent> </parent>

View File

@ -8,7 +8,7 @@ if [[ -z "$NEW_VERSION" ]]; then
exit 1 exit 1
fi fi
pushd master/ pushd ./master
echo "Updating Maven project version to $NEW_VERSION..." echo "Updating Maven project version to $NEW_VERSION..."
# Step 1: Update the parent POM and all modules # Step 1: Update the parent POM and all modules