Skip to content

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 17 Feb 23:52
· 27 commits to main since this release
fix: make voice/whisper an optional build tag for FFmpeg 6.x compat

Default build (`make` or `go build`) no longer requires FFmpeg or
whisper.cpp, fixing builds on Ubuntu 24.04 and Debian bookworm which
ship FFmpeg 6.x. Voice transcription is now opt-in via the `voice`
build tag (`make build-voice` or `go build -tags voice`).

Closes #8

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>