v4.0.463

remotion-dev/remotionv4.0.463May 19, 2026by JonnyBurger

AI Summary

Adds `preservesPitch` to Audio and `hidden` to Sequence, alongside various CLI and renderer bug fixes.

Key Highlights

  • New Audio prop: `preservesPitch`
  • New Sequence prop: `hidden`
  • Fixes for CLI dark mode and browser downloads on Node 26

New Features

  • preservesPitch prop for Audio
  • hidden prop for Sequence

Full Release Notes

## What's Changed
* `remotion`: support `preservesPitch` prop by @mvanhorn in https://github.com/remotion-dev/remotion/pull/7277
* `remotion`: Add `hidden` prop to `<Sequence>`, persist via Studio timeline toggle by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7380
* `remotion`: Add sequence schema to `AnimatedImage` by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7413
* `@remotion/cli`: Fix pnpm catalog upgrade detection by @samohovets in https://github.com/remotion-dev/remotion/pull/7424
* `@remotion/layout-utils`: Fix `fitTextOnNLines()` overflow for long words by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7401
* `@remotion/renderer`: Fix browser download on Node 26 by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7423
* `@remotion/studio`: Fix localStorage quota errors by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7414
* `@remotion/timeline-utils`: Correctly start waveform at 0 by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7421

## Docs
* Update description in pricing table by @MehmetAdemi in https://github.com/remotion-dev/remotion/pull/7425
* remotion.dev/convert: Upgrade Remix to 2.17.4 (CVE-2025-61686) by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7422

## Internal
* `@remotion/example`: Add lightweight E2E testbed entry point by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7415
* `@remotion/layout-utils`: Don't publish test files by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7430
* `@remotion/skills-evals`: Add static result sharing by @samohovets in https://github.com/remotion-dev/remotion/pull/7419
* `@remotion/skills-evals`: Add per-run timing by @samohovets in https://github.com/remotion-dev/remotion/pull/7402

**Full Changelog**: https://github.com/remotion-dev/remotion/compare/v4.0.462...v4.0.463