diff --git a/CHANGELOG.md b/CHANGELOG.md index fd0b85e..01dfb1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## 0.2.5 +## v0.2.5 Full UI overhaul (icon buttons, compact top bar, responsive video controls), popout resize-pivot anchor, layout flip, and the main_window.py controller decomposition. -## Changes since 0.2.4 +## Changes since v0.2.4 ### Refactor: main_window.py controller decomposition @@ -82,7 +82,7 @@ All 12 bundled QSS themes were trimmed and regenerated: - Popout overlay buttons now use `font-size: 15px; font-weight: bold` so the icon symbols read well against the translucent-black overlay. - `themes/README.md` documents the new `#_tb_*` toolbar button object names and the popout overlay styling. Removed the old Nerd Font remapping note — QSS can't change button text, so that claim was incorrect. -## 0.2.4 (pre-release) +## v0.2.4 Library filename templates, tag category fetching for all backends, and a popout video streaming overhaul. 50+ commits since v0.2.3. diff --git a/installer.iss b/installer.iss index b562ed2..dc143bb 100644 --- a/installer.iss +++ b/installer.iss @@ -2,7 +2,7 @@ [Setup] AppName=booru-viewer -AppVersion=0.2.5 +AppVersion=v0.2.5 AppPublisher=pax AppPublisherURL=https://git.pax.moe/pax/booru-viewer DefaultDirName={localappdata}\booru-viewer diff --git a/pyproject.toml b/pyproject.toml index d6d0825..0381254 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "booru-viewer" -version = "0.2.5" +version = "v0.2.5" description = "Local booru image browser with Qt6 GUI" requires-python = ">=3.11" dependencies = [