Skip to content

Releases: Tensai75/nzb-monkey-go

NZB Monkey Go v0.1.16

07 Sep 10:47
Compare
Choose a tag to compare

Changes

  • fix: don't panic on null values in json responses
  • new feature: zip compression support for NZB file uploads to SABnzbd (thanks @BearsWithPasta)

NZB Monkey Go v0.1.15

13 Jul 04:32
Compare
Choose a tag to compare

Changes

  • adding new search engine nzbindex_beta

NZB Monkey Go v0.1.14

08 Jul 06:55
Compare
Choose a tag to compare

Changes

  • clean search string for NZBKing & url encode search string (should fix some issues with NZBKing)
  • use cyan instead of blue
  • use nntpPool instead of nntp
  • use strings.Contains instead of regexp for directsearch
  • update subjectparser to v0.1.1
  • fix: actually set defaults as given in config comments (thanks @wilriker)
  • complete rewrite of the start and end message search functions

NZB Monkey Go v0.1.13

16 Jun 07:22
Compare
Choose a tag to compare

Changes

  • fix for directsearch not working on some usenet servers which actually return the correct error response for unknown commands
  • better color output support for windows
  • update of all dependencies
  • 32bit builds removed from build script

NZB Monkey Go v0.1.12

09 Mar 11:18
Compare
Choose a tag to compare

Changes

  • new option to have several targets, seperated by commas
  • new option for category subfolders when using EXECUTE
  • update of cleanup routine for better error handling and taking into account the category subfolders
  • fix for success messages not written to the log file

NZB Monkey Go v0.1.11

02 Feb 16:51
Compare
Choose a tag to compare

Changes

  • update of binsearch.info urls (new API)
  • removal of binsearch alternative servers (no longer available)
  • fix for panic if an NZB file with no file entries is returned
  • fix for panic if no searchengine is set in the configuration file
  • new behavior: don't exit in case of unknown values for the searchengines

NZB Monkey Go v0.1.10

05 Oct 15:55
9beff8f
Compare
Choose a tag to compare

Changes

  • fix for wrong error "start date of search range is newer than latest message" [fixes #20]
  • new behavior: the program stops searching after a 100% complete NZB file has been found if best_nzb = true (Thanks @wilriker). This makes perfectly sense because the first NZB who was found to be 100% complete would be used anyway also if all further search engines were searched as well.

NZB Monkey Go v0.1.9

02 Oct 08:06
0bba18c
Compare
Choose a tag to compare

Changes

  • fix for Basic Auth not working after code refactoring

NZB Monkey Go v0.1.8

01 Oct 13:53
Compare
Choose a tag to compare

Changes

  • fix for wrong category assignment [fixes #18]
  • fix for the "not well-formed (invalid token)" error when the inner XML text contains special HTML characters
  • fix for the wrong search interval and other problems when searching for first and last message number
  • additional output of information during scanning (first/last found message number and message number scan range)
  • addition of the time zone when displaying date and time
  • minor changes

NZB Monkey Go v0.1.7

30 Sep 10:36
eec7b98
Compare
Choose a tag to compare

Changes

  • fix for panic upon connection errors and various problems with connection pool (Thanks @wilriker) [fixes #14]
  • minor code refactoring and clean-ups (Thanks @wilriker)
  • addition of a GitHub Action for automatic builds for several architectures, including debian packages for linux and darwin builds (Thanks @reloxx13)