Skip to content

Commit

Permalink
Update to 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Feb 13, 2021
1 parent 6455ac0 commit 4ec89ce
Show file tree
Hide file tree
Showing 11 changed files with 3,197 additions and 4,335 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### v3.12.0 (2021-02-13)

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

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

**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.

**Fix** Ensure that threads which send data to the frontend (like notifications or downloader status) are only active when a UI session (=browser tab) is open. Also only send downloader data if it's actually new (instead of e.g. repeatedly sending information that the downloader is idle.

**Fix** Remove code for nzbs.org :-(



### v3.11.4 (2021-02-08)

**Fix** Fix warning "Destroy method on bean..." when shutting down NZBHydra.
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.11.5-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

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

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

0 comments on commit 4ec89ce

Please sign in to comment.