File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ 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
+ ## Unreleased
8
+
9
+ ### Added
10
+
11
+ - Commands have a new optional boolean field ` button ` to turn them into buttons.
12
+
13
+ ### Fixed
14
+
15
+ - Chainlit app using a custom root path should now work correctly when running in docker containers
16
+ - Chat history time groups should now be sorted properly
17
+
7
18
## [ 2.2.1] - 2025-02-14
8
19
9
20
### Added
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.2.1 "
8
+ __version__ = "2.3.0 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " chainlit"
3
- version = " 2.2.1 "
3
+ version = " 2.3.0 "
4
4
keywords = [
5
5
' LLM' ,
6
6
' Agents' ,
You can’t perform that action at this time.
0 commit comments