diff --git a/changelog.md b/changelog.md index e81137961..08cfa331c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,25 @@ +### v5.3.7 (2024-01-22) + +**Feature** When you're making a search in the UI you can now choose to show the already received results. Until now you had to either wait, possibly until an indexer ran into a timeout or cancel without seeing any results at all. See #914 + +**Feature** Add option to disable open port check. See #912 + +**Fix** Fix filtering of history by time. See #913 + + + +### v5.3.6 + +**Fix** Add validation to quick filter buttons to ensure only valid values are saved. + +**Fix** Negative quick filters are not case insensitive. + +**Fix** Add quick filter word exclusion via ! to tooltip. + +**Note** Removed the link to the subreddit. + + + ### v5.3.5 (2023-11-27) **Fix** The compiled python wrapper exes were unfortunately flagged as a virus / malware by some antivirus engines (wrongly, of course). Unfortunately I've been unable to find a solution that results in a flawless scan. The best I can achieve right now is getting the big ones to not flag it. I'll try to report the files as false positives. Sorry for the inconvenience. See #901 diff --git a/core/pom.xml b/core/pom.xml index 4f568e7dc..b0f71b29f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ org.nzbhydra nzbhydra2 - 5.3.6-SNAPSHOT + 5.3.7 core @@ -99,7 +99,7 @@ org.nzbhydra mapping - 5.3.6-SNAPSHOT + 5.3.7 diff --git a/other/mockserver/pom.xml b/other/mockserver/pom.xml index 24d1b346e..c31bb95d2 100644 --- a/other/mockserver/pom.xml +++ b/other/mockserver/pom.xml @@ -59,7 +59,7 @@ org.nzbhydra mapping - 5.3.6-SNAPSHOT + 5.3.7 jaxb-impl diff --git a/pom.xml b/pom.xml index e556037dc..8b4c84e59 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.nzbhydra nzbhydra2 pom - 5.3.6-SNAPSHOT + 5.3.7 shared diff --git a/releases/generic-release/pom.xml b/releases/generic-release/pom.xml index e63da320d..44c57ae60 100644 --- a/releases/generic-release/pom.xml +++ b/releases/generic-release/pom.xml @@ -5,7 +5,7 @@ org.nzbhydra releases - 5.3.6-SNAPSHOT + 5.3.7 generic-release @@ -15,7 +15,7 @@ org.nzbhydra core - 5.3.6-SNAPSHOT + 5.3.7 diff --git a/releases/linux-amd64-release/pom.xml b/releases/linux-amd64-release/pom.xml index 8c2a10dd4..bd9be8caa 100644 --- a/releases/linux-amd64-release/pom.xml +++ b/releases/linux-amd64-release/pom.xml @@ -5,7 +5,7 @@ org.nzbhydra releases - 5.3.6-SNAPSHOT + 5.3.7 linux-amd64-release @@ -15,7 +15,7 @@ org.nzbhydra core - 5.3.6-SNAPSHOT + 5.3.7 diff --git a/releases/linux-arm64-release/pom.xml b/releases/linux-arm64-release/pom.xml index e5d812d9e..fca6cfd7b 100644 --- a/releases/linux-arm64-release/pom.xml +++ b/releases/linux-arm64-release/pom.xml @@ -5,7 +5,7 @@ org.nzbhydra releases - 5.3.6-SNAPSHOT + 5.3.7 linux-arm64-release @@ -15,7 +15,7 @@ org.nzbhydra core - 5.3.6-SNAPSHOT + 5.3.7 diff --git a/releases/pom.xml b/releases/pom.xml index a989aa4e5..08bbe9665 100644 --- a/releases/pom.xml +++ b/releases/pom.xml @@ -4,12 +4,12 @@ org.nzbhydra nzbhydra2 - 5.3.6-SNAPSHOT + 5.3.7 releases pom - 5.3.6-SNAPSHOT + 5.3.7 generic-release diff --git a/releases/windows-release/pom.xml b/releases/windows-release/pom.xml index 12a5a0014..070c99ef5 100644 --- a/releases/windows-release/pom.xml +++ b/releases/windows-release/pom.xml @@ -5,7 +5,7 @@ org.nzbhydra releases - 5.3.6-SNAPSHOT + 5.3.7 windows-release @@ -15,7 +15,7 @@ org.nzbhydra core - 5.3.6-SNAPSHOT + 5.3.7 diff --git a/shared/assertions/pom.xml b/shared/assertions/pom.xml index 7d548a5b0..09e36b462 100644 --- a/shared/assertions/pom.xml +++ b/shared/assertions/pom.xml @@ -6,7 +6,7 @@ org.nzbhydra shared - 5.3.6-SNAPSHOT + 5.3.7 assertions @@ -31,7 +31,7 @@ org.nzbhydra mapping - 5.3.6-SNAPSHOT + 5.3.7 org.assertj diff --git a/shared/mapping/pom.xml b/shared/mapping/pom.xml index 9503d3b22..c414d0ff8 100644 --- a/shared/mapping/pom.xml +++ b/shared/mapping/pom.xml @@ -6,7 +6,7 @@ org.nzbhydra shared - 5.3.6-SNAPSHOT + 5.3.7 mapping diff --git a/shared/pom.xml b/shared/pom.xml index ff46bb1f0..9e3b732c1 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -4,12 +4,12 @@ org.nzbhydra nzbhydra2 - 5.3.6-SNAPSHOT + 5.3.7 shared pom - 5.3.6-SNAPSHOT + 5.3.7 mapping diff --git a/tests/pom.xml b/tests/pom.xml index a8db585e4..ca32a4fdc 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -5,7 +5,7 @@ org.nzbhydra nzbhydra2 - 5.3.6-SNAPSHOT + 5.3.7 tests diff --git a/tests/system/pom.xml b/tests/system/pom.xml index 4fb64dcea..c232b17e8 100644 --- a/tests/system/pom.xml +++ b/tests/system/pom.xml @@ -23,7 +23,7 @@ org.nzbhydra tests - 5.3.6-SNAPSHOT + 5.3.7 org.nzbhydra.tests @@ -101,7 +101,7 @@ org.nzbhydra mapping - 5.3.6-SNAPSHOT + 5.3.7 com.github.docker-java @@ -128,7 +128,7 @@ org.nzbhydra assertions - 5.3.6-SNAPSHOT + 5.3.7