Skip to content

Commit

Permalink
Update to 5.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Jan 22, 2024
1 parent f4ae0c7 commit b94545b
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 23 deletions.
22 changes: 22 additions & 0 deletions 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 <a href="https://github.com/theotherp/nzbhydra2/issues/914">#914</a>

**Feature** Add option to disable open port check. See <a href="https://github.com/theotherp/nzbhydra2/issues/912">#912</a>

**Fix** Fix filtering of history by time. See <a href="https://github.com/theotherp/nzbhydra2/issues/913">#913</a>



### 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 <a href="https://github.com/theotherp/nzbhydra2/issues/901">#901</a>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>
</parent>

<artifactId>core</artifactId>
Expand Down Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>
</dependency>

<!-- spring (boot) -->
Expand Down
2 changes: 1 addition & 1 deletion other/mockserver/pom.xml
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>
<exclusions>
<exclusion>
<artifactId>jaxb-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<packaging>pom</packaging>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>

<modules>
<module>shared</module>
Expand Down
4 changes: 2 additions & 2 deletions releases/generic-release/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>
</parent>

<artifactId>generic-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions releases/linux-amd64-release/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>
</parent>

<artifactId>linux-amd64-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions releases/linux-arm64-release/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>
</parent>

<artifactId>linux-arm64-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions releases/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>
</parent>

<artifactId>releases</artifactId>
<packaging>pom</packaging>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>

<modules>
<module>generic-release</module>
Expand Down
4 changes: 2 additions & 2 deletions releases/windows-release/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>
</parent>

<artifactId>windows-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions shared/assertions/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>shared</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>
</parent>

<artifactId>assertions</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down
2 changes: 1 addition & 1 deletion shared/mapping/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>shared</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>
</parent>

<artifactId>mapping</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions shared/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>
</parent>

<artifactId>shared</artifactId>
<packaging>pom</packaging>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>

<modules>
<module>mapping</module>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>
</parent>

<artifactId>tests</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions tests/system/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>tests</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>
</parent>

<groupId>org.nzbhydra.tests</groupId>
Expand Down Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>
</dependency>
<dependency>
<groupId>com.github.docker-java</groupId>
Expand All @@ -128,7 +128,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>assertions</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.7</version>
</dependency>


Expand Down

0 comments on commit b94545b

Please sign in to comment.