v4.0.495
IceWhaleTech/CasaOSv4.0.495Jul 20, 2026by JonnyBurger
AI Summary
Enhances workflow efficiency by expanding clipboard and drag-and-drop support (including Figma selections) and improving the composition inspector.
Key Highlights
- Support pasting Figma selections
- Support pasting and dropping SVGs
- Support pasting images from clipboard
- Add composition inspector actions
- Open existing render output
New Features
- Remove text controls from SVG elements
- Fix timeline pinch zoom anchoring
- Use CanvasImage for dropped images
- Fix nested sequence reordering
- Ignore premounted and postmounted canvas elements
- Support pasting Figma selections
- Preselect new composition name
- Clean up Studio design
- Add padding when fitting compositions
- Allow pasting and dropping SVGs
- Add composition inspector actions
- Reload config changes in Studio
- Refactor composition inspector
- Reject invalid playback rate values
- Support pasting images from clipboard
- Notify when canvas rejects a drop
- Add split clip action to inspector
- Show image metadata in asset inspector
- Open existing render output
- Replace deprecated URL parser
- Remove default value after keyframe deletion
- Add direct premounting to Video and Audio
- Seek when adjusting trim points
- Fix Mediabunny extension upgrades
Full Release Notes
## What's Changed * `remotion`: Remove text controls from SVG elements by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9328 * `@remotion/studio`: Fix timeline pinch zoom anchoring by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9362 * `@remotion/studio`: Use CanvasImage for dropped images by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9360 * `@remotion/studio`: Fix nested sequence reordering by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9358 * `@remotion/studio`: Ignore premounted and postmounted canvas elements by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9357 * `@remotion/studio`: Support pasting Figma selections by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9344 * `@remotion/studio`: Preselect new composition name by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9356 * `@remotion/studio`: Clean up Studio design by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9353 * `@remotion/studio`: Add padding when fitting compositions by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9339 * `@remotion/studio`: Allow pasting and dropping SVGs by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9326 * `@remotion/studio`: Add composition inspector actions by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9330 * `@remotion/cli`: Reload config changes in Studio by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9024 * `@remotion/studio`: Refactor composition inspector by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9323 * `@remotion/studio`: Reject invalid playback rate values by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9321 * `@remotion/studio`: Support pasting images from clipboard by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9322 * `@remotion/studio`: Notify when canvas rejects a drop by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9320 * `@remotion/studio`: Add split clip action to inspector by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9319 * `@remotion/studio`: Show image metadata in asset inspector by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9317 * `@remotion/studio`: Open existing render output by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9315 * `@remotion/studio-server`: Replace deprecated URL parser by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9361 * `@remotion/studio-server`: Remove default value after keyframe deletion by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9318 * `@remotion/media`: Add direct premounting to Video and Audio by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9336 * `@remotion/convert`: Seek when adjusting trim points by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9314 * `@remotion/cli`: Fix Mediabunny extension upgrades by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9313 ## Docs * Mention ProRes in video tag comparison by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9316 * [Consolidate accessibility documentation under License, Pricing and Compliance](https://remotion.dev/docs/license/accessibility-statement-remotion-dev) by @MehmetAdemi in https://github.com/remotion-dev/remotion/pull/9238 * Reorganize responsive footer navigation by @MehmetAdemi in https://github.com/remotion-dev/remotion/pull/9257 * Fix VPAT version label in remotion.pro accessibility statement by @MehmetAdemi in https://github.com/remotion-dev/remotion/pull/9338 **Full Changelog**: https://github.com/remotion-dev/remotion/compare/v4.0.494...v4.0.495