What's Changed
Features
- feat: plugin run result exports after table prs (#1210) (
cdee3e20) - feat: Add plugin table headings and clear-row delete behavior (#1209) (
7066b8e0) - feat: add dynamic plugin select options (#1208) (
66b1af63) - feat: Add additional details to continue watching endpoint (
dd9fcbd4) - feat: FetchTmdbIds: prefix-aware VOD/Series matching + chunkById to stop dropped matches (#1200) (
1702bd94) - feat: Return additional metadata for continue watching for player apps (
6e5b54f4)
Bug Fixes
- fix: make auto-merge respect scrubber availability (#1206) (
b3060620) - fix: gate Plex DVR sync dispatch (#1207) (
5e770314) - fix: Plugin schema foreign key delete actions (#1203) (
f7642e59) - fix: Metadata for continue watching (
cd72f09a) - fix: Additional metadata for the continue watching responses (
1ba09c770) - fix: When master playlist group is removed, detach it from auto sync configs (
8636ecc61) - fix: Sync to custom playlist ghost groups and uncategorized channels on master change (
083e5af7e) - fix: Ensure playlist unique identifiers are URL safe (
13bdc3893)
Maintenance
- chore: Update and add i18n since previous release (
bce7f3c5) - chore: Add locked for immutable variables (
7afa33ff) - chore: Add test for null path on plugin delete (
c720caaa) - chore: Fix default series/season ordering for XC (
81360883) - chore(sec): Update vendor libs to resolve CVE (
aaf245db) - chore: Add episode to watch progress tracking (
c6273211d) - chore: Move auto sync to custom playlist logic to auto sync job (
fd90cfb57) - chore: Add test for custom playlist sync to prevent regression (
52074b5f4) - chore: Fix merged playlist tabs output for XC (
532e50553) - chore: Include all columns on Plugin table export (
262942f8d)
New Contributors
- @alexdelifer made their first contribution in #1200
Full Changelog: v0.11.57...v0.11.59