Skip to content

Commit

Permalink
Update to 7.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Jan 3, 2025
1 parent fa78587 commit 74e9c48
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 20 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### v7.11.3 (2025-01-03)

**Fix** Repeating a TV search from the search history would instead search for all TV results.

**Fix** Filtering for 3D using the quick filter button filtered for the wrong term. See <a href="https://github.com/theotherp/nzbhydra2/issues/977">#977</a>

**Fix** IPv6 reverse proxies would result in error 500. See <a href="https://github.com/theotherp/nzbhydra2/issues/980">#980</a>



### v7.11.2 (2024-12-30)

**Fix** Some images (like the torbox icon) were not visible. Fixed it and added a test to prevent this in the future.
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>7.11.3-SNAPSHOT</version>
<version>7.11.3</version>
</parent>

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

<!-- spring (boot) -->
Expand Down
2 changes: 1 addition & 1 deletion other/mockserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>7.11.3-SNAPSHOT</version>
<version>7.11.3</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>7.11.3-SNAPSHOT</version>
<version>7.11.3</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>7.11.3-SNAPSHOT</version>
<version>7.11.3</version>
</parent>

<artifactId>generic-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>7.11.3-SNAPSHOT</version>
<version>7.11.3</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>7.11.3-SNAPSHOT</version>
<version>7.11.3</version>
</parent>

<artifactId>linux-amd64-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>7.11.3-SNAPSHOT</version>
<version>7.11.3</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>7.11.3-SNAPSHOT</version>
<version>7.11.3</version>
</parent>

<artifactId>linux-arm64-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>7.11.3-SNAPSHOT</version>
<version>7.11.3</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>7.11.3-SNAPSHOT</version>
<version>7.11.3</version>
</parent>

<artifactId>releases</artifactId>
<packaging>pom</packaging>
<version>7.11.3-SNAPSHOT</version>
<version>7.11.3</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>7.11.3-SNAPSHOT</version>
<version>7.11.3</version>
</parent>

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

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>7.11.3-SNAPSHOT</version>
<version>7.11.3</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>7.11.3-SNAPSHOT</version>
<version>7.11.3</version>
</parent>

<artifactId>shared</artifactId>
<packaging>pom</packaging>
<version>7.11.3-SNAPSHOT</version>
<version>7.11.3</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>7.11.3-SNAPSHOT</version>
<version>7.11.3</version>
</parent>

<artifactId>tests</artifactId>
Expand Down
4 changes: 2 additions & 2 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>7.11.3-SNAPSHOT</version>
<version>7.11.3</version>
</parent>

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

0 comments on commit 74e9c48

Please sign in to comment.