Skip to content

Commit adebf4a

Browse files
authored
chore: prepare release (#2077)
1 parent 35d0d2a commit adebf4a

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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.4.400] - 2025-03-29
8+
9+
### Added
10+
11+
- `@cl.on_app_startup` and `@cl.on_app_shutdown`
12+
- Configuration option for chat history default open state
13+
- Configuration option for login page background image and filter
14+
- Most commonly customized ui elements now have specific IDs
15+
16+
### Fixed
17+
18+
- App should no longer flicker on load
19+
- Attachments icons for microsoft files should now correctly display
20+
- Pasting should no longer be duplicated
21+
722
## [2.4.302] - 2025-03-26
823

924
### Added

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.4.302"
8+
__version__ = "2.4.400"

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.4.302"
3+
version = "2.4.400"
44
keywords = [
55
'LLM',
66
'Agents',

0 commit comments

Comments
 (0)