Skip to content

Commit

Permalink
Update to 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Feb 23, 2021
1 parent 5c84ec0 commit 5bf8c77
Show file tree
Hide file tree
Showing 11 changed files with 3,214 additions and 4,360 deletions.
16 changes: 14 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
### v3.13.0 (2021-02-23)

**Feature** From now on I'll refer to the appropriate GitHub issues in the changelog (if I don't forget it).

**Fix** Improve category detection for MyAnonaMouse. See #689.

**Fix** Don't crash GUI when result titles are empty. See #690.

**Fix** Clarify the restrictions section in the auth config. See #687.



### v3.12.0 (2021-02-13)

**Feature** Add button to send results to black hole from download history.
**Feature** Add button to send results to black hole from download history. See #685

**Feature** Add support for custom parameters to be sent to indexers while searching.
**Feature** Add support for custom parameters to be sent to indexers while searching. See #647

**Fix** Download status bar did not update properly when the downloader was idle after a download. The bar will now be updated until either a new download is started or the bar is properly filled, representing the downloader's idle state. This should hopefully also fix the long-standing issue with the browser tab freezing / crashing after a while.

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

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

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

0 comments on commit 5bf8c77

Please sign in to comment.