8000 Releases · jeremycline/btfm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: jeremycline/btfm

btfm-v0.21.2

15 Apr 14:17
Compare
Choose a tag to compare

btfm-v0.21.2

Changes since btfm-v0.21.1

Cargo.lock | 385 +++++++++++++++++++++-----------------------------
Containerfile | 60 ++++++++
btfm/Cargo.toml | 17 +--
btfm/pyproject.toml | 22 +++
btfm/requirements.txt | 1 -
5 files changed, 251 insertions(+), 234 deletions(-)

What's Changed

Full Changelog: btfm-v0.21.1...btfm-v0.21.2

btfm-v0.21.1

30 Mar 21:18
Compare
Choose a tag to compare

btfm-v0.21.1

Changes since btfm-v0.21.0

.cargo/config.toml | 2 +
Cargo.lock | 605 +++++++++++++++++++++++++++++++++-------------------
btfm-cli/Cargo.toml | 2 +-
btfm/Cargo.toml | 4 +-
4 files changed, 392 insertions(+), 221 deletions(-)

What's Changed

Full Changelog: btfm-cli-v0.7.0...btfm-v0.21.1

btfm-v0.21.0

14 Mar 04:12
Compare
Choose a tag to compare

btfm-v0.21.0

Changes since btfm-v0.20.0

.github/workflows/build-cli.yml | 32 ++
.github/workflows/ci.yml | 65 ++--
.github/workflows/release.yml | 121 +++---
.github/workflows/security.yml | 2 +-
Cargo.lock | 612 ++++++++++++++----------------
Cargo.toml | 1 -
README.md | 129 ++++---
btfm-cli/Cargo.toml | 5 +-
btfm-cli/src/{main.rs => bin/btfm.rs} | 0
btfm/Cargo.toml | 29 +-
{whisper-server => btfm}/requirements.txt | 0
btfm/src/{main.rs => bin/btfm-server.rs} | 23 +-
btfm/src/cli.rs | 26 +-
btfm/src/config.rs | 30 +-
btfm/src/discord/mod.rs | 7 +-
btfm/src/discord/voice.rs | 42 +-
btfm/src/lib.rs | 6 +-
btfm/src/transcode.rs | 23 +-
btfm/src/transcribe.py | 36 ++
btfm/src/transcribe.rs | 196 ++++++++++
btfm/src/transcribe/deepgram.rs | 155 --------
btfm/src/transcribe/mod.rs | 68 ----
btfm/src/transcribe/whisper.rs | 144 -------
whisper-server/Cargo.toml | 97 -----
whisper-server/src/error.rs | 15 -
whisper-server/src/main.rs | 185 ---------
whisper-server/src/transcribe.py | 62 ---
27 files changed, 812 insertions(+), 1299 deletions(-)

What's Changed

Full Changelog: btfm-v0.20.0...btfm-v0.21.0

btfm-cli-v0.7.0

14 Mar 04:30
Compare
Choose a tag to compare

btfm-cli-v0.7.0

Changes since btfm-cli-v0.6.0

.github/workflows/build-cli.yml | 32 ++
.github/workflows/ci.yml | 65 ++--
.github/workflows/release.yml | 121 +++---
.github/workflows/security.yml | 2 +-
Cargo.lock | 612 ++++++++++++++----------------
Cargo.toml | 1 -
README.md | 129 ++++---
btfm-cli/Cargo.toml | 5 +-
btfm-cli/src/{main.rs => bin/btfm.rs} | 0
btfm/Cargo.toml | 29 +-
{whisper-server => btfm}/requirements.txt | 0
btfm/src/{main.rs => bin/btfm-server.rs} | 23 +-
btfm/src/cli.rs | 26 +-
btfm/src/config.rs | 30 +-
btfm/src/discord/mod.rs | 7 +-
btfm/src/discord/voice.rs | 42 +-
btfm/src/lib.rs | 6 +-
btfm/src/transcode.rs | 23 +-
btfm/src/transcribe.py | 36 ++
btfm/src/transcribe.rs | 196 ++++++++++
btfm/src/transcribe/deepgram.rs | 155 --------
btfm/src/transcribe/mod.rs | 68 ----
btfm/src/transcribe/whisper.rs | 144 -------
whisper-server/Cargo.toml | 97 -----
whisper-server/src/error.rs | 15 -
whisper-server/src/main.rs | 185 ---------
whisper-server/src/transcribe.py | 62 ---
27 files changed, 812 insertions(+), 1299 deletions(-)

Full Changelog: btfm-v0.21.0...btfm-cli-v0.7.0

btfm-v0.20.0

17 Feb 02:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.1...btfm-v0.20.0

v0.19.1

07 Sep 03:52
Compare
Choose a tag to compare

v0.19.1

Changes since v0.19.0

.github/workflows/release.yml | 8 --
Cargo.lock | 248 ++++++++++++++++++------------------------
btfm-api-structs/Cargo.toml | 2 +-
btfm-cli/Cargo.toml | 4 +-
btfm/Cargo.toml | 2 +-
5 files changed, 107 insertions(+), 157 deletions(-)

What's Changed

Full Changelog: v0.19.0...v0.19.1

v0.19.0

09 Aug 12:06
Compare
Choose a tag to compare

v0.19.0

Changes since v0.18.0

.github/workflows/release.yml | 21 ++++++++++++++++++++-
Cargo.lock | 21 ++++++++++-----------
btfm-api-structs/Cargo.toml | 2 +-
btfm-cli/Cargo.toml | 4 ++--
btfm/Cargo.toml | 4 ++--
5 files changed, 35 insertions(+), 17 deletions(-)

Full Changelog: v0.18.0...v0.19.0

v0.18.0

09 Aug 00:59
Compare
Choose a tag to compare

v0.18.0

Changes since v0.17.3

btfm-api-structs/Cargo.toml | 2 +-
btfm-cli/Cargo.toml | 4 ++--
btfm/Cargo.toml | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)

Full Changelog: v0.17.3...v0.18.0

btfm-v0.17.3

22 Jul 01:38
Compare
Choose a tag to compare

btfm-v0.17.3

Changes since btfm-v0.17.2

.github/workflows/ci.yml | 107 +-----------------------------------------
.github/workflows/release.yml | 3 +-
Cargo.lock | 6 +--
btfm/Cargo.toml | 2 +-
4 files changed, 7 insertions(+), 111 deletions(-)

Full Changelog: btfm-v0.17.2...btfm-v0.17.3

btfm-v0.17.2

22 Jul 00:42
Compare
Choose a tag to compare

btfm-v0.17.2

Changes since btfm-v0.17.1

.github/workflows/ci.yml | 113 +++++++++++++++++++++++++++++++++++++-----
.github/workflows/release.yml | 13 +++--
btfm/Cargo.toml | 2 +-
3 files changed, 111 insertions(+), 17 deletions(-)

What's Changed

Full Changelog: v0.17.0...btfm-v0.17.2

0