v1.1.1
·
473 commits
to master
since this release
v1.1.1 — Bug Fixes & Client Hardening
Bug Fixes
- layout_pip: Expose
rounded_cornersparameter instead of hardcodedFalse - 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_composetracks JSON schema documentedai_stem_separationdefault behavior (4 stems) documentedremotion_to_mcpvideovalid post_process ops documentedremotion_validatecomposition_id optional behavior documented
CLI Improvements
audio-preset --helpnow 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)