Skip to content

Latest commit

 

History

History
98 lines (63 loc) · 6.7 KB

CHANGELOG.md

File metadata and controls

98 lines (63 loc) · 6.7 KB

Changelog

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

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