mirror of
https://github.com/spalencsar/bearwave.git
synced 2026-07-06 14:24:14 +02:00
chore: keep release version at 1.0.5 (pkgrel 3)
Bugfix builds should not advance the app version ahead of the published GitHub/AUR release. Distinct builds are identified by the git hash in About. Consolidate interim 1.0.6–1.0.8 flatpak notes into 1.0.5.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
project(bearwave VERSION 1.0.8 LANGUAGES CXX)
|
||||
project(bearwave VERSION 1.0.5 LANGUAGES CXX)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
2
PKGBUILD
2
PKGBUILD
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Sebastian Palencsar <moin@nerdbear.de>
|
||||
pkgname=bearwave-git
|
||||
pkgver=1.0.5
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="KDE-focused desktop internet radio app"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/spalencsar/bearwave"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"app-id": "de.nerdbear.bearwave",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.5",
|
||||
"runtime": "org.kde.Platform",
|
||||
"runtime-version": "6.10",
|
||||
"sdk": "org.kde.Sdk",
|
||||
|
||||
@@ -59,34 +59,14 @@
|
||||
</provides>
|
||||
|
||||
<releases>
|
||||
<release version="1.0.8" date="2026-06-22">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Fixed About, Add station, and Edit station dialogs not opening after QML refactor</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="1.0.7" date="2026-06-22">
|
||||
<description>
|
||||
<ul>
|
||||
<li>About dialog shows the correct app version via explicit QML bindings</li>
|
||||
<li>Removed confusing “Public beta” label from About</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="1.0.6" date="2026-06-22">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Flatpak: KDE 6.10 runtime, signed repo updates, QML resource path fix</li>
|
||||
<li>Version display now follows CMake project version</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="1.0.5" date="2026-06-20">
|
||||
<release version="1.0.5" date="2026-06-22">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Fixed headless CI unit tests (Qt offscreen + FFmpeg backend)</li>
|
||||
<li>Includes 1.0.4: URL validation, playback/tray/MPRIS fixes, modular QML UI</li>
|
||||
<li>Flatpak: KDE 6.10 runtime, signed repo updates, QML resource path fix</li>
|
||||
<li>About dialog shows version and git build id; removed “Public beta” label</li>
|
||||
<li>Fixed About, Add station, and Edit station dialogs not opening after QML refactor</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
|
||||
Reference in New Issue
Block a user