Skip to content

Releases: alnah/go-transcript

v0.6.0

06 Feb 13:24

Choose a tag to compare

Changelog

  • 27bfb71 feat: add devices subcommand and switch audio codec to OGG Opus

v0.5.2

06 Feb 12:45

Choose a tag to compare

Changelog

  • 60a803d fix: revert dshow embedded quotes (not needed with exec.Command)

v0.5.1

06 Feb 12:30

Choose a tag to compare

Changelog

  • bd41a6a fix: add embedded quotes for dshow device names on Windows

v0.5.0

06 Feb 12:03

Choose a tag to compare

Changelog

  • 6527435 feat: add apierr package with shared error sentinels and retry
  • 68dea4d fix: handle suffix-based dshow device listing on Windows
  • 77d1f7e refactor: extract Restructurer interface and estimateTokens
  • 791872f refactor: replace go-openai with direct HTTP across all packages

v0.4.0

29 Jan 18:18

Choose a tag to compare

Changelog

  • 5e11ff5 feat: add EnsureExtension helper for path handling
  • 2f6af9a refactor: extract output helpers to dedicated file
  • 42ffbb8 refactor: use shared helpers and extract interrupt handler in live
  • eb36f06 refactor: use shared output helpers in transcribe and structure
  • a039207 style: rename base to restructurer in factory method

v0.3.2

29 Jan 00:21

Choose a tag to compare

Changelog

  • b2a65ce fix: use direct HTTP for diarization to support chunking_strategy

v0.3.1

27 Jan 15:39

Choose a tag to compare

Changelog

  • df8c821 fix: add missing notes template to flag help text

v0.3.0

27 Jan 15:30

Choose a tag to compare

Changelog

  • 1aa2e87 feat: add Provider type for validated LLM provider selection
  • 0f6cd1b feat: add template.Name type for validated template names
  • 2d898ef refactor: convert lang package to Language type with parse-time validation
  • ec384c1 refactor: update cli package to use Provider, Language, and template.Name types
  • 5b5a1b4 refactor: update live command to parse options at CLI boundary
  • a141ae4 refactor: update restructure package to use typed Language and template.Name
  • c433076 refactor: update structure command to parse options at CLI boundary
  • a8bf323 refactor: update transcribe command to parse options at CLI boundary
  • 9dd8b75 refactor: update transcribe package to use lang.Language type

v0.2.1

27 Jan 11:10

Choose a tag to compare

Changelog

  • a1c6eaa fix: initialize ffmpegRunner in loopback and mix recorders

v0.2.0

27 Jan 10:52

Choose a tag to compare

Changelog

  • db2e8e9 feat: improve CLI shortflags for common operations