Skip to content

v0.6.0-rc4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jun 06:41
· 566 commits to main since this release

MeetingTranscriber 0.6.0-rc4 (Pre-release)

Installation

Via Homebrew (Beta channel):

brew tap pasrom/meeting-transcriber
brew install --cask meeting-transcriber@beta

Release candidate from the beta channel. The stable and beta casks conflict — uninstall one before installing the other.

Manual:

  1. Download the DMG below
  2. Mount it and drag MeetingTranscriber to Applications

SHA256

45811d3ccbe8314a97ca21bb4ff7fc982f160d14ce2e5e1fe37140ca9942e328

What's Changed

🚀 Features

  • feat(app): English low-latency live captions via streaming EOU ASR (opt-in) by @pasrom in #399

🐛 Bug Fixes

  • fix(app): flush pending live utterance when recording stops by @pasrom in #397
  • fix(app): debug RPC server listener lifecycle + orphaned log-streamer reaper by @pasrom in #401
  • fix(app): avoid splitting Parakeet tokens mid-word at the token cap by @devdotbo in #403

🧹 Maintenance

  • perf(app): forward resampled 16k audio to the app live sink by @pasrom in #396
  • perf(app): halve live-caption re-transcription cadence by @pasrom in #398
  • ci: harden against slow-runner flakes and self-masking cancellations by @pasrom in #402

📖 Documentation

  • docs: link release badge to the releases list by @pasrom in #395

Other Changes

  • ci: label fork PRs via pull_request_target by @pasrom in #404

New Contributors

Full Changelog: v0.6.0-rc3...v0.6.0-rc4