Skip to content

Releases: theotherp/nzbhydra

0.2.194

29 Jan 20:33
Compare
Choose a tag to compare

Changed: Drunken Slug API endpoint is now https://api.drunkenslug.com. See #526.

Fixed: Binsearch NZB links could not be handled by NZBGet. See #527.

0.2.193

29 Jan 13:11
Compare
Choose a tag to compare

Changed: Removed data grid for history. Wrote a custom implementation for search and download history that allows sorting and filtering. At a later point I'll add that for search result filtering. See #479.

Changed: Improved error message while checking capabilities a tiny bit.

0.2.192

28 Jan 14:48
Compare
Choose a tag to compare

Fixed: Form bases login when using reverse proxies didn't work. See #523.

0.2.190

28 Jan 08:29
Compare
Choose a tag to compare

Changed: Checking capabilities of indexers was supposed to find out which categories are supported and only enabled these. That never really worked well so for now I disabled that feature.
Now by default all categories are enabled for new indexers.

Fixed: Some kinks with auth handling. If you have problems please post a detailed description of the scenario including debugging infos.

0.2.189

27 Jan 19:19
Compare
Choose a tag to compare

Changed: Improved auth handling a bit

Fixed: If a user is logged in only show his searches in the search history on the search page. See #519.

0.2.188

25 Jan 21:25
Compare
Choose a tag to compare

Fixed: Show distinct queries in search history on search page. See #515.

0.2.187

25 Jan 20:41
Compare
Choose a tag to compare

Added: You can access and repeat the latest 20 manual searches from a button on the search screen. See #515.

Changed: Changed start view of "History & Stats" to "Search history" because stats took a long time to be loaded before you could switch to one of the other subareas

Fixed: Restored button to repeat searches and display of metaquery for searches without query. See #515.

Fixed: Various other small bugs related to the search history and its presentation.

0.2.186

21 Jan 12:27
Compare
Choose a tag to compare

Fixed: Adding an indexer without using a preset was impossible. See #514.

0.2.185

21 Jan 08:43
Compare
Choose a tag to compare

Fixed: Update library for handling dates and extended newznab time patterns to hopefully properly parse usenet dates from indexers that change their date format for no fucking reason. See #512.

0.2.184

18 Jan 20:07
Compare
Choose a tag to compare

Fixed: Sometimes indexers were not picked if they didn't support an ID but it would've been possible to convert the ID to a supported one (e.g. TMDB requested and IMDB supported).