Skip to content

Commit

Permalink
Update to 3.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Apr 22, 2021
1 parent cbf92f1 commit 1951d48
Show file tree
Hide file tree
Showing 11 changed files with 3,246 additions and 4,410 deletions.
8 changes: 8 additions & 0 deletions changelog.md
@@ -1,3 +1,11 @@
### v3.14.1 (2021-04-22)

**Feature** Added NZB360, Readarr and Mylar to mapped user agents. Thanks to SAS-1

**Bug** With the option to transform newznab categories enabled if provided categories of an API call could not be mapped to a category they weren't used at all. See <a href="https://github.com/theotherp/nzbhydra2/issues/704">#704</a>.



### v3.14.0 (2021-04-11)

**Feature** Custom mapping for queries and titles. This allows you to customize / change the values used by external tools or returned by metadata providers like TVDB. See <a href="https://github.com/theotherp/nzbhydra2/issues/700">#700</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>3.14.2-SNAPSHOT</version>
<version>3.14.1</version>
</parent>

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

<!-- spring (boot) -->
Expand Down

0 comments on commit 1951d48

Please sign in to comment.