diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e1371..c424e31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to Library Manager will be documented in this file. +## [0.9.0-beta.129] - 2026-02-18 + +### Changed + +- **Issue #159: Feedback widget moved to nav bar** - Replaced floating bottom-right feedback button + with a bug icon (`bi-bug`) in the top navigation bar. Eliminates confusing overlap with the + dashboard Quick Actions button. Consistent placement and behavior across all pages. Feedback + modal and error auto-reporting remain unchanged. + +--- + ## [0.9.0-beta.128] - 2026-02-16 ### Added diff --git a/README.md b/README.md index 4c0bb1f..10b1db6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Smart Audiobook Library Organizer with Multi-Source Metadata & AI Verification** -[![Version](https://img.shields.io/badge/version-0.9.0--beta.128-blue.svg)](CHANGELOG.md) +[![Version](https://img.shields.io/badge/version-0.9.0--beta.129-blue.svg)](CHANGELOG.md) [![Docker](https://img.shields.io/badge/docker-ghcr.io-blue.svg)](https://ghcr.io/deucebucket/library-manager) [![License](https://img.shields.io/badge/license-AGPL--3.0-blue.svg)](LICENSE) @@ -16,6 +16,10 @@ ## Recent Changes (stable) +> **beta.129** - **UI: Feedback Widget Moved to Nav Bar** (Issue #159) +> - **Bug icon in nav bar** - Feedback/bug report button moved from floating bottom-right circle to a consistent bug icon in the top navigation bar +> - **No more overlapping buttons** - Eliminates confusing dual floating buttons on the dashboard page + > **beta.125** - **Bug Fixes: Badge Counts, Author Matching, Pipeline Filters** (Issues #150, #152) > - **Badge count fix** - Dashboard and library page queue counts now match actual processable items > - **Author initial matching** - "C Alanson" now correctly matches "Craig Alanson", "JRR Tolkien" matches "J R R Tolkien" diff --git a/app.py b/app.py index cd63477..d57ded2 100644 --- a/app.py +++ b/app.py @@ -11,7 +11,7 @@ - Multi-provider AI (Gemini, OpenRouter, Ollama) """ -APP_VERSION = "0.9.0-beta.128" +APP_VERSION = "0.9.0-beta.129" GITHUB_REPO = "deucebucket/library-manager" # Your GitHub repo # Versioning Guide: diff --git a/templates/base.html b/templates/base.html index 6108fbf..546b1a0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -788,6 +788,9 @@
+ + + @@ -892,20 +895,6 @@
- - - -