diff --git a/services/web-ui/public/data.jsx b/services/web-ui/public/data.jsx index 5102be7..b940408 100644 --- a/services/web-ui/public/data.jsx +++ b/services/web-ui/public/data.jsx @@ -24,28 +24,17 @@ window.ZAMPP_API_PREFIX = API; // single source of truth (#115) // Premiere panel releases embedded in this deployment. Bumping the version // here is the single source of truth - both the Editor download buttons and // the Settings → Capture SDKs page read from this list (#125). +// +// The panel is now a UXP plugin (.ccx), replacing the legacy CEP/ZXP panel. +// Each entry carries a `ccx` URL; the older `zxp`/`installer` fields are gone. window.PREMIERE_RELEASES = [ { - version: '1.2.0', - zxp: '/downloads/dragonflight-premiere-panel-1.2.0.zxp', + version: '2.2.2', + ccx: '/downloads/dragonflight-mam-2.2.2.ccx', installer: null, - notes: 'Latest: design system refresh, aligned panel UI with web-ui tokens', + notes: 'UXP plugin: one-click Export Timeline, library + conform + auto-relink, growing-file mount, runtime version chip. Replaces the legacy CEP/ZXP panel.', latest: true, }, - { - version: '1.0.1', - zxp: '/downloads/dragonflight-premiere-panel-1.0.1.zxp', - installer: '/downloads/dragonflight-premiere-panel-1.0.1-windows-setup.exe', - notes: 'Auto-relinking, growing-file support, batch trim', - latest: false, - }, - { - version: '1.0.0', - zxp: '/downloads/dragonflight-premiere-panel-1.0.0.zxp', - installer: '/downloads/dragonflight-premiere-panel-1.0.0-windows-setup.exe', - notes: 'Initial release', - latest: false, - }, ]; window.PREMIERE_LATEST = window.PREMIERE_RELEASES.find(r => r.latest) || window.PREMIERE_RELEASES[0]; diff --git a/services/web-ui/public/downloads/dragonflight-mam-2.2.2.ccx b/services/web-ui/public/downloads/dragonflight-mam-2.2.2.ccx new file mode 100644 index 0000000..c452173 Binary files /dev/null and b/services/web-ui/public/downloads/dragonflight-mam-2.2.2.ccx differ diff --git a/services/web-ui/public/downloads/dragonflight-premiere-panel-1.0.0-windows-setup.exe b/services/web-ui/public/downloads/dragonflight-premiere-panel-1.0.0-windows-setup.exe deleted file mode 100644 index 637784b..0000000 Binary files a/services/web-ui/public/downloads/dragonflight-premiere-panel-1.0.0-windows-setup.exe and /dev/null differ diff --git a/services/web-ui/public/downloads/dragonflight-premiere-panel-1.0.0.zxp b/services/web-ui/public/downloads/dragonflight-premiere-panel-1.0.0.zxp deleted file mode 100644 index e2033a7..0000000 Binary files a/services/web-ui/public/downloads/dragonflight-premiere-panel-1.0.0.zxp and /dev/null differ diff --git a/services/web-ui/public/downloads/dragonflight-premiere-panel-1.0.1-windows-setup.exe b/services/web-ui/public/downloads/dragonflight-premiere-panel-1.0.1-windows-setup.exe deleted file mode 100644 index 975e690..0000000 Binary files a/services/web-ui/public/downloads/dragonflight-premiere-panel-1.0.1-windows-setup.exe and /dev/null differ diff --git a/services/web-ui/public/downloads/dragonflight-premiere-panel-1.0.1.zxp b/services/web-ui/public/downloads/dragonflight-premiere-panel-1.0.1.zxp deleted file mode 100644 index c5fd9bd..0000000 Binary files a/services/web-ui/public/downloads/dragonflight-premiere-panel-1.0.1.zxp and /dev/null differ diff --git a/services/web-ui/public/downloads/dragonflight-premiere-panel-1.1.0.zxp b/services/web-ui/public/downloads/dragonflight-premiere-panel-1.1.0.zxp deleted file mode 100644 index a3e48f9..0000000 Binary files a/services/web-ui/public/downloads/dragonflight-premiere-panel-1.1.0.zxp and /dev/null differ diff --git a/services/web-ui/public/downloads/dragonflight-premiere-panel-1.2.0.zxp b/services/web-ui/public/downloads/dragonflight-premiere-panel-1.2.0.zxp deleted file mode 100644 index a0b80d9..0000000 Binary files a/services/web-ui/public/downloads/dragonflight-premiere-panel-1.2.0.zxp and /dev/null differ diff --git a/services/web-ui/public/screens-admin.jsx b/services/web-ui/public/screens-admin.jsx index 8a0c0b9..2dde801 100644 --- a/services/web-ui/public/screens-admin.jsx +++ b/services/web-ui/public/screens-admin.jsx @@ -2015,9 +2015,9 @@ function SdkSettingsCard() { Premiere Pro Panel
- The Dragonflight CEP panel enables growing-file editing, batch trim, and one-click hi-res relink directly inside Premiere Pro. - Install the .zxp via ZXP Installer (Mac/Win), - or run the Windows Setup which bundles the installer automatically. + The Dragonflight UXP plugin enables growing-file editing, batch trim, and one-click hi-res relink directly inside Premiere Pro. + Install the .ccx via the Adobe UXP Developer Tool, + or double-click it with Creative Cloud installed.
{PREMIERE_RELEASES.map(r => ( @@ -2029,12 +2029,16 @@ function SdkSettingsCard() {
{r.notes}
- - - - - - + {r.ccx && ( + + + + )} + {r.installer && ( + + + + )} ))} diff --git a/services/web-ui/public/screens-home.jsx b/services/web-ui/public/screens-home.jsx index de45bcf..fb1b71a 100644 --- a/services/web-ui/public/screens-home.jsx +++ b/services/web-ui/public/screens-home.jsx @@ -264,7 +264,7 @@ function PremiereDownloadModal({ onClose }) {
Premiere panel
- Adobe Premiere Pro integration. Install one ZXP per workstation. + Adobe Premiere Pro (UXP) integration. Install the .ccx per workstation via the Adobe UXP Developer Tool, or double-click it with Creative Cloud installed.
@@ -291,9 +291,9 @@ function PremiereDownloadModal({ onClose }) { {rel.notes &&
{rel.notes}
}
- {rel.zxp && ( - - ZXP + {rel.ccx && ( + + UXP plugin (.ccx) )} {rel.installer && (