2024-01-09 15:30:36 +01:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
|
|
|
|
and this project adheres to
|
|
|
|
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
2025-12-17 18:14:12 +01:00
|
|
|
## [Unreleased]
|
|
|
|
|
|
2026-01-16 15:51:31 +01:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
- ♿️(frontend) add accessible back button in side panel #881
|
2026-01-16 13:52:28 +01:00
|
|
|
- ♿️(frontend) improve participants toggle a11y label #880
|
2026-01-16 09:57:21 +01:00
|
|
|
- ♿️(frontend) make carousel image decorative #871
|
2026-01-16 15:51:31 +01:00
|
|
|
|
2026-01-19 12:03:45 +01:00
|
|
|
### Fixed
|
2026-01-13 15:39:51 +01:00
|
|
|
|
2026-01-16 15:51:31 +01:00
|
|
|
- 🔒(backend) prevent automatic upgrade setuptools
|
|
|
|
|
|
2026-01-19 12:03:45 +01:00
|
|
|
## [1.3.0] - 2026-01-13
|
2025-12-10 13:44:22 +01:00
|
|
|
|
2026-01-06 17:15:21 +01:00
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
- ✨(summary) add dutch and german languages
|
2026-01-08 17:50:12 +01:00
|
|
|
- 🔧(agents) make Silero VAD optional
|
2026-01-10 14:39:13 +01:00
|
|
|
- 🚸(frontend) explain to a user they were ejected
|
2026-01-06 17:15:21 +01:00
|
|
|
|
2026-01-06 16:15:10 +01:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
- 📈(frontend) track new recording's modes
|
2025-12-10 13:44:22 +01:00
|
|
|
- ♿️(frontend) improve accessibility of the background and effects menu
|
2026-01-06 23:17:16 +01:00
|
|
|
- ♿️(frontend) improve SR and focus for transcript and recording #810
|
2026-01-08 10:25:01 +01:00
|
|
|
- 💄(frontend) adjust spacing in the recording side panels
|
2026-01-07 23:45:46 +01:00
|
|
|
- 🚸(frontend) remove the default comma delimiter in humanized durations
|
2026-01-06 16:15:10 +01:00
|
|
|
|
2026-01-07 12:48:42 +01:00
|
|
|
### Fixed
|
|
|
|
|
|
2026-01-16 15:51:31 +01:00
|
|
|
- 🐛(frontend) remove unexpected F2 tooltip when clicking video screen
|
2026-01-08 13:23:44 +01:00
|
|
|
- 🩹(frontend) icon font loading to avoid text/icon flickering
|
2026-01-07 12:48:42 +01:00
|
|
|
|
2026-01-05 18:05:33 +01:00
|
|
|
## [1.2.0] - 2026-01-05
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
2025-12-26 17:37:05 +01:00
|
|
|
- ✨(agent) support Kyutai client for subtitle
|
2026-01-04 20:09:46 +01:00
|
|
|
- ✨(all) support starting transcription and recording simultaneously
|
|
|
|
|
- ✨(backend) persist options on a recording
|
|
|
|
|
- ✨(all) support choosing the transcription language
|
|
|
|
|
- ✨(summary) add a download link to the audio/video file
|
|
|
|
|
- ✨(frontend) allow unprivileged users to request a recording
|
2026-01-05 18:05:33 +01:00
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
- 🚸(frontend) remove the beta badge
|
2026-01-04 20:09:46 +01:00
|
|
|
- ♻️(summary) extract file handling in a robust service
|
|
|
|
|
- ♻️(all) manage recording state on the backend side
|
2025-12-26 17:37:05 +01:00
|
|
|
|
2025-12-22 11:04:56 +01:00
|
|
|
## [1.1.0] - 2025-12-22
|
|
|
|
|
|
2026-01-07 12:48:42 +01:00
|
|
|
### Added
|
2025-12-15 22:39:43 +01:00
|
|
|
|
|
|
|
|
- ✨(backend) enable user creation via email for external integrations
|
2025-12-11 22:51:32 +01:00
|
|
|
- ✨(summary) add Langfuse observability for LLM API calls
|
2025-12-15 22:39:43 +01:00
|
|
|
|
2025-12-17 17:30:44 +01:00
|
|
|
## [1.0.1] - 2025-12-17
|
2025-05-16 23:46:36 +02:00
|
|
|
|
2025-12-11 12:32:44 +01:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
- ♿(frontend) improve accessibility:
|
2025-12-17 10:26:05 +01:00
|
|
|
- ♿️(frontend) hover controls, focus, SR #803
|
|
|
|
|
- ♿️(frontend) change ptt keybinding from space to v #813
|
2026-01-07 12:48:42 +01:00
|
|
|
- ♿(frontend) indicate external link opens in new window on feedback #816
|
2025-12-17 09:58:11 +01:00
|
|
|
- ♿(frontend) fix heading level in modal to maintain semantic hierarchy #815
|
2025-12-15 05:55:19 +01:00
|
|
|
- ♿️(frontend) Improve focus management when opening and closing chat #807
|