Skip to content

Releases: dudarev/voice-cli

0.0.5 - Existing text in the output file does not change with new transcription

16 Mar 16:33
83e936a

Choose a tag to compare

[0.0.5] - 2024-03-16

Added

  • Added a --force option to the CLI to force transcribing files even if a cache exists.

Changed

  • Existing text in the output file does not change with new transcription
  • Updated the README with information about the new --force option.
  • Updated the Development.md doc to use main instead of master for the git diff command.
  • Updated the PLAN.md doc with additional notes and plans.
  • Bumped the version in setup.py from 0.0.2 to 0.0.5.
  • Added scratch to the .gitignore file.

Tests

  • Added new tests in tests/test_cli.py to cover various scenarios with the output file and the --force option.

0.0.4 - Add timestamps from filenames and file sorting

06 Aug 13:04

Choose a tag to compare

  • Added support for .webm sound file extension.
  • Added get_file_timestamp() to extract timestamps from filenames.
  • Sort files by timestamp instead of modified time.
  • Print files to transcribe with timestamps.
  • Added tests for get_file_timestamp().
  • Added Makefile targets for running tests.
  • Created TODO and Development docs.