Skip to content

Releases: kaltura/kaltura-premiere-panel

Kaltura for Adobe Creative Cloud v1.19.1

28 May 01:06

Choose a tag to compare

How to Install

  1. Download the .ccx file for your Adobe app from the Assets section below:
    • kaltura-panel-1.19.1_premierepro.ccx — Premiere Pro
    • kaltura-panel-1.19.1_photoshop.ccx — Photoshop
  2. Double-click the .ccx file to install
  3. Open your Adobe app and go to Window > UXP Plugins > Kaltura

Requires Premiere Pro v25.6+ or Photoshop v25.1+.

Requirements

  • A Kaltura account with API access

Enterprise / IT deployment

See the Enterprise Deployment Guide.


Changelog

Kaltura for Adobe Creative Cloud v1.19.0

28 May 00:11

Choose a tag to compare

How to Install

  1. Download the .ccx file for your Adobe app from the Assets section below:
    • kaltura-panel-1.19.0_premierepro.ccx — Premiere Pro
    • kaltura-panel-1.19.0_photoshop.ccx — Photoshop
  2. Double-click the .ccx file to install
  3. Open your Adobe app and go to Window > UXP Plugins > Kaltura

Requires Premiere Pro v25.6+ or Photoshop v25.1+.

Requirements

  • A Kaltura account with API access

Enterprise / IT deployment

See the Enterprise Deployment Guide.


Changelog

Kaltura for Adobe Creative Cloud v1.18.2

22 Mar 14:39

Choose a tag to compare

How to Install

  1. Download the .ccx file for your Adobe app from the Assets section below:
    • kaltura-panel-1.18.2_premierepro.ccx — Premiere Pro
    • kaltura-panel-1.18.2_photoshop.ccx — Photoshop
  2. Double-click the .ccx file to install
  3. Open your Adobe app and go to Window > UXP Plugins > Kaltura

Requires Premiere Pro v25.6+ or Photoshop v25.1+.

Requirements

  • A Kaltura account with API access

Enterprise / IT deployment

See the Enterprise Deployment Guide.


Changelog

Bug Fixes

  • Fix panel layout not filling height — UXP multi-panel create(rootNode) provides a container without height: 100%. Set height and overflow on rootNode so panels fill the available space with StatusBar pinned to bottom.
  • Fix "Replace Content" button not responding — In Replace Existing mode, handlePublish had an early return if title was empty, but title is optional for replacements. Guard now only applies to New Entry mode.

Kaltura for Adobe Creative Cloud v1.18.1

22 Mar 04:19

Choose a tag to compare

What's New in v1.18.1

Internationalization

  • Full i18n support — 246 translation keys across 20 languages (English + cs, da, de, es, fi, fr, it, ja, ko, nb, nl, pl, pt-BR, ru, sv, tr, uk, zh-Hans, zh-Hant)
  • Automatically detects Adobe host app UI locale
  • All UI localized: panels, components, commands, settings dialog

Host App Support

  • Photoshop support — Added PhotoshopHostService with executeAsModal() document open
  • Removed After Effects and Audition — No third-party UXP plugin support exists for these apps

Fixes

  • Fixed .ccx install conflict — Each host app now gets a unique manifest id so both can be installed simultaneously
  • Fixed manifest labels — Premiere Pro v26 rejects LocalizedString objects on entrypoint labels
  • Marketplace icons — Added 48×48, 96×96, 192×192 px PNG icons

How to Install

  1. Download the .ccx file for your Adobe app from the Assets section below:
    • kaltura-panel-1.18.1_premierepro.ccx — Premiere Pro (v25.6+)
    • kaltura-panel-1.18.1_photoshop.ccx — Photoshop (v25.1+)
  2. Double-click the .ccx file to install
  3. Open your Adobe app and go to Window > UXP Plugins > Kaltura

Note: Both .ccx files can be installed side by side — they have unique plugin IDs.

Requirements

  • A Kaltura account with API access

Enterprise / IT deployment

See the Enterprise Deployment Guide.

Kaltura for Adobe Creative Cloud v1.18.0

22 Mar 01:11

Choose a tag to compare

How to Install

  1. Download the .ccx file for your Adobe app from the Assets section below:
    • kaltura-panel-1.18.0_premierepro.ccx — Premiere Pro
    • kaltura-panel-1.18.0_aftereffects.ccx — After Effects
    • kaltura-panel-1.18.0_audition.ccx — Audition
  2. Double-click the .ccx file to install
  3. Open your Adobe app and go to Window > UXP Plugins > Kaltura

Requires Premiere Pro, After Effects, or Audition v25.6+.

Requirements

  • A Kaltura account with API access

Enterprise / IT deployment

See the Enterprise Deployment Guide.


Changelog

Architecture

  • Multi-panel + command architecture — Refactored from single tabbed panel to UXP best practices: two independent panels (Media Browser, Publish) and two commands (Settings, Sign Out). Each panel has its own React tree wrapped in AuthGate for inline login.
  • Shared singleton services — Services moved from App.tsx useMemo to module-level singletons in src/services/singleton.ts. All panels and commands share the same KalturaClient, AuthService, and derived services.
  • Cross-panel auth sync — Login/logout in one panel automatically syncs to all other panels via DOM events (kaltura:signin, kaltura:signout).
  • Settings as command — Settings is now a command that opens a modal dialog via uxpShowModal() instead of a panel tab. No authentication required.
  • Sign Out as command — Dedicated command in the Plugins menu. Clears session and dispatches signout event to reset all panel UIs.
  • Deleted App.tsx — No longer the entry point. src/index.tsx registers entrypoints directly.

Improvements

  • Quality picker overlay — Renders as a proper absolute-positioned overlay with backdrop instead of inline (which caused layout overlap).
  • Removed isImported mechanism — "Import to Project" always shown (no "Re-import" variant). "Attach to Clip" always available for entries with captions (not gated by import status).
  • Removed "Back to Browse" button — No longer relevant since Publish is an independent panel.
  • In-panel headers — Each panel shows a subtle header ("MEDIA BROWSER" / "PUBLISH") to distinguish docked panels since Premiere Pro uses the plugin name for all tab titles.
  • XSS preventionescapeHtml() applied to audit trail data rendered via innerHTML in SettingsCommand.

Tests

  • 493 tests across 40 suites — all passing
  • New tests: SignOutCommand (event dispatch), singleton services, cross-panel auth sync

Kaltura for Adobe Creative Cloud v1.17.20

21 Mar 02:19

Choose a tag to compare

How to Install

  1. Download the .ccx file for your Adobe app from the Assets section below:
    • kaltura-panel-1.17.20_premierepro.ccx — Premiere Pro
    • kaltura-panel-1.17.20_aftereffects.ccx — After Effects
    • kaltura-panel-1.17.20_audition.ccx — Audition
  2. Double-click the .ccx file to install
  3. Open your Adobe app and go to Window > UXP Plugins > Kaltura

Requires Premiere Pro, After Effects, or Audition v25.6+.

Requirements

  • A Kaltura account with API access

Enterprise / IT deployment

See the Enterprise Deployment Guide.


Changelog

Kaltura for Adobe Creative Cloud v1.17.19

21 Mar 02:14

Choose a tag to compare

How to Install

  1. Download the .ccx file for your Adobe app from the Assets section below:
    • kaltura-panel-1.17.19_premierepro.ccx — Premiere Pro
    • kaltura-panel-1.17.19_aftereffects.ccx — After Effects
    • kaltura-panel-1.17.19_audition.ccx — Audition
  2. Double-click the .ccx file to install
  3. Open your Adobe app and go to Window > UXP Plugins > Kaltura

Requires Premiere Pro, After Effects, or Audition v25.6+.

Requirements

  • A Kaltura account with API access

Enterprise / IT deployment

See the Enterprise Deployment Guide.


Changelog

Kaltura for Adobe Creative Cloud v1.17.18

21 Mar 02:05

Choose a tag to compare

How to Install

  1. Download the .ccx file for your Adobe app from the Assets section below:
    • kaltura-panel-1.17.18_premierepro.ccx — Premiere Pro
    • kaltura-panel-1.17.18_aftereffects.ccx — After Effects
    • kaltura-panel-1.17.18_audition.ccx — Audition
  2. Double-click the .ccx file to install
  3. Open your Adobe app and go to Window > UXP Plugins > Kaltura

Requires Premiere Pro, After Effects, or Audition v25.6+.

Requirements

  • A Kaltura account with API access

Enterprise / IT deployment

See the Enterprise Deployment Guide.


Changelog

Kaltura for Adobe Creative Cloud v1.17.17

21 Mar 01:56

Choose a tag to compare

How to Install

  1. Download the .ccx file for your Adobe app from the Assets section below:
    • kaltura-panel-1.17.17_premierepro.ccx — Premiere Pro
    • kaltura-panel-1.17.17_aftereffects.ccx — After Effects
    • kaltura-panel-1.17.17_audition.ccx — Audition
  2. Double-click the .ccx file to install
  3. Open your Adobe app and go to Window > UXP Plugins > Kaltura

Requires Premiere Pro, After Effects, or Audition v25.6+.

Requirements

  • A Kaltura account with API access

Enterprise / IT deployment

See the Enterprise Deployment Guide.


Changelog

Kaltura for Adobe Creative Cloud v1.17.16

21 Mar 01:46

Choose a tag to compare

How to Install

  1. Download the .ccx file for your Adobe app from the Assets section below:
    • kaltura-panel-1.17.16_premierepro.ccx — Premiere Pro
    • kaltura-panel-1.17.16_aftereffects.ccx — After Effects
    • kaltura-panel-1.17.16_audition.ccx — Audition
  2. Double-click the .ccx file to install
  3. Open your Adobe app and go to Window > UXP Plugins > Kaltura

Requires Premiere Pro, After Effects, or Audition v25.6+.

Requirements

  • A Kaltura account with API access

Enterprise / IT deployment

See the Enterprise Deployment Guide.


Changelog