Releases: raydak-labs/configarr
Releases · raydak-labs/configarr
Release 1.5.0
1.5.0 (2024-12-17)
Features
- add configuration options for media management tab (c2f2110)
- add support for loading customformat definitions (4014d93)
- optimize envs and add support for custom root for data #117 (f218b56)
Bug Fixes
- deps: pin dependencies (#118) (912130a)
- deps: update dependencies (non-major) (a181831)
- deps: update dependency pino-pretty to v13 (c05c07f)
- set default language for new profiles to any (ffd6faa)
(internal) Refactorings
- improve typings for client (b9ad772)
Release 1.4.0
1.4.0 (2024-11-17)
Features
- add experimental support for readarr (9085a52)
- add expermintal whisparr v3 support (ff2f08e)
- implement preferredRatio (b6333db)
- make Trash template / QualityProfiles includable (5339ced)
Bug Fixes
- deps: update dependencies (non-major) (cd8b081)
(internal) Refactorings
- adjust some logging (795ecbd)
- fix test (bcfa622)
- improve flow (738949a)
- improve ky error log (e68e073)
- move index.ts to src (b6052e5)
- move types (98aa2fe)
- remove tsconfig paths config (4a34869)
- rewrite api client usage (43784ba)
- split config merging and improve types (2aa101c)
- split local path importer (e0871ac)
- unify clone repo (18c1b69)
- update sonarr/radarr apis (1dc0d09)
- use configureApi (27aed23)
v1.3.0
What's Changed
- feat: correctly handle new field minUpgradeFormatScore by @BlackDark in #89
- opt: start improve logging errors
- opt: allow not configuring customFormats in arr instance -> assumes empty list
Full Changelog: v1.2.3...v1.3.0
v1.2.3
What's Changed
- fix: improve comparison for custom format changes by @BlackDark in #86
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- fix(ky): use json instead of body (fixes #84) by @BlackDark in #85
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- refactor: change api to ky and switch image to alpine by @BlackDark in #83
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- chore(deps): update node.js to v22.9.0 by @renovate in #78
- opt: enhance error message by @BlackDark in #80
- feat: support configurable user/group by @BlackDark in #80
- refactor: cleanup imports by @BlackDark in #82
- refactor: switch to esbuild for reduced container size by @BlackDark in #5
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
- fix: correctly implement recyclarr enabled flag for quality profiles by @BlackDark in #74
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- fix: mismatch language introduced with new radarr/sonarr parameter by @BlackDark in #72
- fix: correctly handle assign_scores_to config by @BlackDark in #73
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- feat: add support for loading env variable in config.yml by @BlackDark in #62
Full Changelog: v1.0.0...v1.1.0