Skip to content

Latest commit

 

History

History
167 lines (100 loc) · 10.5 KB

CHANGELOG.md

File metadata and controls

167 lines (100 loc) · 10.5 KB

Changelog

All notable changes to this project will be documented in this file.

1.11.0 (2025-02-05)

Features

  • add option to disable specific instances in config (e228ccb), closes #184

Bug Fixes

  • do gracefully stop instance processing if an error occurs. (8f8fca5)

(internal) Refactorings

  • log total execution summary (35d0c30)

1.10.3 (2025-02-03)

Bug Fixes

  • correctly set language for new QualityProfiles (9ab962b), closes #180
  • deps: pin dependency raw-loader to 4.0.2 (#171) (1fd8d46)
  • deps: update dependency docusaurus-lunr-search to v3.6.0 (#175) (1afcaa2)

1.10.2 (2025-01-23)

1.10.1 (2025-01-21)

Bug Fixes

  • use new cfs in existin g qps correctly (d24aaa6), closes #164

1.10.0 (2025-01-19)

Features

  • add experimental support for cloning quality profiles (18941ec)
  • add experimental support for quality profiles renaming (504dfe3)

1.9.0 (2025-01-15)

Features

  • allow configuring quality sizes / definitions with config and templates (alpha) (f41891b), closes #140

(internal) Refactorings

  • ensure all quality definitions always exist if updated (6aa37cd)
  • ignore empty local templates (1454670)
  • restructure trash QD preferred scaling (53da038)

1.8.0 (2025-01-13)

Features

  • add experimental lidarr support (2093ae0)

Bug Fixes

  • handle local templates as recyclarr templates correctly (10d7bdb)

1.7.0 (2025-01-13)

Features

  • use language from TrashQPs (7e8981b)

(internal) Refactorings

  • only build update object for objects with keys (7abe91c)

1.6.0 (2025-01-10)

Features

  • add media_naming compatibility from recyclarr (3cf73dc)

Bug Fixes

  • adjust qualityprofile items to always include items key (9ed86b3)
  • correct customFormatDefinition loading from top level (f841617)

(internal) Refactorings

  • create trash cache for optimization (d142fee)
  • improve types (f44eb35)

1.5.3 (2025-01-08)

Bug Fixes

  • allow loading custom format definition correctly from templates (a5f0f92)

(internal) Refactorings

  • make CF loading cleaner (5b33849)
  • move merge config to config.ts (388875d)

1.5.2 (2025-01-03)

Bug Fixes

  • correctly set preferred size value if adjusted by ratio (5d9dc5c)
  • deps: pin dependency zod to 3.24.1 (#133) (3773dde)
  • deps: update dependencies (non-major) (#135) (3ac7b7c)
  • deps: update react monorepo to v19 (c57a95b)
  • use quality_defintion from main config if defined (94d1861)

(internal) Refactorings

  • rename variables in code only (f2f3736)

1.5.1 (2024-12-29)

Bug Fixes

  • correctly handle diffs for minFormatScores (a2494db)

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)

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