You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog
2
2
3
+
## 5.1.0 - 2026-05-02
4
+
5
+
Feature and release-readiness update for the next repository distribution.
6
+
7
+
Highlights:
8
+
9
+
- Renamed the guided music experience from SIMPLE to FLOW.
10
+
- Added the FLOW wizard with clean state on open, reset controls on every step, player selection, mood/content choices, free-style mood search, visual result cards, playback confirmation, and automatic return to the main player.
11
+
- Reworked queue actions into an inline row expansion with clear play-next, play-now, move up/down, and remove controls.
12
+
- Added a clear transfer-queue label and queue count to the queue header.
13
+
- Improved artwork browsing so covers remain fully visible and selected artwork reacts immediately.
14
+
- Fixed the recent history drawer so it opens with the latest 10 items.
15
+
- Added lyrics font size controls.
16
+
- Polished Studio, opened panels, logo/header treatment, and action labels.
17
+
- Updated the global stop action to stop players, clear queues, disconnect groups, and disconnect the local Sendspin player when present.
18
+
- Updated release defaults for height, night mode, up-next, mic mode, settings source, dynamic theme, background motion, footer mode, font scale, artwork browsing, home shortcut, and liked mode.
19
+
3
20
## 5.0.0 - 2026-04-27
4
21
5
22
First stable public release for GitHub and HACS distribution.
Copy file name to clipboardExpand all lines: PUBLISHING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,12 @@
23
23
- the HACS My Home Assistant button
24
24
- the HACS download/install button
25
25
26
-
## 2. Create the 5.0.0 release
26
+
## 2. Create the 5.1.0 release
27
27
28
-
- Create a Git tag named `v5.0.0`.
28
+
- Create a Git tag named `v5.1.0`.
29
29
- Create a GitHub release from that tag.
30
-
- Title the release `5.0.0`.
31
-
- Use the `5.0.0` section from `CHANGELOG.md` as the release notes.
30
+
- Title the release `5.1.0`.
31
+
- Use the `5.1.0` section from `CHANGELOG.md` as the release notes.
32
32
- If you attach a release artifact, zip the contents of `dist/`; do not publish only a single JS file while the local Sendspin player and Embla swipe support are enabled.
@@ -42,12 +42,25 @@ This project was created from a UX/product vision by a Home Assistant user with
42
42
43
43
-**Sendspin browser player built in:** turn the current browser, phone, tablet, or wall panel into a Music Assistant playback target directly from the card, with a session that survives Lovelace page changes while the dashboard stays open.
-**FLOW guided music wizard:** a simple step-by-step music flow for choosing players, picking a mood or existing content, reviewing visual results, and starting playback without learning the full Music Assistant UI.
45
46
-**Studio / Control Room:** choose players, group rooms, control volumes, move playback, and manage multi-room listening.
46
-
-**Mobile-first workflow:** queue, search, library, actions, timers, announcements, settings, and player switching are designed for touch.
47
+
-**Mobile-first workflow:** queue, search, library, FLOW, actions, timers, announcements, settings, and player switching are designed for touch.
47
48
-**Real Music Assistant library flow:** playlists, albums, artists, tracks, radio, favorites, recent listening, and recommendations.
48
49
-**Hebrew and RTL ready:** layout, labels, alignment, and interaction patterns are built for Hebrew as a first-class use case.
49
50
-**Release-ready package:** HACS-ready `dist/` output includes the card, Sendspin files, Embla swipe support, and the brand asset.
50
51
52
+
## What's New In 5.1.0
53
+
54
+
-**FLOW replaces SIMPLE:** a polished guided wizard with a fresh start on every open, reset controls on every step, free-style mood search, and a visual results grid.
55
+
-**Queue actions inside the row:** queue items expand in place with clear `Play next`, `Play now`, move up/down, and remove actions instead of opening a modal.
56
+
-**Clear queue transfer entry:** the queue view now exposes a labeled transfer button with the queue count.
57
+
-**Better artwork browsing:** cover browsing keeps artwork fully visible and reacts immediately when a new item is selected.
58
+
-**History drawer reliability:** recent listening opens directly with the latest 10 items instead of waiting for a tab change.
59
+
-**Lyrics font controls:** lyrics now include `+`, `-`, and reset controls for font size.
60
+
-**Studio and modal polish:** more consistent brand/logo treatment and clearer action labels across opened panels.
61
+
-**Safer global stop:**`Stop all players` stops playback, clears queues, disconnects player groups, and disconnects the local `This device` player when present.
62
+
-**Updated defaults:** card height `850`, night mode off, next-song preview off, smart mic mode, visual-editor settings, dynamic theme auto, subtle background motion, icon+text footer, artwork swipe browsing, home shortcut off, and Music Assistant liked mode.
63
+
51
64
## Quick Install
52
65
53
66
### Add To HACS
@@ -93,7 +106,7 @@ If HACS does not add the resource automatically, add:
0 commit comments