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