Skip to content

Commit b92c562

Browse files
authored
chore: release (#2366)
1 parent 1b3e46d commit b92c562

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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.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+
720
## [2.6.5] - 2025-08-02
821

922
### Fixed

backend/chainlit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
except metadata.PackageNotFoundError:
66
# Case where package metadata is not available, default to a 'non-outdated' version.
77
# Ref: config.py::load_settings()
8-
__version__ = "2.6.5"
8+
__version__ = "2.6.6"

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "chainlit"
3-
version = "2.6.5"
3+
version = "2.6.6"
44
keywords = [
55
'LLM',
66
'Agents',

0 commit comments

Comments
 (0)