Update to 7.15.0
Some checks failed
system-test / waitForNative (push) Has been cancelled
system-test / buildMockserver (push) Has been cancelled
system-test / runSystemTestsLinux (map[name:core port:5076]) (push) Has been cancelled
system-test / runSystemTestsLinux (map[name:v1Migration port:5077]) (push) Has been cancelled
system-test / runSystemTestsWindows (push) Has been cancelled

This commit is contained in:
TheOtherP 2025-06-14 14:40:16 +02:00
parent 3503c2f45a
commit cb8ff87784
13 changed files with 22 additions and 22 deletions

View File

@ -1,6 +1,6 @@
### v7.14.3 (2025-06-10)
### v7.15.0 (2025-06-14)
**Fixed** Connection to Torbox failed. Unfortunately this didn't happen with my development code but only with the deployed code :-(
**Added** Torbox can now be searched via the GUI. You can search by query or by ID (movies and TV shows) and send the results individually or in a batch to your Torbox downloader. The selected category will have no influence on the search results but Movies and TV will allow you to search using autocomplete.

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>7.14.4-SNAPSHOT</version>
<version>7.15.0</version>
</parent>
<artifactId>core</artifactId>
@ -99,7 +99,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>7.14.4-SNAPSHOT</version>
<version>7.15.0</version>
</dependency>
<!-- spring (boot) -->

View File

@ -59,7 +59,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>7.14.4-SNAPSHOT</version>
<version>7.15.0</version>
<exclusions>
<exclusion>
<artifactId>jaxb-impl</artifactId>

View File

@ -4,7 +4,7 @@
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<packaging>pom</packaging>
<version>7.14.4-SNAPSHOT</version>
<version>7.15.0</version>
<modules>
<module>shared</module>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>7.14.4-SNAPSHOT</version>
<version>7.15.0</version>
</parent>
<artifactId>generic-release</artifactId>
@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>7.14.4-SNAPSHOT</version>
<version>7.15.0</version>
</dependency>
</dependencies>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>7.14.4-SNAPSHOT</version>
<version>7.15.0</version>
</parent>
<artifactId>linux-amd64-release</artifactId>
@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>7.14.4-SNAPSHOT</version>
<version>7.15.0</version>
</dependency>
</dependencies>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>7.14.4-SNAPSHOT</version>
<version>7.15.0</version>
</parent>
<artifactId>linux-arm64-release</artifactId>
@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>7.14.4-SNAPSHOT</version>
<version>7.15.0</version>
</dependency>
</dependencies>

View File

@ -4,12 +4,12 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>7.14.4-SNAPSHOT</version>
<version>7.15.0</version>
</parent>
<artifactId>releases</artifactId>
<packaging>pom</packaging>
<version>7.14.4-SNAPSHOT</version>
<version>7.15.0</version>
<modules>
<module>generic-release</module>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>7.14.4-SNAPSHOT</version>
<version>7.15.0</version>
</parent>
<artifactId>windows-release</artifactId>
@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>7.14.4-SNAPSHOT</version>
<version>7.15.0</version>
</dependency>
</dependencies>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>shared</artifactId>
<version>7.14.4-SNAPSHOT</version>
<version>7.15.0</version>
</parent>
<artifactId>mapping</artifactId>

View File

@ -4,12 +4,12 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>7.14.4-SNAPSHOT</version>
<version>7.15.0</version>
</parent>
<artifactId>shared</artifactId>
<packaging>pom</packaging>
<version>7.14.4-SNAPSHOT</version>
<version>7.15.0</version>
<modules>
<module>mapping</module>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>7.14.4-SNAPSHOT</version>
<version>7.15.0</version>
</parent>
<artifactId>tests</artifactId>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>tests</artifactId>
<version>7.14.4-SNAPSHOT</version>
<version>7.15.0</version>
</parent>
<groupId>org.nzbhydra.tests</groupId>
@ -101,7 +101,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>7.14.4-SNAPSHOT</version>
<version>7.15.0</version>
</dependency>
<dependency>
<groupId>com.github.docker-java</groupId>