Skip to content

Releases: mrobinsn/go-newznab

v1.2.0

30 Jun 03:04
a24716a
Compare
Choose a tag to compare
  • Added Details() method to retrieve the details of a particular nzb (#12)

Thanks to @lsnow99 for this contribution.

v1.1.0

08 Apr 03:33
cd89d9c
Compare
Choose a tag to compare
  • Added go.mod
  • Added Capabilities() method to get supported searches for your tracker
  • Added new UHD categories
  • Added SearchWithTVMazeID(...) for supported trackers

v1.0.0

08 Apr 01:37
d4b6d24
Compare
Choose a tag to compare
  • Improved error handling
  • Breaking Change: Client.NZBDownloadURL(...) now returns an error
  • Removed unnecessary logging

v0.3.0

09 May 11:42
Compare
Choose a tag to compare

WARNING: This release introduces breaking changes!

  • New Feature: Build RSS / API url based on called function.
  • New Feature: Fetch RSS results (possible to specify count).
  • New Feature: Fetch RSS up to a given NZB id.
  • New Feature: Parse usenetdate (different to pubdate).
  • Breaking Change: newznab.New(...) now takes a base URL instead of the full /api path.

Big thanks to @imba3r for his contributions.

v0.2.0

20 Mar 18:51
Compare
Choose a tag to compare

WARNING: This release introduces breaking changes!

  • New Feature: New category constants
  • New Feature: Search via imdb and tvdb
  • Breaking Change: Methods now take a slice of category ID's to enable multiple category searches
  • Improvement: Testing now uses httptest server with local response files

Big thanks to @mattsch for his contributions.

v0.1.0

23 Jan 03:43
Compare
Choose a tag to compare

Initial release