Releases: ModelsLab/mstudio-AE-plugin
Releases · ModelsLab/mstudio-AE-plugin
v2.0.2
What's Changed
- fix(security): harden secrets handling and remove insecure configs by @Abdullahi-Model in #4
Full Changelog: v2.0.0...v2.0.2
v2.0.0 — CEP Migration + Standalone Installers
v2.0.0 — CEP Migration + Standalone Installers
Breaking Changes
- Migrated from UXP to CEP (Common Extensibility Platform) for full After Effects 2026+ compatibility
- Self-contained standalone installers via Bun compile — download one file and run it, no build tools required
- All CEP assets (HTML, JS, XML, CSS, PNG, manifest) are now bundled inside the executable at compile time
Supported Platforms
| Platform | Architecture | Installer |
|---|---|---|
| macOS | Apple Silicon (ARM64) | |
| macOS | Intel (x64) | |
| Windows | x64 |
Installation
Download the installer for your platform from the release assets below, extract, and run it. The installer will:
- Enable CEP PlayerDebugMode for After Effects
- Extract all plugin files into Adobe's CEP extensions directory
- Verify the installation and prompt you to restart After Effects
Then open Window → Extensions → MStudio Sync in After Effects.
CI/CD
The release workflow () now automatically builds and attaches all standalone binaries on every release publish.
v.0.0.1
What's Changed
- refactor: migrate from UXP to CEP for After Effects 2026 compatibility by @Abdullahi-Model in #1
New Contributors
- @Abdullahi-Model made their first contribution in #1
Full Changelog: https://github.com/ModelsLab/mstudio-AE-plugin/commits/v.0.0.1