Bump version to 1.0.1, implement automatic online search fallback with debounce, cover art notifications, and stream details edit

This commit is contained in:
Sebastian Palencsar
2026-05-22 16:44:21 +02:00
parent 79e2278a54
commit 8f49573c8a
9 changed files with 306 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
pkgname=bearwave-git
pkgver=1.0.0
pkgver=1.0.1
pkgrel=1
pkgdesc="A KDE-focused desktop internet radio app"
arch=('x86_64')
@@ -14,7 +14,7 @@ md5sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname%-git}"
printf "1.0.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
printf "1.0.1.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {