Skip to content

Releases: scosman/Biscotti

Biscotti v0.3.0: Language Detection, MCP, New Search

Choose a tag to compare

@scosman scosman released this 01 Sep 00:52
b196351

What's Changed

  • Language detection: transcription defaults to the spoken language, not English
  • MCP: You can chat with your Biscotti meeting notes in apps like Claude Desktop or LM Studio. Ask questions like "What did Sarah and I agree to last time we chatted?". It can search meetings and read summaries/notes/transcripts.
  • New Search: proper search index and BM25 search support. Searches 5k meetings in <1ms.

Details

  • Enable Whisper language detection so non-English audio isn't transcribed as English by @JulianUll in #67
  • Replace linear-scan search with a SQLite FTS5 index by @scosman in #63
  • Detect Microsoft Teams meetings via the mic-holding modulehost sub-process by @JulianUll in #68
  • Fix flaky package-tier CI tests by @scosman in #69
  • Fix AttributeGraph cycle in Meeting Detail height measurement by @scosman in #70
  • Add MCP server: local HTTP endpoint for meeting tools by @scosman in #72
  • Fail make build on compiler warnings by @scosman in #73
  • App URLs: biscotti:// deep link vocabulary by @scosman in #75

New Contributors

Full Changelog: v0.2.1...v0.3.0

Biscotti v0.2.1

Choose a tag to compare

@scosman scosman released this 24 Aug 16:55

What's Changed

Custom Vocabulary [Beta]

Helps Biscotti transcribe uncommon words you use like names or technical jargon. Add your own list in settings, and/or automatically extract uncommon words from your calendar events.

In beta and off by default. Enable in settings.

by @scosman in #61

Add "Check for Updates"

Checks for new Biscotti releases. It calls Github's release API directly, no authentication or IDs. Biscotti developer can't track these calls.

by @scosman in #60

Full Changelog: v0.2.0...v0.2.1

Biscotti v0.2.0

Choose a tag to compare

@scosman scosman released this 22 Aug 05:24

What's Changed

  • Fix liquid glass header and search control rendering by @scosman in #51
  • Fix Copy button feedback not rendering on the Transcript tab by @Vaporjawn in #55
  • Misc build and CI fixes

New Contributors

Full Changelog: v0.1.1...v0.2.0

Biscotti v0.1.1

Choose a tag to compare

@scosman scosman released this 11 Jul 20:15
1e934e6

Our first release! A fully private and local meeting transcription app. All AI runs locally on your Mac.