From 67005c253f3e6069feb7e3c3477149c23dd592f4 Mon Sep 17 00:00:00 2001 From: TheOtherP Date: Sun, 12 May 2024 10:29:24 +0200 Subject: [PATCH] Update to 6.2.0 --- changelog.md | 28 ++++++++++++++++++++- core/pom.xml | 4 +-- core/src/main/resources/wrapperHashes2.json | 2 +- other/mockserver/pom.xml | 2 +- pom.xml | 2 +- releases/generic-release/pom.xml | 4 +-- releases/linux-amd64-release/pom.xml | 4 +-- releases/linux-arm64-release/pom.xml | 4 +-- releases/pom.xml | 4 +-- releases/windows-release/pom.xml | 4 +-- shared/assertions/pom.xml | 4 +-- shared/mapping/pom.xml | 2 +- shared/pom.xml | 4 +-- tests/pom.xml | 2 +- tests/system/pom.xml | 6 ++--- 15 files changed, 51 insertions(+), 25 deletions(-) diff --git a/changelog.md b/changelog.md index a6ebed1e1..83ce44d0d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,35 @@ +### v6.2.0 + +**Feature** Support DETAILS function from Newznab API spec. See #942 + +**Feature** Option to show user agent in search history. See #940 + +**Note** I've removed the old binary of the linux wrapper. It was always a bit hard to get it running and it's easier to just run the python wrapper file directly. + + + +### v6.1.1 + +**Fix** Make sure settings yml file can be written to prevent file corruption + + + +### v6.1.0 + +**Fix** Exit codes < 0 are now correctly handled in the python wrapper. + +**Fix** Show username in download history. See #932 + +**Note** The linux binary nzbhydra2 is now deprecated. Please switch to directly running nzbhydra2wrapperPy3.py. + + + ### v6.0.0 **Feature** I've completely rewritten the wrapper for windows. It's not a packaged python script anymore but an actually compiled binary. This has a couple of benefits: No more false positives from virus scanners (VirusTotal shows 5/72). No more temporary files not being cleaned up after a crash. The files are (a bit) smaller. I don't plan to compile the wrapper for anything but windows as it makes more sense and is easier to run the python wrapper instead. -**Feature** The temp folder can be set using the environment variable NZBHYDRA_TEMP_FOLDER. See #984 +**Feature** The temp folder can be set using the environment variable NZBHYDRA_TEMP_FOLDER. See #894 **Fix** IPs or usernames were not shown in the history. See #932 diff --git a/core/pom.xml b/core/pom.xml index 7ff3236cf..09a85c58c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ org.nzbhydra nzbhydra2 - 6.0.1-SNAPSHOT + 6.2.0 core @@ -99,7 +99,7 @@ org.nzbhydra mapping - 6.0.1-SNAPSHOT + 6.2.0 diff --git a/core/src/main/resources/wrapperHashes2.json b/core/src/main/resources/wrapperHashes2.json index 32789fd19..39fded6fb 100644 --- a/core/src/main/resources/wrapperHashes2.json +++ b/core/src/main/resources/wrapperHashes2.json @@ -1 +1 @@ -["2e772a1a140820687d5466e27c030d36f82abb54","930be2ca00604918fc0653e22e118efdc1693eb0","ecadc9b8264968a2ca53cedb73f00a69b4172315","4ece63cc425c88efbace9a013c3e1203a63b40c0","847cfdc8a7014c660b47c92e3f55b38b2fdc15ac"] \ No newline at end of file +["930be2ca00604918fc0653e22e118efdc1693eb0","4ece63cc425c88efbace9a013c3e1203a63b40c0","3b25a8f25ea1f6dff6a9a9fa952d80a88d55ecb9","cc648b6ca281646eb9b0802e99bcb95adfcc8d4c"] \ No newline at end of file diff --git a/other/mockserver/pom.xml b/other/mockserver/pom.xml index 2ef196028..2330131f0 100644 --- a/other/mockserver/pom.xml +++ b/other/mockserver/pom.xml @@ -59,7 +59,7 @@ org.nzbhydra mapping - 6.0.1-SNAPSHOT + 6.2.0 jaxb-impl diff --git a/pom.xml b/pom.xml index f67b655e9..ad30c66bc 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.nzbhydra nzbhydra2 pom - 6.0.1-SNAPSHOT + 6.2.0 shared diff --git a/releases/generic-release/pom.xml b/releases/generic-release/pom.xml index ae48951bc..4d83bdd85 100644 --- a/releases/generic-release/pom.xml +++ b/releases/generic-release/pom.xml @@ -5,7 +5,7 @@ org.nzbhydra releases - 6.0.1-SNAPSHOT + 6.2.0 generic-release @@ -15,7 +15,7 @@ org.nzbhydra core - 6.0.1-SNAPSHOT + 6.2.0 diff --git a/releases/linux-amd64-release/pom.xml b/releases/linux-amd64-release/pom.xml index 8ab150151..a7a2d50f4 100644 --- a/releases/linux-amd64-release/pom.xml +++ b/releases/linux-amd64-release/pom.xml @@ -5,7 +5,7 @@ org.nzbhydra releases - 6.0.1-SNAPSHOT + 6.2.0 linux-amd64-release @@ -15,7 +15,7 @@ org.nzbhydra core - 6.0.1-SNAPSHOT + 6.2.0 diff --git a/releases/linux-arm64-release/pom.xml b/releases/linux-arm64-release/pom.xml index 1a5f7e457..59177b3c3 100644 --- a/releases/linux-arm64-release/pom.xml +++ b/releases/linux-arm64-release/pom.xml @@ -5,7 +5,7 @@ org.nzbhydra releases - 6.0.1-SNAPSHOT + 6.2.0 linux-arm64-release @@ -15,7 +15,7 @@ org.nzbhydra core - 6.0.1-SNAPSHOT + 6.2.0 diff --git a/releases/pom.xml b/releases/pom.xml index 1761b3619..9320a263e 100644 --- a/releases/pom.xml +++ b/releases/pom.xml @@ -4,12 +4,12 @@ org.nzbhydra nzbhydra2 - 6.0.1-SNAPSHOT + 6.2.0 releases pom - 6.0.1-SNAPSHOT + 6.2.0 generic-release diff --git a/releases/windows-release/pom.xml b/releases/windows-release/pom.xml index 1c6392b16..e29e9fbfb 100644 --- a/releases/windows-release/pom.xml +++ b/releases/windows-release/pom.xml @@ -5,7 +5,7 @@ org.nzbhydra releases - 6.0.1-SNAPSHOT + 6.2.0 windows-release @@ -15,7 +15,7 @@ org.nzbhydra core - 6.0.1-SNAPSHOT + 6.2.0 diff --git a/shared/assertions/pom.xml b/shared/assertions/pom.xml index 474fea69a..eea687808 100644 --- a/shared/assertions/pom.xml +++ b/shared/assertions/pom.xml @@ -6,7 +6,7 @@ org.nzbhydra shared - 6.0.1-SNAPSHOT + 6.2.0 assertions @@ -31,7 +31,7 @@ org.nzbhydra mapping - 6.0.1-SNAPSHOT + 6.2.0 org.assertj diff --git a/shared/mapping/pom.xml b/shared/mapping/pom.xml index 03e76ac86..0040ddb05 100644 --- a/shared/mapping/pom.xml +++ b/shared/mapping/pom.xml @@ -6,7 +6,7 @@ org.nzbhydra shared - 6.0.1-SNAPSHOT + 6.2.0 mapping diff --git a/shared/pom.xml b/shared/pom.xml index 206a8b239..5b74e2ff9 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -4,12 +4,12 @@ org.nzbhydra nzbhydra2 - 6.0.1-SNAPSHOT + 6.2.0 shared pom - 6.0.1-SNAPSHOT + 6.2.0 mapping diff --git a/tests/pom.xml b/tests/pom.xml index 1cac0b844..49fc040ce 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -5,7 +5,7 @@ org.nzbhydra nzbhydra2 - 6.0.1-SNAPSHOT + 6.2.0 tests diff --git a/tests/system/pom.xml b/tests/system/pom.xml index cc375df58..cd7d2d27b 100644 --- a/tests/system/pom.xml +++ b/tests/system/pom.xml @@ -23,7 +23,7 @@ org.nzbhydra tests - 6.0.1-SNAPSHOT + 6.2.0 org.nzbhydra.tests @@ -101,7 +101,7 @@ org.nzbhydra mapping - 6.0.1-SNAPSHOT + 6.2.0 com.github.docker-java @@ -128,7 +128,7 @@ org.nzbhydra assertions - 6.0.1-SNAPSHOT + 6.2.0