nzbhydra2

Usenet meta search

OTHER License

Stars
1.2K

Bot releases are visible (Hide)

nzbhydra2 - v2.17.2

Published by theotherp over 4 years ago

v2.17.2 (2020-04-01)

Fix Fix database error when searching with disabled history.

Fix Don't show option how long to keep stats with disabled history.

nzbhydra2 - v2.17.1

Published by theotherp over 4 years ago

v2.17.1 (2020-03-31)

Fix When reading the jackett configuration update existing tracker configs instead of replacing them.

Note Enable query generation for internal searches by default.

nzbhydra2 - v2.17.0

Published by theotherp over 4 years ago

v2.17.0 (2020-03-30)

Feature Add option to read Jackett config and automatically add all configured trackers. Already configured trackers will be updated. Thanks for Davide Campagna for the tip.

Feature Add option to configure downloader to never send a category.

Fix Some time ago I implemented a feature that recognized OutOfMemory errors in the log which might've been not recognized by the user because the program automatically restarts after such a crash. Ironically this check caused OutOfMemory errors with huge log files...

nzbhydra2 - v2.16.4

Published by theotherp over 4 years ago

v2.16.4 (2020-03-23)

Feature Enable some more logging to debug slow server responses.

nzbhydra2 - v2.16.3

Published by theotherp over 4 years ago

v2.16.3 (2020-03-23)

Feature Fancy new graph for CPU usage per thread in the debug infos section. Enable the logging marker 'Performance' for the graph to show data. In this case NZBHydra will also log memory usage and any threads using more than 5% CPU. This might have an overhead on some systems so I don't recommend running it by default.

Feature Add option to create and log a thread dump directly from the GUI. You can also create a heap dump for me to analyze but this will only work with non-J9 JREs.

Feature Log more data in the debug report. If you're curious you can visit http://127.0.0.1:5076/actuator (or whatever your IP and port are) and take a look. There's a lot of data you could display in a dashboard.

nzbhydra2 - v2.16.2

Published by theotherp over 4 years ago

v2.16.2 (2020-03-22)

Feature Extend performance logging.

nzbhydra2 - v2.16.1

Published by theotherp over 4 years ago

v2.16.1 BETA (2020-03-15)

Fix Fix display of version history.

nzbhydra2 - v2.16.0

Published by theotherp over 4 years ago

v2.16.0 BETA (2020-03-15)

Feature Add an extra option for how long stats data is kept. Set this to 4 weeks or so. I've also updated the wiki's memory page to explain which settings impact the database size which is usually the reason for high memory usage.

Note I've reduced the default for how long search results are kept in the database to mitigate some memory issues with large databases. Only very few users should be affected by this negatively.

Note I've moved the settings for the history to the main config section.

nzbhydra2 - v2.15.2

Published by theotherp over 4 years ago

v2.15.2 BETA (2020-03-15)

Feature Increased the number of entries in the search history dropdown to 25.

Feature Added option to configure the number of results shown per page. Default is 100. Max is 500.

Fix Properly display full width of selected titles from the search autocomplete.

Fix Remove apostrophe (') from generated queries again. Seems like there is no right way to do this as some trackers return more results with and some without; but it also seems that more indexers prefer it to be removed. If you know a tracker / indexer that works better with apostrophes in the query please tell me and I will make an exclusion for them.

nzbhydra2 - v2.15.1

Published by theotherp over 4 years ago

v2.15.1 BETA (2020-03-14)

Fix Contents of the generic storage were not properly migrated.

nzbhydra2 - v2.15.0

Published by theotherp over 4 years ago

v2.15.0 BETA (2020-03-14)

Feature Option to disable history of searches and downloads.

Feature Option to configure folder for backups.

Feature Option to not send newznab categories for torznab indexers (trackers). See#516.

Note Previously a couple of settings (Time of last backup, time of first start, latest news shown, etc.) were stored in the database. That meant they were lost when starting with a new database. I've moved the settings to the config file wherey they belong.

Feature Show a notification footer when an automatic update was installed.

Fix Don't crash py3 wrapper when trying to log unicode characters.

Fix Keep result selection when changing pages. (To be precise, the result selection was actually already kept but upon page change "selected" results' checkboxes would not be checked.)

Fix Fix download of results as ZIP (which apparently nobody uses as it seems to have been broken forever...).

nzbhydra2 - v2.14.2

Published by theotherp over 4 years ago

v2.14.2 (2020-03-09)

Fix Ensure passworded results are included for certain indexers when configured not to ignore them.

Fix Fix link to downloading help.

nzbhydra2 - v2.14.1

Published by theotherp over 4 years ago

v2.14.1 (2020-02-23)

Fix Fix failing startup of fresh instance on Linux. Thanks, hotio.

nzbhydra2 - v2.14.0

Published by theotherp over 4 years ago

v2.14.0 (2020-02-23)

Feature Allow setting a default category to be preselected.

Feature Add supported SSL ciphers to debug infos output.

Feature Update indexer presets.

Fix Fix errors in py3 wrapper.

nzbhydra2 - v2.13.14

Published by theotherp over 4 years ago

v2.13.14 (2020-02-19)

Fix Fix error in URL calculation, resulting in failing API downloads when other programs access Hydra via a reverse proxy with SSL.

nzbhydra2 - v2.13.13

Published by theotherp over 4 years ago

v2.13.13 (2020-02-17)

Fix Redirect system.out to log file for SSL debug infos even on windows

nzbhydra2 - v2.13.12

Published by theotherp over 4 years ago

v2.13.12 BETA (2020-02-15)

Fix Don't use value of X-Forwarded-For when recognizing secure IPs.

Fix Don't use search IDs in fallback queries. The indexer already returned 0 results for the last search and providing them may prevent the query from returning results.

nzbhydra2 - v2.13.11

Published by theotherp over 4 years ago

v2.13.11 BETA (2020-02-15)

Fix Fix invalid config created by v2.13.9.

nzbhydra2 - v2.13.10

Published by theotherp over 4 years ago

v2.13.10 BETA (2020-02-15)

Fix Fix error while saving config.

nzbhydra2 - v2.13.9

Published by theotherp over 4 years ago

v2.13.9 BETA (2020-02-15)

Feature Replace auth token implementation with auth header. You may define an header that provides a username and a range of IP addresses from which this header will be accepted. The user will automatically be logged in.