Skip to content

Releases: caronc/pynzbget

PyNZBGet Release v0.6.4

21 Sep 00:35
Compare
Choose a tag to compare

Details

  • Python 3 Support Minor Bugfixes

PyNZBGet Release v0.6.3

14 Jun 19:03
Compare
Choose a tag to compare

Details

  • PyNZBGet now supports Python v3

v0.6.2 Minor Release

10 Mar 19:05
Compare
Choose a tag to compare

This release just has some small bugfixes; but they've been lingering now for some time in GitHub. It just made sense to bump the patch number and push a new release.

The easiest way to install this package is through PyPI:

# install pynzbget from PyPI is done like so:
pip install pynzbget

v0.6.1 Minor Release

29 Oct 15:59
Compare
Choose a tag to compare

The following release introduced 2 new features:

  • SABnzbd support: Now your scripts can be compatible with both NZBGet and SABnzbd with little to no effort.
  • Added parse_regex(): Takes a comma delimited list of regular expressions and returns a list of already pre-compiled regular expressions. Any entries that can't be parsed are logged.

v0.5.1 Minor Release

10 Jul 01:42
Compare
Choose a tag to compare

One of the main changes was the ability to support Inline Configuration Testing now; see #6

v0.3.2 - Minor Update

04 Mar 01:53
Compare
Choose a tag to compare
  • Better SSL support for NZBGet API Access (eb893d3)
  • NZB-File push support updated (c17660b)
  • Better parsing of NZB-Files (5526a94)

v0.3.1 - Minor Update

23 Jan 02:13
Compare
Choose a tag to compare
  • No longer quit on SIGCHLDs received which breaks NZBGet-Subliminal

v0.3.0 - Official Release

23 Nov 03:27
Compare
Choose a tag to compare

This release includes the following enhancements:

  • Added PID-File Management; this feature will be even better once NZBGet v18 comes out with this enhancement.
  • Bug-Fixes
  • Parse user= and pass= out of the URL string.