diff --git a/services/premiere-plugin-uxp/dragonflight-mam-2.2.2.ccx b/services/premiere-plugin-uxp/dragonflight-mam-2.2.2.ccx new file mode 100644 index 0000000..dddff05 Binary files /dev/null and b/services/premiere-plugin-uxp/dragonflight-mam-2.2.2.ccx differ diff --git a/services/web-ui/public/data.jsx b/services/web-ui/public/data.jsx index 883cea4..95738e5 100644 --- a/services/web-ui/public/data.jsx +++ b/services/web-ui/public/data.jsx @@ -25,12 +25,20 @@ window.ZAMPP_API_PREFIX = API; // single source of truth (#115) // here is the single source of truth — both the Editor download buttons and // the Settings → Capture SDKs page read from this list (#125). window.PREMIERE_RELEASES = [ + { + version: '2.2.2', + ccx: '/downloads/dragonflight-mam-2.2.2.ccx', + zxp: null, + installer: null, + notes: 'UXP panel — redesigned icon-rail UI, compact list view, single Export menu (Conform / Local Export), Upload to MAM', + latest: true, + }, { version: '1.2.0', zxp: '/downloads/dragonflight-premiere-panel-1.2.0.zxp', installer: null, - notes: 'Latest — design system refresh, aligned panel UI with web-ui tokens', - latest: true, + notes: 'Legacy CEP panel — design system refresh', + latest: false, }, { version: '1.0.1', 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..dddff05 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/screens-admin.jsx b/services/web-ui/public/screens-admin.jsx index 3d6bddd..3d70f46 100644 --- a/services/web-ui/public/screens-admin.jsx +++ b/services/web-ui/public/screens-admin.jsx @@ -1997,9 +1997,8 @@ 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 panel enables growing-file editing, conform, local export, and one-click hi-res relink directly inside Premiere Pro. + Download the .ccx and double-click to install via Creative Cloud (Mac/Win), then restart Premiere.
{PREMIERE_RELEASES.map(r => ( @@ -2011,12 +2010,16 @@ function SdkSettingsCard() {
{r.notes}
- - - - - - + {r.ccx ? ( + + + + ) : ( + <> + {r.zxp && } + {r.installer && } + + )} ))} diff --git a/services/web-ui/public/screens-editor.jsx b/services/web-ui/public/screens-editor.jsx index fd62c89..b82ee31 100644 --- a/services/web-ui/public/screens-editor.jsx +++ b/services/web-ui/public/screens-editor.jsx @@ -408,11 +408,8 @@ function Editor() {
- - - - - + +