Skip to content

Latest commit

 

History

History
134 lines (76 loc) · 4.35 KB

File metadata and controls

134 lines (76 loc) · 4.35 KB

CHANGELOG

v2.2.0 (2026-02-14)

Documentation

  • Remove duplicate changelog entries (f713ad0)

Features

  • Add environment variable overrides for plex config values (#25, a39b6aa)

v2.1.0 (2026-02-14)

Chores

  • Add .venv/ to .gitignore (a98aea8)

Features

  • Add mtime-based file rating cache and processing summary (#24, ef59466)

  • Add mtime-based file rating cache to skip unchanged files (#24, ef59466)

  • Add processing summary with cache, update, and skip stats (#24, ef59466)

v2.0.1 (2026-02-14)

Bug Fixes

  • Handle OGG files with non-Vorbis codecs failing to sync (#23, fb6551d)

v2.0.0 (2025-12-29)

Bug Fixes

  • Bump minimum Python version to 3.9 for filelock compatibility (#19, a9fca7c)

filelock 3.17.0 requires Python >=3.9

Chores

v1.2.0 (2025-12-29)

Features

v1.1.3 (2025-02-17)

Bug Fixes

  • Remove logs that were meant for debugging only (b40faec)

v1.1.2 (2025-02-17)

Bug Fixes

  • Handle missing track index numbers in Plex library (#4, 2e6df6a)

v1.1.1 (2025-02-16)

Bug Fixes

  • Implement Windows-compatible single instance lock mechanism (fb9b204)

Documentation

  • Add feature to README.md erroneously removed (ea969ad)

Refactoring

  • Remove redundant Path conversion from logger (254b4d0)

v1.1.0 (2025-02-15)

Chores

  • Add .gitignore with common Python patterns (1bea1c9)

Continuous Integration

  • Do not run unnecessary steps if no release was made (01903de)

Features

  • Add support for .m4a (AAC/ALAC) file formats (c508263)

  • Add support for .ogg and .opus file formats (b99e928)

v1.0.0 (2025-02-14)

Features