Release v2.5.11

This commit is contained in:
2026-08-05 21:56:46 +01:00
parent c55c3d2baf
commit a6a5d71ef0
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
## 2.5.11 - 2026-08-05
### Fixed
- Single-slide playlists now re-render the active slide immediately when a refresh arrives, instead of waiting for a transition that never happens.
- Playlist create and update flows now redirect to the canonical `/playlists/:id/edit` path after saving.
- Slide preview popups now keep rich-text spacing and line height consistent with the editor preview.
## 2.5.10 - 2026-08-05
### Fixed
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "pulse-signage",
"version": "2.5.10",
"version": "2.5.11",
"private": false,
"description": "Pulse Signage application with MySQL and media storage",
"repository": {