Skip to content

Releases: golift/nzbget

v0.1.6

24 May 00:41
e3d2974

Choose a tag to compare

Just changed the json structure tag name for username and password so they match Starr apps.

Bug Fix

10 Aug 20:04
3ac8569

Choose a tag to compare

Fixes a bug with PPParameters when adding an NZB file.

What's Changed

  • Update actions/setup-go action to v4 by @renovate in #6
  • convert post-processing parameters into a slice of strings by @f4n4t in #8

New Contributors

  • @f4n4t made their first contribution in #8

Full Changelog: v0.1.4...v0.1.5

Extra Fresh

30 Dec 09:53
bcecfd2

Choose a tag to compare

Mostly just a lint cleanup on code.

Slick Brick

09 Jul 21:29
1aea19b

Choose a tag to compare

This contribution changes the interface once more. This time we're removing the response body size from all of the methods. The input data was modified too; timeout and verifySSL removed in favor of exposing the http.Client.

The net gain is a cleaner interface to work with, and no features removed.

More output

01 Jul 06:45

Choose a tag to compare

This changes the interface to return body size. Also includes the body in any returned errors.

All Methods

28 Jun 03:21

Choose a tag to compare

This adds the rest of the methods.