Update version 25.06.02
This commit is contained in:
parent
1e7620452c
commit
b015eb6aea
13
CHANGELOG.md
13
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.
|
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
|
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)
|
* BC room detection (reusedname's improved patch instead of mine)
|
||||||
* F4F thumbnails
|
* 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.
|
* 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.
|
* 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.
|
* Set model state offline if online check is skipped.
|
||||||
* Optimize model updates in the WebUI.
|
* Optimize model updates in the WebUI.
|
||||||
|
|
||||||
5.3.1
|
5.3.1 - reusedname
|
||||||
========================
|
========================
|
||||||
* Flaresolverr support for CB.
|
* Flaresolverr support for CB.
|
||||||
* Performance fixes/improvements (handle more concurrent recordings).
|
* Performance fixes/improvements (handle more concurrent recordings).
|
||||||
|
@ -104,7 +109,7 @@ Changes from reusedname's v5.3.2 version.
|
||||||
* Some hlsdl stability improvements.
|
* Some hlsdl stability improvements.
|
||||||
* Bandwidth meter support for hlsdl downloads.
|
* 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 menu entry to force recording of models without changing the prio
|
||||||
* Added blacklist and whitelist settings to automatically filter out models
|
* Added blacklist and whitelist settings to automatically filter out models
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>25.05.13</version>
|
<version>25.06.02</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.05.13</version>
|
<version>25.06.02</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.05.13</version>
|
<version>25.06.02</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.05.13</version>
|
<version>25.06.02</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue