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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Changelog
2
2
3
+
## 5.8.2-beta.6 - 2026-06-02
4
+
5
+
Cache-busting beta rebuild for the Diagnostic v2 privacy and queue-artwork fixes from beta 5.
6
+
7
+
Release focus:
8
+
9
+
- Publishes the diagnostics privacy fix under a new version so Home Assistant, HACS, and browser resource caching reliably load the updated frontend bundle.
10
+
- Redacts external/private hostnames in visible and copied diagnostics output by default, while preserving protocol, host type, port, and path category for troubleshooting.
11
+
- Adds a Queue artwork sample check so diagnostics can distinguish between an empty/unreachable queue and queue items whose artwork cannot be resolved.
12
+
- Adds a close button to the visual-editor diagnostics panel.
13
+
- Keeps all beta 5 Diagnostic v2, HA integration-first, Sendspin/browser, queue, library, and artwork checks.
14
+
15
+
Validation:
16
+
17
+
- Full lint, full Vitest, production build, and release artifact sync were run for the final beta package.
18
+
3
19
## 5.8.2-beta.5 - 2026-06-02
4
20
5
21
Targeted beta follow-up for Diagnostic v2, visual-editor diagnostics, Sendspin/browser diagnostics, and Home Assistant integration-first operation.
@@ -63,25 +63,26 @@ HOMEii Flow is a custom Home Assistant Dashboard card for Music Assistant. It tu
63
63
64
64
HOMEii Flow started from my own daily use of Home Assistant and Music Assistant. I wanted it to feel less like a technical dashboard widget and more like a real music app inside Home Assistant, so a lot of thought went into the flow, touch interactions, Hebrew/RTL comfort, wall-tablet behavior, mobile details, and the small moments that make choosing music feel natural at home.
65
65
66
-
## 5.8.2 Beta 5
66
+
## 5.8.2 Beta 6
67
67
68
-
HOMEii Flow 5.8.2 Beta 5 is a targeted pre-release follow-up for Diagnostic v2, visual-editor diagnostics, Sendspin/browser checks, and Home Assistant integration-first operation.
68
+
HOMEii Flow 5.8.2 Beta 6 is a cache-busting pre-release follow-up for Diagnostic v2 privacy, visual-editor diagnostics, queue-artwork diagnostics, and Home Assistant integration-first operation.
69
69
70
70
- Upgrades Settings > Music Assistant > Diagnostics to Diagnostic v2 with browser, viewport, access path, Direct MA, Sendspin, queue, library, and artwork checks.
71
71
- Adds a Diagnostics button to the Home Assistant visual editor near the version label.
72
72
- Keeps diagnostics visible with green OK, red FAIL, yellow WARN, and blue INFO rows, plus a copyable report for GitHub issues.
73
73
- Redacts external/private hostnames in diagnostics output by default while keeping protocol, host type, port, and path category for troubleshooting.
74
74
- Adds queue-artwork diagnostics alongside the existing library-artwork checks.
75
+
- Adds a close button to the visual-editor diagnostics panel.
75
76
- Treats the Home Assistant Music Assistant integration as the primary supported path, so the card can keep working normally even when Direct MA access is not configured.
76
77
- Avoids broken artwork placeholders caused by Music Assistant `/imageproxy` paths when the browser cannot directly reach Music Assistant.
77
-
- Keeps the Beta 1 through Beta 4 artwork, Music Assistant compatibility, Danish localization, and performance fixes.
78
+
- Keeps the Beta 1 through Beta 5 artwork, Music Assistant compatibility, Danish localization, diagnostics, and performance fixes.
This beta is a cache-busting rebuild of the beta 5 diagnostics work. It exists because Home Assistant, HACS, and browser resource caching can continue serving an older frontend bundle when the same beta tag/version is reused.
4
+
5
+
## Fixed
6
+
7
+
- Redacts Home Assistant, Music Assistant, Sendspin, and artwork hostnames from diagnostics output by default.
8
+
- Keeps useful diagnostic details without exposing full private URLs: protocol, host type, port, and path category.
9
+
- Adds a close button to the visual-editor diagnostics panel.
10
+
- Keeps the normal card experience usable when only the Home Assistant Music Assistant integration is available and healthy.
11
+
- Prevents relative Music Assistant `/imageproxy` artwork paths from being treated as Home Assistant artwork URLs when no direct Music Assistant base URL is configured.
12
+
13
+
## Added
14
+
15
+
- Adds a Queue artwork sample check.
16
+
- Keeps the existing Library coverage and Library artwork sample checks.
17
+
- Keeps Diagnostic v2 browser, viewport, Home Assistant URL, access path, mixed-content, Direct MA, Sendspin, queue, library, and artwork checks.
18
+
19
+
## Testing Notes
20
+
21
+
After installing, hard refresh the Home Assistant dashboard and make sure the Lovelace resource URL/cache key is updated to:
0 commit comments