What's Changed
New Features
-
Domain Restrictions: Added
ALLOWED_PLAYLIST_DOMAINSenvironment variable and UI configuration to restrict playlist access to specified domains. (72b6958) -
Postgres Configuration: Exposed the maximum wait seconds for the internal Postgres instance, allowing for custom timeouts during container startup. (6cfb2b8)
Fixes
- Action Visibility: Resolved an issue where record type checks were incorrectly hiding valid actions in certain UI contexts. (529a932)
- Release Logs: Further refined the automated release log logic for
devandexperimentalbranches to eliminate overlapping or duplicated output. (04cbf37)
Cleanup & Refactoring
- Container Startup: Moved the stuck process restart logic to the container post-start setup for more reliable service initialization. (adc618f)
- CI/CD Optimization: Updated release workflows to ensure pushes only occur when a version number change is detected. (c7e418e)
Full Changelog: 0.9.16...0.9.17