mirror of
https://github.com/spalencsar/bearwave.git
synced 2026-07-06 14:24:14 +02:00
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.
This commit is contained in:
13
CHANGELOG.md
13
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.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.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
|
### Fixed
|
||||||
|
|
||||||
- Fix unit tests aborting in headless CI/Docker by using Qt offscreen platform and FFmpeg media backend.
|
- 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
|
### Changed
|
||||||
|
|
||||||
- Document 1.0.4 changes in README and CONTRIBUTING; run `ctest` and broader `qmllint` in CI.
|
- 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
|
## [1.0.4] - 2026-06-20
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ BearWave is designed for fast station browsing, simple playback controls, favori
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
**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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user