Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.5.0"
".": "1.5.1"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</p>

<p align="center">
<img src="https://img.shields.io/static/v1?label=version&message=1.5.0&color=emerald&style=flat-square" alt="Version" /> <!-- x-release-please-version -->
<img src="https://img.shields.io/static/v1?label=version&message=1.5.1&color=emerald&style=flat-square" alt="Version" /> <!-- x-release-please-version -->
<img src="https://img.shields.io/github/downloads/InstaZDLL/WaveFlow/total?style=flat-square&color=emerald&label=downloads" alt="Downloads" />
<img src="https://img.shields.io/badge/tauri-2.11-blue?style=flat-square&logo=tauri" alt="Tauri 2" />
<img src="https://img.shields.io/badge/react-19-61dafb?style=flat-square&logo=react" alt="React 19" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "waveflow",
"private": true,
"version": "1.5.0",
"version": "1.5.1",
"type": "module",
"license": "GPL-3.0",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/crates/app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <github.105mh@8shield.net>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/crates/app/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <github.105mh@8shield.net>"]
edition = "2021"
Expand Down