11.0.0

Released 2025-04-22
Highlights
  • Breaking change: player functions mute() and unmute() no longer affect the player status property muxedAudio
  • CutlistPlayer: fix bug that prevents user from seeking to last frame in preview mode
Release notes

Breaking change

  • Core: player functions mute() and unmute() no longer affect the player status property muxedAudio
    • The muxedAudio property describes if muxed audio is enabled in the player while mute() and unmute() control the global muted state on the player

Fixes

  • CutlistPlayer: fix bug that prevents user from seeking to last frame in preview mode
  • HotkeyPlugin: change behavior of hotkeys for stepping 1 second, 10 seconds, 1 minute, and 10 minutes to step according to the timecode instead of using wall clock time