Files
pulse-signage/CHANGELOG.md
T
2026-07-25 17:27:12 +01:00

227 lines
6.1 KiB
Markdown

# Changelog
All notable changes to this project will be documented in this file.
## Unreleased
- No unreleased changes recorded yet.
## 1.5.5 - 2026-07-25
### Fixed
- Fixed a migration gap that could leave `slides.thumbnail_path` missing on upgraded databases.
## 1.5.4 - 2026-07-25
### Added
- Cropper.js has been added to aid with image uploading.
### Changed
- Upgraded Multer to 2.x to remove the deprecated 1.x dependency warning.
- Tightened a few admin UI details, including slide editor and RBAC list spacing/typography adjustments.
## 1.5.3 - 2026-07-25
### Added
- A modal-based slide picker for playlist editing with search, multi-select, and slide thumbnails.
- Reusable modal and table-pagination helpers for the admin UI.
- Slide thumbnail previews in playlist schedules, with image fallbacks when a thumbnail is missing.
### Changed
- RTMP playback now probes session readiness more aggressively and retries startup before surfacing failures.
- Playlist editing now includes richer scheduling controls, live slide counts, and support for skipping unavailable RTMP slides.
- Admin lists and background task pages now preserve filter and pagination state during AJAX navigation.
- Shared admin shell styling and helpers were refreshed to support the newer list, modal, and pagination UI.
### Fixed
- Player upload sync and route handling now degrade more gracefully when backend services are unavailable.
- RTMP and playlist playback now recover more cleanly when a stream fails to initialize or respond in time.
## 1.5.2 - 2026-07-25
### Fixed
- Fixed player media upload sync so signed upload requests are verified after the request body has been parsed.
## 1.5.1 - 2026-07-25
### Fixed
- Fixed the account page so it can save changes again.
## 1.5.0 - 2026-07-25
### Added
- RTMP slide regions with ffmpeg-to-HLS playback support in the player.
- Service-worker-backed player caching and offline recovery paths for playlists and playback state.
- Broader slide, template, playlist, RSS, and API source support, including richer region handling and background refresh processing.
### Changed
- Reworked the web admin app around a newer modular route and view layout, with shared helpers moving into `src/web/lib`, `src/web/pages`, and `src/web/views`.
- Refreshed the admin shell styling and theme bootstrapping, including local AdminLTE assets, vendored Bootstrap Icons, and earlier theme initialization on first paint.
- Rebuilt RBAC around CRUD permissions and updated the admin screens for roles, users, and action gating.
- Refactored the player onboarding flow, client-name handling, and runtime storage so screen identities persist more reliably across refreshes.
- Tightened duplicate-name checks and other admin-side validation paths.
### Fixed
- Improved player fallback behavior when the database is unavailable.
- Cleaned up player runtime and routing paths so screen lookups and live updates degrade more gracefully.
### Docs and Ops
- Updated Docker, environment, and documentation files to match the current release structure and player/web APIs.
## 1.4.6 - 2026-07-22
### Changed
- Refined RBAC enforcement across the admin UI and route layer, especially for list actions and edit screens.
- Updated the dashboard and admin styling to match the revised permission model and page layout.
- Adjusted database helpers and admin data views to support the newer RBAC and list rendering behavior.
## 1.4.5 - 2026-07-21
### Changed
- Renamed the admin screen commands route to client commands and aligned the dashboard copy with client-focused terminology.
- Updated the RBAC and database helpers to support the revised client command flow.
- Refined the client list view and dashboard interactions around the new client command behavior.
## 1.4.4 - 2026-07-21
### Fixed
- Rendered 404 pages for unmatched routes.
## 1.4.3 - 2026-07-21
### Fixed
- Fixed RBAC client action visibility.
## 1.4.2 - 2026-07-21
### Fixed
- Fixed duplicate permissions cleanup.
## 1.4.1 - 2026-07-21
### Added
- RBAC roles system support.
### Changed
- Version bump to 1.4.1.
### Fixed
- Schema migration audit columns.
## 1.3.4 - 2026-07-21
### Fixed
- Fixed duplicate onboarding client names.
## 1.3.3 - 2026-07-21
### Changed
- Added the first round of modular admin-page work, including a shared admin route layer and refreshed dashboard/list rendering.
- Updated the admin shell styling and layout handling for the newer page structure.
- Adjusted package metadata and lockfile state to match the release.
## 1.3.2 - 2026-07-21
### Changed
- Version bump to 1.3.2.
## 1.3.0 - 2026-07-20
### Added
- Split shared helpers, bootstrap logic, route groups, and upload-sync behavior out of `web.js`.
- Split websocket and runtime handling into `runtime.js`.
- Split playlist assembly and revision hashing into `playlist.js`.
- Split onboarding and player HTTP routes into dedicated modules.
- Split render utilities and template loading into `render-helpers.js`.
### Changed
- Kept `web.js` focused on wiring and server startup.
- Kept `player.js` mostly as startup and orchestration.
### Fixed
- Fixed screen playlist reassignment so changing a screen's playlist now triggers a refresh.
- Fixed single-slide playlist refresh behavior so updates do not get stuck behind the current slide.
## 1.1.5 - 2026-07-15
### Fixed
- Fixed text pasting in the admin UI.
## 1.1.4 - 2026-07-15
### Fixed
- Fixed the admin table and playlist reorder UI.
## 1.1.3 - 2026-07-15
### Added
- Playlist drag sorting.
- Local SortableJS.
- Playlist UI updates.
## 1.1.2 - 2026-07-14
### Changed
- Updated the admin layout and frame shell styling.
- Refined `src/web/view.js` so view rendering handles the revised shell structure.
- Adjusted package metadata for the release.
## 1.1.1 - 2026-07-14
### Changed
- Refreshed favicon and layout assets.
## 1.1.0 - 2026-07-14
### Changed
- Refactored the web server and release workflow.
## 1.0.2 - 2026-07-14
### Fixed
- Handled player redirects on screen slug change.
## 1.0.1 - 2026-07-14
### Changed
- Made screen slugs editable.
## 1.0.0 - 2026-07-14
### Fixed
- Initial release.