Skip to content

Commit ab048b0

Browse files
authored
chore: release (Chainlit#2565)
1 parent e32e37e commit ab048b0

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to Chainlit will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

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+
717
## [2.8.1] - 2025-09-24
818

919
### Added

backend/chainlit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.8.1"
1+
__version__ = "2.8.2"

0 commit comments

Comments
 (0)