From 289e4c2fdb9fdb19b634ef2613266aab7ad67f40 Mon Sep 17 00:00:00 2001 From: pax Date: Tue, 14 Apr 2026 19:02:26 -0500 Subject: [PATCH] release: v0.2.7 --- CHANGELOG.md | 3 ++- installer.iss | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7286e76..14b093a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## [Unreleased] +## v0.2.7 ### Fixed +- Popout always reopened as floating even when tiled at close — Hyprland tiled state is now persisted and restored via `settiled` on reopen - Video stutter on network streams — `cache_pause_initial` was blocking first frame, reverted cache_pause changes and kept larger demuxer buffer - Rubber band selection state getting stuck across interrupted drags - LIKE wildcards in `search_library_meta` not being escaped diff --git a/installer.iss b/installer.iss index 9a4204e..aa79c76 100644 --- a/installer.iss +++ b/installer.iss @@ -2,7 +2,7 @@ [Setup] AppName=booru-viewer -AppVersion=0.2.6 +AppVersion=0.2.7 AppPublisher=pax AppPublisherURL=https://git.pax.moe/pax/booru-viewer DefaultDirName={localappdata}\booru-viewer diff --git a/pyproject.toml b/pyproject.toml index 3646717..441ae68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "booru-viewer" -version = "0.2.6" +version = "0.2.7" description = "Local booru image browser with Qt6 GUI" requires-python = ">=3.11" dependencies = [