mirror of
https://github.com/theotherp/nzbhydra2.git
synced 2026-02-06 11:17:18 +00:00
Update to 8.3.0
This commit is contained in:
parent
a25f493530
commit
e2fbb8752a
@ -1,3 +1,9 @@
|
||||
### v8.3.0 (2026-01-16)
|
||||
|
||||
**Feature** Added an option to show a quality indicator for movie releases. This helps identify release quality at a glance without needing to understand terms like HC, TS or DV. You can enable it in the searching section. The parser is adapted from Radarr. To comply with their GPL license, NZBHydra is now GPL as well. This doesn't change anything for you as a user.
|
||||
|
||||
|
||||
|
||||
### v8.2.3 (2026-01-15)
|
||||
|
||||
**Fix** Make filter icons and sort indicators visible in bright theme :-)
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>nzbhydra2</artifactId>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>core</artifactId>
|
||||
@ -100,12 +100,12 @@
|
||||
<dependency>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>mapping</artifactId>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>release-parser</artifactId>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- spring (boot) -->
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
<dependency>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>mapping</artifactId>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>jaxb-impl</artifactId>
|
||||
|
||||
2
pom.xml
2
pom.xml
@ -4,7 +4,7 @@
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>nzbhydra2</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
|
||||
<modules>
|
||||
<module>shared</module>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>releases</artifactId>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>generic-release</artifactId>
|
||||
@ -15,7 +15,7 @@
|
||||
<dependency>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>releases</artifactId>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>linux-amd64-release</artifactId>
|
||||
@ -15,7 +15,7 @@
|
||||
<dependency>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>releases</artifactId>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>linux-arm64-release</artifactId>
|
||||
@ -15,7 +15,7 @@
|
||||
<dependency>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>nzbhydra2</artifactId>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>releases</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
|
||||
<modules>
|
||||
<module>generic-release</module>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>releases</artifactId>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>windows-release</artifactId>
|
||||
@ -15,7 +15,7 @@
|
||||
<dependency>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>shared</artifactId>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>mapping</artifactId>
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>nzbhydra2</artifactId>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>shared</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
|
||||
<modules>
|
||||
<module>mapping</module>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>shared</artifactId>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>release-parser</artifactId>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>nzbhydra2</artifactId>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>tests</artifactId>
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>tests</artifactId>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.nzbhydra.tests</groupId>
|
||||
@ -87,7 +87,7 @@
|
||||
<dependency>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>mapping</artifactId>
|
||||
<version>8.2.4-SNAPSHOT</version>
|
||||
<version>8.3.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.docker-java</groupId>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user