Release v1.5.11
Publish Docker Image / build-and-push (push) Successful in 1m19s

This commit is contained in:
2026-07-26 15:01:03 +01:00
parent eb1f33d82f
commit 2176fb9042
3 changed files with 18 additions and 3 deletions
+15
View File
@@ -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
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -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": {