v4.0.437
remotion-dev/remotionv4.0.437Mar 19, 2026by JonnyBurger
AI Summary
Adds an official Electron Forge starter template and removes internal dependencies for a leaner codebase, while fixing video display and AppleScript focus issues.
Key Highlights
- Add official Electron Forge starter template
- Remove `@remotion/media-parser` and `@remotion/webcodecs` dependency
- Fix correct display of trimmed `@remotion/media` video
- Optimize performance when resizing window
Full Release Notes
## What's Changed * `remotion`: Fix correct display of trimmed `@remotion/media` video by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6850 * `@remotion/media`: add `<Video crossOrigin>` for parser fetch credentials by @alec-watts in https://github.com/remotion-dev/remotion/pull/6838 * `@remotion/media-utils`: Remove `@remotion/media-parser` and `@remotion/webcodecs` dependency by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6867 * `@remotion/studio`: Optimize performance when resizing window by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6851 * `@remotion/studio-server`: Fix AppleScript tab focus not triggering for studio by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6864 * Upgrade Mediabunny from 1.37.0 to 1.39.2 by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6866 * Bump `next` from 16.1.5 to 16.1.7 by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6861 ## Templates * **Add official Electron Forge starter template** by @samohovets in https://github.com/remotion-dev/remotion/pull/6774 * Recorder: Stop recording when tab sharing ends by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6853 ## Docs * Add `/templates` link to Resources menu and footer by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6860 ## New Contributors * @alec-watts made their first contribution in https://github.com/remotion-dev/remotion/pull/6838 **Full Changelog**: https://github.com/remotion-dev/remotion/compare/v4.0.436...v4.0.437