Skip to content

v1.6.2

Latest

Choose a tag to compare

@zh-plus zh-plus released this 11 Mar 01:54
· 17 commits to master since this release

Refine the transcription and translation pipeline, expand test coverage, and improve the release workflow around uv.

New Features:

  • Add TranscriptionConfig and TranslationConfig dataclasses for clearer runtime configuration.
  • Decouple transcription and translation in LRCer.
  • Add OpenRouter fallback model support.

Other Changes:

  • Add skip_preprocess support.
  • Fix retry_model validation.
  • Improve duplicate handling and video format inference in the decoupled flow.
  • Refresh README examples to the new config API.
  • Add mock and live regression coverage for translator and LRCer behavior.
  • Add Ruff and Pyright checks and update CI environment variables for live API tests.