release: v0.2.7
This commit is contained in:
parent
3c2aa5820d
commit
289e4c2fdb
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue