Releases: Tensai75/nzb-monkey-go
Releases · Tensai75/nzb-monkey-go
NZB Monkey Go v0.1.16
NZB Monkey Go v0.1.15
Changes
- adding new search engine nzbindex_beta
NZB Monkey Go v0.1.14
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
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
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
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
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
Changes
- fix for Basic Auth not working after code refactoring
NZB Monkey Go v0.1.8
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
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)