From 10c5001e38bcaf24eb19df99a696fd61271771c9 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Wed, 19 Aug 2026 19:15:30 +0200 Subject: [PATCH] Release 26.1.2 --- CHANGELOG.md | 7 +++++++ subtle_gui/__init__.py | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12adb77..4043596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Subtle Changelog +## Version 26.1.2 [2026-08-19] + +Small bugfix release that accepts PGS Acquisition frames when there are no other open frames. I +came across a Bluray that sometimes use these even when they are not on mid-frame markers. + +---- + ## Version 26.1.1 [2026-06-24] ### Release Notes diff --git a/subtle_gui/__init__.py b/subtle_gui/__init__.py index 366aa27..ee2f7a2 100644 --- a/subtle_gui/__init__.py +++ b/subtle_gui/__init__.py @@ -46,8 +46,8 @@ __author__ = "Veronica Berglyd Olsen" __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" -__version__ = "26.1.1" -__date__ = "2026-06-24" +__version__ = "26.1.2" +__date__ = "2026-08-19" # fmt: on logger = logging.getLogger(__name__)