From a6a5d71ef0611c2e33c1551bce2a0047c79449e0 Mon Sep 17 00:00:00 2001 From: Mark Rapson Date: Wed, 5 Aug 2026 21:56:46 +0100 Subject: [PATCH] Release v2.5.11 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acc9a6d..e9715a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index e157469..3f81bf3 100644 --- a/package.json +++ b/package.json @@ -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": {