File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ All notable changes to Chainlit will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+ ## [ 2.6.6] - 2025-08-05
8
+
9
+ ### Added
10
+ - Add support for emoji reaction on message received in Slack
11
+ - Add Greek translation
12
+ - Copy both plain text and rich text to clipboard, if available (rich text pasting to editors like Word)
13
+ - Rename ` CHAINLIT_COOKIE_PATH ` to ` CHAINLIT_AUTH_COOKIE_PATH ` and now espect CHAINLIT_ROOT_PATH
14
+ - Add language parameter to Copilot widget configuration
15
+
16
+ ### Fixed
17
+ - Prevent HTML code in user message to be rendered as HTML instead of displaying as code
18
+ - Properly parse ` user_env ` when ` config.project.user_env ` is empty
19
+
7
20
## [ 2.6.5] - 2025-08-02
8
21
9
22
### Fixed
Original file line number Diff line number Diff line change 5
5
except metadata .PackageNotFoundError :
6
6
# Case where package metadata is not available, default to a 'non-outdated' version.
7
7
# Ref: config.py::load_settings()
8
- __version__ = "2.6.5 "
8
+ __version__ = "2.6.6 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " chainlit"
3
- version = " 2.6.5 "
3
+ version = " 2.6.6 "
4
4
keywords = [
5
5
' LLM' ,
6
6
' Agents' ,
You can’t perform that action at this time.
0 commit comments