Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions subtle_gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand Down