Skip to content

Releases: ModelsLab/mstudio-AE-plugin

v2.0.2

22 May 08:11

Choose a tag to compare

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

21 May 05:16
1815439

Choose a tag to compare

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:

  1. Enable CEP PlayerDebugMode for After Effects
  2. Extract all plugin files into Adobe's CEP extensions directory
  3. 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

18 May 17:57
5b2a950

Choose a tag to compare

What's Changed

  • refactor: migrate from UXP to CEP for After Effects 2026 compatibility by @Abdullahi-Model in #1

New Contributors

Full Changelog: https://github.com/ModelsLab/mstudio-AE-plugin/commits/v.0.0.1