Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 18:40

Changelog

  • df7bcea Create .github/workflows/main.yml
  • 357a1dd Create README.md
  • bea17d5 Create release_note.md
  • 9d69199 Delete src/out
  • 72667b3 Update README.md
  • 3e39793 Update README.md
  • ab2ce67 Update README.md
  • 0b6bbc4 Update README.md
  • fb01f17 Update README.md
  • b6dee12 Update README.md
  • 7b8776a Update README.md
  • 276e8de Update README.md
  • 57258d6 Update main.yml
  • 2fb2e8b Update main.yml
  • 822f8c5 Update main.yml
  • deb09a0 Update main.yml
  • 711e7e5 Update main.yml
  • 81beb76 Update main.yml
  • 33d7048 Update main.yml
  • 9f628c5 Update main.yml
  • acc4f99 Update main.yml
  • bbbb3d5 Update main.yml
  • 400bba4 add linux bin
  • cf8bdf7 add macos amr64
  • 4ec7def add macos amr64
  • a31dd1d add macos amr64
  • c35ae60 add macos amr64
  • 93ba13f ci: add pipeline for release
  • fd113f3 ci: remove python check
  • 87566ff doc: unsupported feature
  • 0c80cab docs(readme): fix readme
  • 271e84f docs(readme): fix readme
  • 6ae5512 feat(add_toggles): add new toggles like summarization, emotion, diarization
  • 17a07be feat(cli): better help
  • 3df122a feat(go): add bins
  • a3fe951 feat(go): add toggle_diarization and csv output support
  • 89b6403 feat(go): refactor cli to go for better perf
  • 4cc924b feat(linux): better doc
  • f1d71be feat(migration): migration to cli v2
  • 0e4aaec feat(windows): add windows support
  • b37e0b9 feat(windows): compile better help
  • 26b0f5c feat: add language, diarization and code switching to commands
  • 521bdad feat: add model to tag
  • 04ca3d5 feat: clarify go cli
  • cb54d61 fix deps
  • b1940f4 fix macos bin
  • 81fcb4d fix(cli): fix confidence retreival
  • e845678 fix(cli): fix local files
  • 5378b21 fix(error): better file closing
  • 018823a fix(go): fix go cli dist
  • ce26259 fix(python): add new windows cli
  • 89152bb fix(python): fix binary for linux
  • 3a7e535 fix(python): fix python cli
  • 9225aaf fix(readme): add support for windows in README.md
  • 7d2552f fix(transcribe.go): add error logging when closing file, writer, and response body to prevent resource leaks and improve error handling fix(transcribe.go): change error handling when decoding response body to improve error handling and prevent potential issues with decoding
  • 333e517 fix(transcribe.go): clear terminal screen before printing status messages to improve readability fix(transcribe.go): handle transcription error by returning error message instead of full transcript chore(dist): update binary files for different platforms
  • a29b316 fix: code switching can take no languages
  • ba4e2b2 fix: code switching indifferent to languages
  • d33e609 fix: diarization request serialization and speaker constraints.
  • 59e0f74 fix: ignore gladia file (to build with make)
  • f5d843c fix: improve http clients and reuse tcp connections
  • d4635cb fix: restrict permissions on the api-key config file.
  • 88aaac9 fix: workflow is now only go
  • 7465801 init
  • 5da64dc lint
  • 876a36f oops
  • 23d5a02 oops
  • 945d102 refacto: clean python cli
  • 38c2d7d refacto: move dist in folder
  • 51f1b08 refactor(*): split library and cli
  • 5202b1a refactor: remove dead code
  • 282062b remove empty "release¨not" file
  • 4c1d1bb test
  • fd7230f ✨ (Makefile): update ARM build output filename to reflect correct architecture ✨ (Makefile): add new binary for ARMv7 architecture to the distribution folder
  • 5e0bfd1 ✨ Add verbose flag to enable detailed logging during transcription process 📝 Update Makefile to include a .PHONY target for dist and list dist files ♻️ Refactor GladiaClient to accept verbose parameter for logging control 💡 Improve README with verbose flag documentation for better user guidance
  • 3063fcf 📄 Add MIT LICENSE file
  • 18bc64d 📝 (README.md): update code blocks to specify bash for better clarity and consistency ✨ (main.go): enhance audio processing logic to support saving Gladia API key and improve error handling ♻️ (transcribe.go): refactor UploadFile method to return audio URL directly and improve error messages
  • 9e9261f 🚀 (dist): update binary distribution files for various platforms to include the latest changes and improvements