Releases: kaltura/kaltura-premiere-panel
Kaltura for Adobe Creative Cloud v1.19.1
How to Install
- Download the
.ccxfile for your Adobe app from the Assets section below:kaltura-panel-1.19.1_premierepro.ccx— Premiere Prokaltura-panel-1.19.1_photoshop.ccx— Photoshop
- Double-click the
.ccxfile to install - 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
How to Install
- Download the
.ccxfile for your Adobe app from the Assets section below:kaltura-panel-1.19.0_premierepro.ccx— Premiere Prokaltura-panel-1.19.0_photoshop.ccx— Photoshop
- Double-click the
.ccxfile to install - 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
How to Install
- Download the
.ccxfile for your Adobe app from the Assets section below:kaltura-panel-1.18.2_premierepro.ccx— Premiere Prokaltura-panel-1.18.2_photoshop.ccx— Photoshop
- Double-click the
.ccxfile to install - 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 withoutheight: 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,
handlePublishhad 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
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
PhotoshopHostServicewithexecuteAsModal()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
idso both can be installed simultaneously - Fixed manifest labels — Premiere Pro v26 rejects
LocalizedStringobjects on entrypoint labels - Marketplace icons — Added 48×48, 96×96, 192×192 px PNG icons
How to Install
- Download the
.ccxfile 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+)
- Double-click the
.ccxfile to install - 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
How to Install
- Download the
.ccxfile for your Adobe app from the Assets section below:kaltura-panel-1.18.0_premierepro.ccx— Premiere Prokaltura-panel-1.18.0_aftereffects.ccx— After Effectskaltura-panel-1.18.0_audition.ccx— Audition
- Double-click the
.ccxfile to install - 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
AuthGatefor inline login. - Shared singleton services — Services moved from
App.tsxuseMemoto module-level singletons insrc/services/singleton.ts. All panels and commands share the sameKalturaClient,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.tsxregisters entrypoints directly.
Improvements
- Quality picker overlay — Renders as a proper absolute-positioned overlay with backdrop instead of inline (which caused layout overlap).
- Removed
isImportedmechanism — "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 prevention —
escapeHtml()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
How to Install
- Download the
.ccxfile for your Adobe app from the Assets section below:kaltura-panel-1.17.20_premierepro.ccx— Premiere Prokaltura-panel-1.17.20_aftereffects.ccx— After Effectskaltura-panel-1.17.20_audition.ccx— Audition
- Double-click the
.ccxfile to install - 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
How to Install
- Download the
.ccxfile for your Adobe app from the Assets section below:kaltura-panel-1.17.19_premierepro.ccx— Premiere Prokaltura-panel-1.17.19_aftereffects.ccx— After Effectskaltura-panel-1.17.19_audition.ccx— Audition
- Double-click the
.ccxfile to install - 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
How to Install
- Download the
.ccxfile for your Adobe app from the Assets section below:kaltura-panel-1.17.18_premierepro.ccx— Premiere Prokaltura-panel-1.17.18_aftereffects.ccx— After Effectskaltura-panel-1.17.18_audition.ccx— Audition
- Double-click the
.ccxfile to install - 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
How to Install
- Download the
.ccxfile for your Adobe app from the Assets section below:kaltura-panel-1.17.17_premierepro.ccx— Premiere Prokaltura-panel-1.17.17_aftereffects.ccx— After Effectskaltura-panel-1.17.17_audition.ccx— Audition
- Double-click the
.ccxfile to install - 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
How to Install
- Download the
.ccxfile for your Adobe app from the Assets section below:kaltura-panel-1.17.16_premierepro.ccx— Premiere Prokaltura-panel-1.17.16_aftereffects.ccx— After Effectskaltura-panel-1.17.16_audition.ccx— Audition
- Double-click the
.ccxfile to install - 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.