Files
meet/CHANGELOG.md
lebaudantoine cff1dbf39e ♻️(agent) simplify Deepgram config and support Kyutai
The previous attempt to make the Deepgram configuration extensible
introduced unnecessary complexity for a very limited use case and
made it harder to add new STT backends.

Refactor to a deliberately simple and explicit design with minimal
cognitive overhead. Configuration is now fully driven by environment
variables and provides enough flexibility for ops to select and
parameterize the STT backend.
2025-12-28 21:14:20 +01:00

912 B
Raw Blame History

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • (agent) support Kyutai client for subtitle

[1.1.0] - 2025-12-22

Added

  • (backend) enable user creation via email for external integrations
  • (summary) add Langfuse observability for LLM API calls

[1.0.1] - 2025-12-17

Changed

  • (frontend) improve accessibility:
  • (frontend) hover controls, focus, SR #803
  • (frontend) change ptt keybinding from space to v #813
  • (frontend) indicate external link opens in new window on feedback #816
  • (frontend) fix heading level in modal to maintain semantic hierarchy #815
  • (frontend) Improve focus management when opening and closing chat #807