Releases: tumblfeed/nzbunity
Releases · tumblfeed/nzbunity
v1.18.1 - Automatically find API URL on test
Adds a feature to help potentially breaking changes on downloader default settings. New in this release:
- Adds utility functions for generating potential full API URLs given a partial URL using common defaults.
- Updated text and tooltips on the options UI, prompting the user to use full instead of partial URLs.
- When the user inputs a partial URL, the options will prompt them to Test Connection
- When Test Connection is clicked and if the "Use API URL exactly as shown" is not checked, the URL find utility functions will be used to systematically check each URL in order of most likely to least. If a valid URL is found (can connect and receive data), that URL will automatically be set as the API URL options and "Use API URL exactly as shown" will also be automatically checked.
Legacy options will continue to work as before, but may stop working with newer versions of SABnzbd. As we do not have a settings versioning/migration system in place, this cannot be updated automatically, so the user will need to go to the options page and test the connection to update.
v1.17.5
Bugfix for site profile
v1.17.4
Update omgwtfnzb's tld
v1.17.3
Some small bugfixes
v1.17.2
1.17.2 - Some bugfixes
v1.17.1: Merge pull request #69 from Chankster/dognzb
DogNZB - Add dl subdomain to fetch url
1.17.0
v1.17.0 Some bugfixes and new profile for animetosho
v1.16.2
Invisible improvements to nzbfinder profile
v1.16.0
Updates NZBFinder integration
v1.15.6
Fixes NZBGet integration: removes trailing ? in requests that do not have any search params.