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": {