diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f1571..592c9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ All notable changes to this project will be documented in this file. - No unreleased changes recorded yet. +## 1.5.11 - 2026-07-26 + +### Added + +- Video regions are now supported end to end, including player rendering, admin editing, playlist scheduling, and player sync. + +### Changed + +- The slide, template, and playlist flows were updated so video content can be created, configured, and scheduled alongside existing region types. +- Player rendering and related media handling now recognize the new video region implementation. + +### Fixed + +- Region and upload handling were adjusted so video media syncs cleanly through the player and web admin paths. + ## 1.5.10 - 2026-07-26 ### Added diff --git a/package-lock.json b/package-lock.json index c41fa5e..7ab7c14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pulse-signage", - "version": "1.5.10", + "version": "1.5.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pulse-signage", - "version": "1.5.10", + "version": "1.5.11", "dependencies": { "@sparticuz/chromium": "^137.0.0", "bootstrap-icons": "1.11.3", diff --git a/package.json b/package.json index c3c6b14..ff8d35a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pulse-signage", - "version": "1.5.10", + "version": "1.5.11", "private": false, "description": "Pulse Signage application with MySQL and media storage", "repository": {