Skip to content

v0.2.1

Compare
Choose a tag to compare
@ivansaul ivansaul released this 07 Oct 04:54
· 8 commits to master since this release

v0.2.1 (2024-10-07)

Fix

  • fix: inherit str in VideoCodec enum for Typer compatibility

Inherit from str in VideoCodec enum to ensure it behaves like a string, resolving Typer compatibility issue. (d6251f1)

  • fix: enforce valid quality range

Added validation to ensure the quality argument falls within a valid range (0-100). This prevents potential errors and ensures that the user's input is always treated correctly. (631e60d)

Unknown

  • Merge pull request #19 from ivansaul/fix/cli-arguments-validations

Fix cli arguments validations (30dbf9a)