5.2.0

Released 2021-04-08
Highlights
  • Added safe area overlay feature to Validate
  • Added possibility to define composite roles in the Postgres Adapter
Release notes

Frontend

Features

  • Validate: Added safe area functionality.
  • Validate: Add information text about exporting filtered markers
  • Validate: Using hotkey `shift+m` with no marker selected, now selects the marker closest to CTI.
  • Validate: Hotkey `shift+r` now selects the first track, if a track is selected the next track is selected and when reaching the last track it selects the first track.
  • Validate: Added channelNamesMetadataKey settings in order to display channel names in timeline, see Validate settings.
  • Validate: Added audioTagBlackList and videoTagBlackList settings that make it possible to prevent files from being shown and activated for playback, see general settings.

Fixes

  • Core: Handle multiple tags for files.
  • Ingest: Reset autocomplete input when switching between "Create new asset" / "Add to existing asset" in ingest modal.
  • Jobs: List pagination shortly shows up and then disappears when selecting a status that have no jobs
  • Poster: Filter out asset thumbnails in poster so that they are not shown as user-made posters.
  • Poster: Updated text in delete poster/snapshot dialog to make them more consistent.
  • Poster: Video no longer vertically overflows the container in Capture view.
  • Validate: Improve load times of player by deferring timespan retrieval.
  • Validate: Tooltips for toolbar-icons fade away correctly when the button gets disabled.
  • Validate: Toolbar tooltip improvements
    • Tooltips are shown even when its button is disabled.
    • Display hotkeys when hovering playback speed and loop button.
  • Validate: Removing in- and / or point will disable an active loop.
  • Validate: Tracks are now correctly shown as implicitly muted.
  • Validate: Waveform stuck in loading state when toggling audio track in collapsed state.
  • Validate: Improvements to assets without audio and video.
    • Loading assets without video and audio now sets the timeline duration to the last available timespan.
    • Appropriate start time is set if it is set on any of the discrete audio tracks with a fallback to the first timespans start timecode if no other start time was found.
  • Validate: Fixed issue where it was not possible to play/pause when clicking on the player.

Postgres Adapter

Features

  • Retrieve full job tree for a given root job
  • Optional file tags that override the default original file access logic
  • Backend defined composite roles (uses settings)
  • Allow configuring frontend license key via environment variable

Fixes

  • Not possible to update settings blob field
  • Allow multiple copies of the same file on the same storage
  • Fixed SNS bugs

Job system

Features

  • Added action for copying files between storages
  • Added job and configuration field original_extra_tag, for adding extra tags to original files during ingest
  • Added job and configuration field web_ready_tag, for adding extra tags to web ready files during ingest
  • Added waveform extraction action

Fixes

  • Clarified default ingest workflow
  • Fixed file order in templates (null,AUTO,*,VIDEO,AUDIO)