Releases: jeremycline/btfm
Releases · jeremycline/btfm
btfm v0.17.0
Full Changelog: v0.16.0...v0.17.0
v0.16.0
btfm v0.16.0
v0.15.0
btfm v0.15.0 and btfm-cli v0.2.0 Support editing clips.
v0.14.2
* fix client upload
v0.14.1
btfm v0.14.1 * Fix everything
v0.14.0
What's Changed
-
Added an HTTP API for remote management
-
Added a CLI for the aforementioned HTTP API
-
Introduced a breaking database schema change with no migration. Sorry.
Full Changelog: v0.13.0...v0.14.0
v0.13.0
btfm v0.13.0 * Move almost all configuration to a TOML config file to annoy bowlofeggs. * Add a new transcription backend for Deepgram's streaming API. This is completely untested and can be tested out with the --backend CLI flag. * A lot of internal re-organization that is probably just as bad as it was before. * Many dependency updates * Audio going into Deepspeech is now prepended and appended with a bit of silence, which solves the issue where transcriptions would miss the beginning of a sentence
v0.12.1
btfm v0.12.1 * Bump sqlx from 0.5.2 to 0.5.5 * Bump thiserror from 1.0.24 to 1.0.25 * Bump serenity from 0.10.5 to 0.10.7 * General cargo-update
v0.12.0
btfm v0.12.0 - Lower clip volume rather than pausing when people talk
v0.11.2
btfm v0.11.2 - Update project dependencies