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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Changelog
2
2
3
+
## 5.4.1 - 2026-05-10
4
+
5
+
Distribution hotfix for the withdrawn 5.4.0 release.
6
+
7
+
- Republishes the 5.4.0 card fixes as `5.4.1` without adding a custom release zip asset, so HACS can use the normal repository release/tag contents and the complete `dist/` package.
8
+
- Keeps the runtime logic unchanged from 5.4.0; this release is intentionally limited to packaging/versioning.
9
+
- Bumps runtime/editor tags to `5.4.1` so Home Assistant browsers do not reuse cached `5.4.0` resources.
10
+
- Updates README and publishing instructions to avoid custom zip assets for HACS releases.
11
+
3
12
## 5.4.0 - 2026-05-10
4
13
5
14
Community fix cycle for tablet library artwork, local browser playback, search, queue ergonomics, player controls, and visual polish.
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,13 +23,13 @@
23
23
- the HACS My Home Assistant button
24
24
- the HACS download/install button
25
25
26
-
## 2. Create the 5.4.0 release
26
+
## 2. Create the 5.4.1 release
27
27
28
-
- Create a Git tag named `v5.4.0`.
28
+
- Create a Git tag named `v5.4.1`.
29
29
- Create a GitHub release from that tag.
30
-
- Title the release `5.4.0`.
31
-
- Use the `5.4.0` section from `CHANGELOG.md` as the release notes.
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.
30
+
- Title the release `5.4.1`.
31
+
- Use the `5.4.1` section from `CHANGELOG.md` as the release notes.
32
+
-Do not attach a custom release zip asset for HACS. Keep the complete installable runtime in `dist/` and let HACS use the normal repository release/tag contents.
@@ -53,6 +53,12 @@ HOMEii Flow started from my own daily use of Home Assistant and Music Assistant.
53
53
-**Hebrew and RTL ready:** layout, labels, alignment, and interaction patterns are built for Hebrew as a first-class use case.
54
54
-**Release-ready package:** HACS-ready `dist/` output includes the card, Sendspin files, Embla swipe support, and the brand asset.
55
55
56
+
## What's New In 5.4.1
57
+
58
+
-**Distribution hotfix:** republishes the 5.4.0 fixes without a custom release zip asset, so HACS can use the normal repository release/tag contents and the complete `dist/` package.
59
+
-**No runtime feature changes from 5.4.0:** this release is intentionally limited to packaging/versioning.
60
+
-**Cache refresh:** bumps the runtime/editor tags to 5.4.1 so browsers do not reuse the withdrawn 5.4.0 bundle.
61
+
56
62
## What's New In 5.4.0
57
63
58
64
-**Local Sendspin fixed:**`This device` loads from the packaged `sendspin-js/index.js` runtime again, fixing the missing bundle/core import errors seen after 5.3.0.
@@ -172,7 +178,7 @@ If HACS does not add the resource automatically, add:
0 commit comments