From 65617f47edd3b0f2412d4a69cde4ade1182e957d Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Tue, 6 Jan 2026 12:35:07 -0600 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60d316668..f0b413423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,6 +88,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Optimize Jellyfin show library scans by only requesting `People` (actors, directors, writers) when etags don't match - This should significantly speed up periodic library scans, particularly against Jellyfin 10.11.x - Lazy load media item images in UI +- Align alternate schedule and template handling (between classic schedules and block schedules) + - Both systems now support limiting to a date range + - This date range can be repeating (when year is not specified for start or end dates) + - This date range can be exact (when year is specified for start and end dates) ## [25.9.0] - 2025-11-29 ### Added