Skip to content

Release v5.4.0

Latest

Choose a tag to compare

@brookgagnon brookgagnon released this 24 Jan 19:26
· 2 commits to 5.3-develop since this release

New release to maintain compatibility with Observer v5.4.0

Features

🔹Alerts - Voice track play timing with Priority sync
🔹Alerts - Add dedicated prealert volume for alerts to cut off all audio during playback
🔹Alerts - Add queues to pipeline for stability
🔹Alerts - "Stream on Alert" functionality
🔹Security - AWS access key and key id filtered from being exported
🔹Security - Added JSON secrets code
🔹Security - Added get_password_suffixes method
🔹Security - Changed to a more explicit method of filtering password suffixes
🔹CRON to automatically delete media that is N days old
🔹Audio Fade Outs at top of hour or end of Show
🔹Add WAV and BWF to fallback media types

Improvements

🔸Playlist settings when determining fade out at end of show
🔸SDR Off Air recording dongle Improvements
🔸Better organize station override settings in http admin
🔸Station override status string in summary tab
🔸Store last track fade out setting in db
🔸Check if current track exists before attempting to find associated voice track
🔸Pipeline and voice track refactoring
🔸Support old + new libraries for video caps

Fixes

🔺Bug where test signal not audible without scheduled media first
🔺Admin username not updating when changing both the username and password together
🔺Changed header dashboard settings file name string
🔺Issue where previously running fade doesn't cancel on new fade request
🔺LA show not properly ending at end time
🔺Race condition affecting return to normal levels after show fade
🔺Changed header dashboard settings file name string
🔺Changed error string for unsupported system
🔺Prevent loud blip on last track during show fade out (related to volume being set back to 100% too early)
🔺Use raw strings to prevent invalid escape sequence error
🔺Fallback media issue not always playing when no show found, since scheduler controller was leaving items in the queue
🔺Test fix overlay issue

Pull Requests - Community Code

Added functionality to fade out a show when a new show starts. @btelliot
#134

Split the settings database data into a new file and added a more detailed settings export file name. @TroyWarez
#145