What's Changed
- ci: lower-case GHCR image name for forks by @JeffreyBytes in #9
- fix: multiple fix and preparation for alpha3 by @javi11 in #11
fix(repair): show better message if arr instance not found for item
fix(validation): do not validate sabnzb dir
fix: reduce health check start period in Docker configuration
fix(config): update config fix
fix(server): improve error handling and graceful shutdown for Fiber s…
feat(queue): add bulk restart files
fix(api): remove hardcoded complete directory path of sabnzb
feat(queue): add clear failed queue functionality with API integration
fix: frontend path navigation
fix: healthcheck path resolver
fix: debug log level
BREAKING CHANGE:
- (config): moved mount_dir from arrs to root config
- (config): rename mount_dir to complete_dir in sabnzbs.complete_dir
- (auth): add COOKIE_DOMAIN env variable in case you use a domain different that localhost
New Contributors
- @JeffreyBytes made their first contribution in #9
Full Changelog: v0.0.1-alpha2...v0.0.1-alpha3