From 976d57d10bd6bcf71e0b41c0586bcc19bab13ead Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 21:30:53 +0000 Subject: [PATCH 1/2] chore(main): release 1.5.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ README.md | 2 +- package.json | 2 +- src-tauri/crates/app/Cargo.toml | 2 +- src-tauri/crates/app/tauri.conf.json | 2 +- src-tauri/crates/core/Cargo.toml | 2 +- 7 files changed, 23 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd8fde77..e20d7e81 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "1.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b0e8859..9e5b941d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.5.1](https://github.com/InstaZDLL/WaveFlow/compare/v1.5.0...v1.5.1) (2026-06-20) + + +### Bug Fixes + +* **1.5.1:** mini-player white screen + Pulse halo leak in skin picker ([#282](https://github.com/InstaZDLL/WaveFlow/issues/282)) ([3d1c405](https://github.com/InstaZDLL/WaveFlow/commit/3d1c405e3f7eb838abce330edc1dab32be66619b)) +* **analysis:** make library analysis cancellable + cooperative ([150d28a](https://github.com/InstaZDLL/WaveFlow/commit/150d28a9681905beb4a6422a1bb47f1f04f6bc57)) +* **analysis:** make library analysis cancellable + cooperative (closes [#286](https://github.com/InstaZDLL/WaveFlow/issues/286)) ([8d9866e](https://github.com/InstaZDLL/WaveFlow/commit/8d9866ea07a8f258cabbfc47b75d0debcbbe22fc)) +* **lyrics:** address CodeRabbit review on Genius strip + picker ref ([c9c1b4c](https://github.com/InstaZDLL/WaveFlow/commit/c9c1b4cac5b2f1c9741619a90b18b1cc6c17014d)) +* **lyrics:** close picker on Escape + guard handleImport race ([ccf5379](https://github.com/InstaZDLL/WaveFlow/commit/ccf537996ea156dfc6f8b7221f4334277bd69681)) +* **lyrics:** expose real provider in source badge + add picker dropdown ([71b05ff](https://github.com/InstaZDLL/WaveFlow/commit/71b05fffaa1da56cb44143c6e57d73b1ded98d11)) +* **lyrics:** handle singular Contributor badge + handleRefetch race ([01eff6d](https://github.com/InstaZDLL/WaveFlow/commit/01eff6d9d7f35a1c62dab9e88d68b3a19c22b82e)) +* **lyrics:** strip Genius header + track real provider + user-driven refetch (closes [#284](https://github.com/InstaZDLL/WaveFlow/issues/284)) ([4a1f67f](https://github.com/InstaZDLL/WaveFlow/commit/4a1f67ffb0798f586cb5e8b0f30b6bbabd7b8fd7)) +* **lyrics:** strip Genius header artifact + treat stub pages as miss ([5e889c4](https://github.com/InstaZDLL/WaveFlow/commit/5e889c403ff71d5f2cf3ad6d154c6f8be4894672)) +* **lyrics:** track real provider per row + add user-driven refetch ([5e8f7c4](https://github.com/InstaZDLL/WaveFlow/commit/5e8f7c4945a69678b86a476b3605136b0db9e7fe)) +* **plugins:** preserve fallback without bundled resources ([f82ceaa](https://github.com/InstaZDLL/WaveFlow/commit/f82ceaacd1d4d4f28827a368e34b2f8ab28308f4)) + ## [1.5.0](https://github.com/InstaZDLL/WaveFlow/compare/v1.4.0...v1.5.0) (2026-06-20) diff --git a/README.md b/README.md index 2017dac7..c23189ad 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@

- Version + Version Downloads Tauri 2 React 19 diff --git a/package.json b/package.json index ac8b3ad5..4f2573a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "waveflow", "private": true, - "version": "1.5.0", + "version": "1.5.1", "type": "module", "license": "GPL-3.0", "scripts": { diff --git a/src-tauri/crates/app/Cargo.toml b/src-tauri/crates/app/Cargo.toml index 55cd389d..c4ef772c 100644 --- a/src-tauri/crates/app/Cargo.toml +++ b/src-tauri/crates/app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "waveflow" -version = "1.5.0" +version = "1.5.1" description = "Local music player for desktop — Spotify-inspired UI, real-time audio engine, your files stay on your machine." authors = ["InstaZDLL "] edition = "2021" diff --git a/src-tauri/crates/app/tauri.conf.json b/src-tauri/crates/app/tauri.conf.json index 41a9b492..a8fa7c4c 100644 --- a/src-tauri/crates/app/tauri.conf.json +++ b/src-tauri/crates/app/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "WaveFlow", - "version": "1.5.0", + "version": "1.5.1", "identifier": "app.waveflow", "build": { "beforeDevCommand": "bun run dev", diff --git a/src-tauri/crates/core/Cargo.toml b/src-tauri/crates/core/Cargo.toml index f6c2d55c..d2386a4f 100644 --- a/src-tauri/crates/core/Cargo.toml +++ b/src-tauri/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "waveflow-core" -version = "1.5.0" +version = "1.5.1" description = "Business logic shared between the WaveFlow desktop app and the future waveflow-server: scanning, metadata enrichment, DSD conversion, smart-playlist algorithms, repository traits." authors = ["InstaZDLL "] edition = "2021" From 616b24a2b2cc28b0bacc15f8ef5089800e58e98d Mon Sep 17 00:00:00 2001 From: InstaZDLL Date: Sat, 20 Jun 2026 23:39:47 +0200 Subject: [PATCH 2/2] chore: sync Cargo.lock to 1.5.1 --- src-tauri/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index c7fe6cba..2652145b 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -7624,7 +7624,7 @@ dependencies = [ [[package]] name = "waveflow" -version = "1.5.0" +version = "1.5.1" dependencies = [ "alsa", "anyhow", @@ -7696,7 +7696,7 @@ dependencies = [ [[package]] name = "waveflow-core" -version = "1.5.0" +version = "1.5.1" dependencies = [ "anyhow", "async-trait",