Skip to content

Commit

Permalink
Update to 5.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Mar 4, 2023
1 parent ab9e2de commit 3d0d838
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 27 deletions.
1 change: 1 addition & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 19 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
### v5.1.6
### v5.1.7 (2023-03-04)

**Feature** Allow filtering results by age in hours or minutes. See <a href="https://github.com/theotherp/nzbhydra2/issues/790">#790</a>

**Fix** Make download history age filter a numeric filter.

**Fix** Better handle indexer not supporting a certain function. See <a href="https://github.com/theotherp/nzbhydra2/issues/856">#856</a>

**Fix** The built-in update did not download the correct assets for generic runtimes. See <a href="https://github.com/theotherp/nzbhydra2/issues/857">#857</a>

**Fix** The wrapper script could not properly detect the installation type when not run from the project's base folder.

**Fix** Debug info creation failed with custom mappings configure.



### v5.1.6 (2023-02-23)

**Fix** Custom regex groups in custom query mapping didn't work. I also improved the handling of the test dialog.

**Fix** Animetosho (newznab) didn't work when added as a new indexer and searching in the anime category. See <a href="https://github.com/theotherp/nzbhydra2/issues/854">#854</a>



### v5.1.5
### v5.1.5 (2023-02-09)

**Feature** Improve UI error messages even more.

Expand All @@ -20,7 +36,7 @@



### v5.1.4
### v5.1.4 (2023-02-09)

**Feature** Added flags to enable some checks in the wrapper to make it easier for package maintainer. See <a href="https://github.com/theotherp/nzbhydra2/issues/847">#847</a>

Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>5.1.7-SNAPSHOT</version>
<version>5.1.7</version>
</parent>

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

<!-- spring (boot) -->
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/wrapperHashes2.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["b0191c8ad3258086ccc8c382e69772ba2a00a0af","ecadc9b8264968a2ca53cedb73f00a69b4172315","c7d16a236572bfcc870315502d5f402468db49a7","eed96d92cc7aa0d0fabc3f7bab05e089ec3407a3","fddd7d783fac8b991f9bceeaaaca02059d80d282"]
["ecadc9b8264968a2ca53cedb73f00a69b4172315","689d17b875be3325380c269985d74ebf36bb3e2d","d91554b36389cf1bf048b9c875279eefb643c7c9","fa260e076ad4d21aa33f9b546c72cd2563a62629","0f9c8b8315ac0a97b159435774e80e5211684070"]
2 changes: 1 addition & 1 deletion other/mockserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>5.1.7-SNAPSHOT</version>
<version>5.1.7</version>
<exclusions>
<exclusion>
<artifactId>jaxb-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<packaging>pom</packaging>
<version>5.1.7-SNAPSHOT</version>
<version>5.1.7</version>

<modules>
<module>shared</module>
Expand Down
4 changes: 2 additions & 2 deletions releases/generic-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>5.1.7-SNAPSHOT</version>
<version>5.1.7</version>
</parent>

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

Expand Down
4 changes: 2 additions & 2 deletions releases/linux-amd64-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>5.1.7-SNAPSHOT</version>
<version>5.1.7</version>
</parent>

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

Expand Down
4 changes: 2 additions & 2 deletions releases/linux-arm64-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>5.1.7-SNAPSHOT</version>
<version>5.1.7</version>
</parent>

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

Expand Down
4 changes: 2 additions & 2 deletions releases/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>5.1.7-SNAPSHOT</version>
<version>5.1.7</version>
</parent>

<artifactId>releases</artifactId>
<packaging>pom</packaging>
<version>5.1.7-SNAPSHOT</version>
<version>5.1.7</version>

<modules>
<module>generic-release</module>
Expand Down
4 changes: 2 additions & 2 deletions releases/windows-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>5.1.7-SNAPSHOT</version>
<version>5.1.7</version>
</parent>

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

Expand Down
4 changes: 2 additions & 2 deletions shared/assertions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>shared</artifactId>
<version>5.1.7-SNAPSHOT</version>
<version>5.1.7</version>
</parent>

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

<artifactId>mapping</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>5.1.7-SNAPSHOT</version>
<version>5.1.7</version>
</parent>

<artifactId>shared</artifactId>
<packaging>pom</packaging>
<version>5.1.7-SNAPSHOT</version>
<version>5.1.7</version>

<modules>
<module>mapping</module>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>5.1.7-SNAPSHOT</version>
<version>5.1.7</version>
</parent>

<artifactId>tests</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions tests/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>tests</artifactId>
<version>5.1.7-SNAPSHOT</version>
<version>5.1.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.1.7-SNAPSHOT</version>
<version>5.1.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.1.7-SNAPSHOT</version>
<version>5.1.7</version>
</dependency>


Expand Down

0 comments on commit 3d0d838

Please sign in to comment.