From b015eb6aeaf37ede916d1850a034ce09892db181 Mon Sep 17 00:00:00 2001 From: Jafea7 Date: Mon, 2 Jun 2025 17:33:43 +1000 Subject: [PATCH] Update version 25.06.02 --- CHANGELOG.md | 13 +++++++++---- client/pom.xml | 2 +- common/pom.xml | 2 +- master/pom.xml | 2 +- server/pom.xml | 2 +- 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9614c87..cba08cc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,12 @@ If this version doesn't do what you want, don't use it ... simple. Changes from reusedname's v5.3.2 version. - +25.06.02 +======================== +* 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.13 ======================== @@ -77,7 +82,7 @@ Changes from reusedname's v5.3.2 version. * BC room detection (reusedname's improved patch instead of mine) * F4F thumbnails -5.3.2 +5.3.2 - reusedname ======================== * Generalise Flaresolverr for any domain: replace per-site setting (it was just one for CB though) with list of hosts. Previous setting is migrated to new format on first start. * Improve group handling somewhat. Models in the group are started in priority order when changing priority, pausing/resuming, and after recording restart has failed. The solution is kind of brute force right now and may cause excessive checks in some cases. I also noticed that sometimes the highest priority model is not on the recording. @@ -93,7 +98,7 @@ Changes from reusedname's v5.3.2 version. * Set model state offline if online check is skipped. * Optimize model updates in the WebUI. -5.3.1 +5.3.1 - reusedname ======================== * Flaresolverr support for CB. * Performance fixes/improvements (handle more concurrent recordings). @@ -104,7 +109,7 @@ Changes from reusedname's v5.3.2 version. * Some hlsdl stability improvements. * Bandwidth meter support for hlsdl downloads. -5.3.0 +5.3.0 - b00bface ======================== * Added menu entry to force recording of models without changing the prio * Added blacklist and whitelist settings to automatically filter out models diff --git a/client/pom.xml b/client/pom.xml index 008b1a9e..40655952 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 25.05.13 + 25.06.02 ../master diff --git a/common/pom.xml b/common/pom.xml index fa5032c1..81210b71 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 25.05.13 + 25.06.02 ../master diff --git a/master/pom.xml b/master/pom.xml index ce2895eb..84a80882 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -11,7 +11,7 @@ ctbrec master pom - 25.05.13 + 25.06.02 ../common diff --git a/server/pom.xml b/server/pom.xml index c5356b3c..e203463b 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 25.05.13 + 25.06.02 ../master