Skip to content

v1.1.1

Choose a tag to compare

@simongonzalezdc simongonzalezdc released this 31 Mar 08:03
· 473 commits to master since this release

v1.1.1 — Bug Fixes & Client Hardening

Bug Fixes

  • layout_pip: Expose rounded_corners parameter instead of hardcoded False
  • layout_grid: Validate layout parameter (2x2, 3x1, 1x3, 2x3)
  • layout_pip: Validate position parameter (top-left, top-right, bottom-left, bottom-right)
  • export: Validate quality parameter (low, medium, high, ultra)
  • convert: Validate format and quality parameters

Python Client Improvements

  • All method docstrings now document return shapes
  • CLI flag ↔ Python parameter mapping documented for all transitions
  • audio_compose tracks JSON schema documented
  • ai_stem_separation default behavior (4 stems) documented
  • remotion_to_mcpvideo valid post_process ops documented
  • remotion_validate composition_id optional behavior documented

CLI Improvements

  • audio-preset --help now lists all 18 valid preset names

Tests

  • 8 new validator tests (TestClientValidators)
  • Fixed version check test
  • Fixed AI upscale missing dependency test

Lint

  • All ruff lint errors resolved (CI green)