Generator
Check out the new config file generator Notifiarr hosts:
Changes
Folder watcher
- Adds support for more compression formats (see golift/xtractr#46)
- Improvements to bare-archive in watched folder extraction.
- Folder poller can now be disabled on Docker by setting interval to less than 5ms.
- More debug logging; other logging improvements.
- Failed folder extractions are now retried.
- Bare non-archive files are no longer tracked; including the unpackerr log file(s).
Starr apps
- Polls all configured apps at once in parallel instead of sequentially.
- Logging improvements.
- Misconfigured instances no longer stop the app from starting.
- Extract check interval now uses start delay instead of poll interval.
Other
- Many logging improvements.
- Misconfigured command or web hooks will no longer stop the app from starting.
- Supports
filepath:
notation in all string configuration parameters. - Fixes the log file viewer menu on macOS/Windows.
- Updates go dependencies and gh actions.
- Lots of code cleanup and more linters.
- Updates macOS signing app to new version of gon.
Auto Generated Notes
- add v to docker tags by @davidnewhall in #385
- Make folder watcher work better by @davidnewhall in #386
- Update docker-compose.yml by @davidnewhall in #421
- Update golangci/golangci-lint-action action to v5 by @renovate in #420
- Update actions/checkout digest to 0ad4b8f by @renovate in #418
- Update softprops/action-gh-release action to v2 by @renovate in #403
- Fixes a bug where no API Key prevents the app from starting by @davidnewhall in #409
- Replace some u.Printf calls with u.Errorf in handlers.go by @Marcool04 in #422
- Update golangci/golangci-lint-action action to v6 by @renovate in #425
- Unstable by @davidnewhall in #390
- Logging and dep updates. by @davidnewhall in #435
- Fix log file path for viewing by @davidnewhall in #436
- update linter by @davidnewhall in #437
- ignore log file, add minimum poll interval, print config file age by @davidnewhall in #438
- disconnect poll interval from delay timer by @davidnewhall in #439
- retry folders when delete delay beats retry delay by @davidnewhall in #440
- Avoid folder-watching non-archives. Don't extract r00 if rar exists. by @davidnewhall in #441
- clean up folders.go by @davidnewhall in #442
- read external config files by @davidnewhall in #444
- fix retry bug by @davidnewhall in #447
New Contributors
- @Marcool04 made their first contribution in #422
Full Changelog: v0.13.1...v0.14.0