# Dragonflight Premiere Panel — v1.0.1 Built 2026-05-23 from `feat/premiere-installer`. First release that actually loads under Premiere Pro 2025 (CEP 12) and connects to an auth-enabled mam-api. ## What changed since v1.0.0 | Problem | Fix | |---------|-----| | `manifest.xml` had `--` inside an XML comment → CEP 12 refused to parse it | Comment rewritten without double hyphens | | `manifest.xml` lacked a `Version="X.Y"` attribute on the root and used a non-standard `AbstractionLayers`/`ExtensionList` structure → CEP rejected with `Unsupported Manifest version ''` | Rewritten to the standard CSXS 7.0 schema (`ExtensionList` + `DispatchInfoList`), matching the working AMPP panel template | | `main.js` re-declared `const csInterface` at top-level — CSInterface.js already declared the same binding. CEP 12 shares script-realm lexical scope across `