Skip to content

Tags: echohello-dev/transcribe-me

Tags

transcribe-me-1.0.1

Toggle transcribe-me-1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(main): release transcribe-me 1.0.1 (#21)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

transcribe-me-1.0.0

Toggle transcribe-me-1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(main): release transcribe-me 1.0.0 (#20)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

0.2.6

Toggle 0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: Remove redundant file outputs in transcription process (#10)

0.2.5

Toggle 0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: requirements.txt to reduce vulnerabilities (#9)

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

0.2.4

Toggle 0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create CODEOWNERS

0.2.3

Toggle 0.2.3's commit message

Verified

This commit was signed with the committer’s verified signature.
johnnyhuy Johnny Huynh
ci: Refactor GitHub actions workflow configuration

- Refactor workflow file to remove redundant parameters
- Clean up unnecessary code to improve readability and maintainability
- Ensure consistency in workflow configuration across the project

0.2.2

Toggle 0.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
johnnyhuy Johnny Huynh
ci: Update GitHub Actions configuration and dependencies

- Add GitHub token environment variable declaration
- Update release-drafter action to version v5

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
johnnyhuy Johnny Huynh
refactor: Refactor conditional logic in transcription process.

- Refactor conditional logic in `cli.py`
- Improve readability by moving `transcription.process_audio_files` call inside a conditional block

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
johnnyhuy Johnny Huynh
Enhance transcription instructions and CLI parsing

- Add instructions for transcribing only audio files that have not been transcribed in README.md
- Update Docker instructions for the application in README.md
- Add `"only"` as a choice in the argument parser in cli.py
- Add conditional to process audio files if the command is "only" in cli.py

0.1.3

Toggle 0.1.3's commit message

Verified

This commit was signed with the committer’s verified signature.
johnnyhuy Johnny Huynh
ci: Refactor GitHub workflows for efficiency.

- Optimize GitHub workflow file by removing unnecessary `env` section