From c4a3a804ea9e5a54a14d8c3c527fb471d54643d4 Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Tue, 27 Jan 2026 09:28:11 -0600 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dba6f93b..cff333a93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `Normalize Video` (default: true) - normalizes video streams, or stream copies when disabled - `Normalize Colors` (default: true) - normalizes color parameters when enabled - Disabling any of these options may have a significant performance benefit *at the expense of stream stability* -- Add `title` to filler expression +- Add chapter `title` to filler expression - This can be used to include or exclude chapters with specific (case-insensitive) titles - E.g. `title == 'here'`, `title != 'not here'`, `title like '%here%'`