From 094e0eef60d73c1380a825ea70f1a380c5f2f57d Mon Sep 17 00:00:00 2001 From: Sebastian Palencsar Date: Mon, 22 Jun 2026 19:48:59 +0200 Subject: [PATCH] docs: align CHANGELOG and README with 1.0.5 bugfix release (2026-06-22) Document post-release fixes (QRC paths, dialogs, Flatpak 6.10, GPU/dri, MPRIS Raise, build id) so CHANGELOG matches metainfo.xml. --- CHANGELOG.md | 13 +++++++++++-- README.md | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8464a0f..16a5f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,17 +11,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **1.0.3** — last GitHub release before the security/refactor batch. - **1.0.4** — git tag with security hardening, playback/tray/MPRIS fixes, and QML refactor; tagged before CI was green, so it was not published as a GitHub release at first. -- **1.0.5** — current recommended release: everything in 1.0.4 plus headless CI test fixes. +- **1.0.5** — current recommended release: everything in 1.0.4 plus CI, packaging, and post-release bugfixes (AUR/Flatpak rebuilds use `pkgrel` bumps, not a new app version). -## [1.0.5] - 2026-06-20 +## [1.0.5] - 2026-06-22 ### Fixed - Fix unit tests aborting in headless CI/Docker by using Qt offscreen platform and FFmpeg media backend. +- Fix QML resource paths so `qrc:/qml/Main.qml` loads in AUR and release builds (regression from 1.0.4 refactor). +- Fix About, Add station, and Edit station dialogs not opening after QML refactor (missing `property alias` in `Main.qml`). +- Fix About dialog version label binding and disable stale QML disk cache in development builds. +- Fix About dialog crash when opening the license scroll area. +- Fix startup when re-launching: MPRIS `Raise` now always shows the window (even without tray). +- Flatpak: grant GPU access via `--device=dri` (fixes EGL/MESA warnings on some systems). +- Flatpak: inject git build id into About when `.git` is unavailable in the builder sandbox. ### Changed - Document 1.0.4 changes in README and CONTRIBUTING; run `ctest` and broader `qmllint` in CI. +- About dialog shows app version and git build id; removed “Public beta” label. +- Flatpak: upgrade to KDE Platform/SDK 6.10 (EOL 6.6 runtimes); GPG-sign repo summaries on build and deploy. ## [1.0.4] - 2026-06-20 diff --git a/README.md b/README.md index 1181fdd..d3b78a7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ BearWave is designed for fast station browsing, simple playback controls, favori ![License: GPL--3.0--or--later](https://img.shields.io/badge/license-GPL--3.0--or--later-lightgrey) ![Version](https://img.shields.io/badge/version-1.0.5-blue) -**Current release:** [1.0.5](CHANGELOG.md#105---2026-06-20) (2026-06-20) +**Current release:** [1.0.5](CHANGELOG.md#105---2026-06-22) (2026-06-22) Why not 1.0.4 on GitHub? [1.0.4](CHANGELOG.md#104---2026-06-20) exists as a **git tag** (security, stability, QML refactor) but was tagged before CI passed. **1.0.5** is the first verified GitHub release after [1.0.3](CHANGELOG.md#103---2026-05-30). See [version notes](CHANGELOG.md#version-notes-103--105) in the changelog.