File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ All notable changes to Chainlit will be documented in this file.
44
55The 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
Original file line number Diff line number Diff line change 55except 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 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " chainlit"
3- version = " 2.4.302 "
3+ version = " 2.4.400 "
44keywords = [
55 ' LLM' ,
66 ' Agents' ,
You can’t perform that action at this time.
0 commit comments