Skip to content

Releases: golift/nzbget

Bug Fix

10 Aug 20:04
3ac8569
Compare
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
Compare
Choose a tag to compare

Mostly just a lint cleanup on code.

Slick Brick

09 Jul 21:29
1aea19b
Compare
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
Compare
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
Compare
Choose a tag to compare

This adds the rest of the methods.