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__)