Releases: dudarev/voice-cli
Releases · dudarev/voice-cli
0.0.5 - Existing text in the output file does not change with new transcription
[0.0.5] - 2024-03-16
Added
- Added a
--forceoption 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
--forceoption. - Updated the
Development.mddoc to usemaininstead ofmasterfor the git diff command. - Updated the
PLAN.mddoc with additional notes and plans. - Bumped the version in
setup.pyfrom0.0.2to0.0.5. - Added
scratchto the.gitignorefile.
Tests
- Added new tests in
tests/test_cli.pyto cover various scenarios with the output file and the--forceoption.
0.0.4 - Add timestamps from filenames and file sorting
- Added support for
.webmsound 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.