From 9989b41d1a2835ad938e41177354635cb57676ac Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 23 Jul 2026 21:34:58 +0000 Subject: [PATCH] Release v0.28.2 --- CHANGELOG.md | 2 ++ version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f6f76c..93fa656a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.28.2] - 2026-07-23 + ### Added - **Schedules Direct Extra Debugging option.** EPG source settings include an **Extra Schedules Direct Debugging** toggle that adds a `RouteTo: debug` header so Schedules Direct support can steer traffic to their debug server. The tooltip states it should only be enabled when SD support asks. If SD returns code 2055 (unexpected debug connection), the toggle is turned off automatically. diff --git a/version.py b/version.py index 3c933c58..4db17c56 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ """ Dispatcharr version information. """ -__version__ = '0.28.1' # Follow semantic versioning (MAJOR.MINOR.PATCH) +__version__ = '0.28.2' # Follow semantic versioning (MAJOR.MINOR.PATCH) __timestamp__ = None # Set during CI/CD build process