forked from theotherp/nzbhydra2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.json
46 lines (46 loc) · 3.95 KB
/
news.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[
{
"showForVersion": "4.3.0",
"newsAsMarkdown": "If you're running the docker container by linuxserver.io and have problems connecting to indexers or other weird issues I suggest you use the tag v4.3.0-ls47 for now. Changes in the docker image seems to cause connection issues in some cases."
},
{
"showForVersion": "3.17.0",
"newsAsMarkdown": "I've borked the manual update in 3.17.0, meaning after a restart NZBHydra will still be running its old version. If you have installed 3.17.0 outside of docker and have automatic updates disabled, either enable automatic updates and let it do its thing or update manually using the latest release from GitHub."
},
{
"showForVersion": "3.10.0",
"newsAsMarkdown": "If you're running NZBHydra behind a reverse proxy please add the following lines to the location section: proxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";"
},
{
"showForVersion": "3.0.0",
"newsAsMarkdown": "NZBHydra now allows sending and displaying notifications. Go to the config to explore this.."
},
{
"showForVersion": "2.21.0",
"newsAsMarkdown": "I've added a feature that allows NZBHydra to fall back to similar results when an NZB download fails. It only works if you've set the 'NZB access type' in the downloading config to proxy results. That way NZBHydra can recognize the failed download and automatically try a different one. This should prevent Sonarr & co from disabling NZBHydra due to failed downloads."
},
{
"showForVersion": "2.19.6",
"newsAsMarkdown": "If you're using the linuxserver.io container linuxserver/hydra2 please move to linuxserver/nzbhydra2. If not please ignore this."
},
{
"showForVersion": "2.10.7",
"newsAsMarkdown": "If you're running v2.10.7 or older the display of changes of the latest update will not work. Please just update to fix this. The actual update mechanism should not be affected."
},
{
"showForVersion": "2.8.4",
"newsAsMarkdown": "If you're running v2.8.4 or older and not using docker and have automatic updates disabled: The updates page won't load because I've made changes to the changelog file that's loaded on that page and I forgot to consider that that will affect older instances. If you can't update you'll have to do so manually. Shut down Hydra, download the latest release and extract it into your main Hydra folder. Sorry about that! :-/"
},
{
"showForVersion": "2.7.5",
"newsAsMarkdown": "If you're upgrading from v2.7.5 to v2.7.6 expect the restart after the update to take a couple of minutes."
},
{
"showForVersion": "2.5.1",
"newsAsMarkdown": "<p>I was told I could or should not expect everyone to read the changelog and that I should inform of more... drastic changes another way. So I will inform you about new features or important bugfixes this way. If you don't want to see these news you can disable them in the main config but be warned that you may also miss some important... well, news.</p><p>I have added a footer that displays the status of your configured downloader (i.e. SABnzbd or NZBGet). The footer can be disabled in the config. For now it's non-interactive, so you cannot control the downloader. The button does not link to the downloader's URL because it wouldn't work with a lot of configurations and I didn't consider this usecase important enough to warrant a new config property with the actual URL of the downloader.</p>\n"
},
{
"showForVersion": "2.3.11",
"newsAsMarkdown": "<p>Version 2.3.11 contains a bug which causes problems when connecting to some servers. Unfortunately this also affects GitHub and therefore the built in update mechanism. If you have updated to 2.3.11 and have Hydra not running inside a docker container you'll have to update manually from https://github.com/theotherp/nzbhydra2/releases/tag/v2.3.12. Sorry for the inconvenience</p>\n"
}
]