Skip to content

Commit 06fc867

Browse files
authored
chore/release (#2676)
<!-- This is an auto-generated description by cubic. --> ## Summary by cubic Release 2.9.1: bumps the package version and updates the changelog for new features and broader test coverage. - **New Features** - Tabs in chat settings - Markdown support in watermark - Italian translation added - Chat prefill via query param - Expanded tests across core modules (utils, markdown, sidebar, chat settings, MCP, input widget, LangChain, elements, steps, actions) <sup>Written for commit 4fad436. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. -->
1 parent 5d91998 commit 06fc867

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 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.9.1] - 2025-11-20
8+
9+
### Added
10+
- Add support for tabs in chat settings
11+
- Support markdown in watermark
12+
- Add italian translation to translations folder
13+
- Add query param prefill for chat
14+
- Add tests for utils, markdown, sidebar, chat settings, mcp, input widget, langchain, elements, steps, and actions
15+
16+
717
## [2.9.0] - 2025-11-06
818

919
### Added
@@ -13,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1323

1424

1525
## [2.8.5] - 2025-11-07
26+
1627
### Added
1728
- Add display_name to ChatProfile
1829
- Add slack reaction event callback

backend/chainlit/version.py

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

0 commit comments

Comments
 (0)