5.1.0

Released 2021-03-15
Highlights
  • IMSC subtitle support in Validate
  • Solo & mute tracks in Validate
  • Ingest files to already existing assets via the UI
Release notes

Frontend

Features

  • Core: Add warning for when a storage CORS configuration is not set in storage status.
  • Ingest: Support for ingesting files to an existing asset via the UI.
  • Poster: Added reset crop button.
  • Validate: Added solo/mute functionality to audio tracks.
  • Validate: Allow user to configure how to display and order files in the media tab, see Validate Settings.
  • Validate: Improvements to default marker colors.
  • Validate: Added IMSC support.

Fixes

  • Asset list: Pagination of assets page is now responsive for smaller screens.
  • Jobs: Fix job pagination list to update correctly when updating limit.
  • Poster: Provide snapshots with default configuration values on caption.
  • Poster: Selection tool edges are only highlighted when active.
  • Validate: Fixed bug when switching marker while looping.
  • Validate: Fixed DASH playback when backendUrl is relative.
  • Validate: Fixed bug when creating marker without having any track selected and names are not set.
  • Validate: Removed padding inside of the timeline when no thumbnails are available.

Postgres Adapter

Features

  • Added API shortcut to trigger ingest on all files associated with an asset.

Fixes

  • Add access and collection features to /asset/ingest endpoint.
  • Preserve file type=AUTO when indexing new files.
  • Improved error message when attempting to ingest files to a non-existing asset.

Deprecations

  • QUARKUS_DATASOURCE_URL is now deprecated. The new variable is named QUARKUS_DATASOURCE_JDBC_URL

Job system

Features

  • Support EBU STL captions.

Fixes

  • Fix unicode errors when ingesting SCC files through URLs.