Skip to content

Commit

Permalink
Update to 2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Sep 3, 2020
1 parent 0f2ac07 commit 2ed11ea
Show file tree
Hide file tree
Showing 11 changed files with 2,830 additions and 3,844 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### v2.28.0 (2020-09-03)

**Feature** When using "Add links" to add NZBs to your downloader the links are usually calculated using the URL with which you accessed NZBHydra. This might be a URL that's not accessible by the downloader (e.g. when it's inside a docker container). You can now configure a URL in the downloading config that will be used for these links instead.

**Fix** Don't let the invisible update footer catch clicks meant for the elements behind it.



### v2.27.2 (2020-09-01)

**Fix** Use proper version for Radarr v3 (I used a develop version which returns 10.x).
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>2.27.3-SNAPSHOT</version>
<version>2.28.0</version>
</parent>

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

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

0 comments on commit 2ed11ea

Please sign in to comment.