We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32e37e commit ab048b0Copy full SHA for ab048b0
2 files changed
CHANGELOG.md
@@ -4,6 +4,16 @@ All notable changes to Chainlit will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
+## [2.8.2] - 2025-10-01
8
+### Changed
9
+- Remove autofocus in mobile message composer
10
+- Improve error handling in sqlalchemy data layer `get_read_url()`
11
+
12
+### Fixed
13
+- Fix voice hotkey (P) triggering when typing in chat input
14
+- Properly finalize data layers
15
+- Fix `on_chat_start` not always firing
16
17
## [2.8.1] - 2025-09-24
18
19
### Added
backend/chainlit/version.py
@@ -1 +1 @@
1
-__version__ = "2.8.1"
+__version__ = "2.8.2"
0 commit comments