release: v0.2.7

This commit is contained in:
pax 2026-04-14 19:02:26 -05:00
parent 3c2aa5820d
commit 289e4c2fdb
3 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
# Changelog # Changelog
## [Unreleased] ## v0.2.7
### Fixed ### 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 - 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 - Rubber band selection state getting stuck across interrupted drags
- LIKE wildcards in `search_library_meta` not being escaped - LIKE wildcards in `search_library_meta` not being escaped

View File

@ -2,7 +2,7 @@
[Setup] [Setup]
AppName=booru-viewer AppName=booru-viewer
AppVersion=0.2.6 AppVersion=0.2.7
AppPublisher=pax AppPublisher=pax
AppPublisherURL=https://git.pax.moe/pax/booru-viewer AppPublisherURL=https://git.pax.moe/pax/booru-viewer
DefaultDirName={localappdata}\booru-viewer DefaultDirName={localappdata}\booru-viewer

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "booru-viewer" name = "booru-viewer"
version = "0.2.6" version = "0.2.7"
description = "Local booru image browser with Qt6 GUI" description = "Local booru image browser with Qt6 GUI"
requires-python = ">=3.11" requires-python = ">=3.11"
dependencies = [ dependencies = [