File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ 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.0.1] - 2025-01-09
8
+
9
+ ### Added
10
+ - ` window.toggleChainlitCopilot() ` to toggle the copilot
11
+
12
+ ### Fixed
13
+ - Chat profiles icon and description should now be displayed on the welcome screen
14
+ - Action should be able to trigger the first interaction
15
+ - Raw code blocks should now be displayed correctly
16
+ - TextInput for chat settings should now work
17
+ - Upload attachement button should not be displayed when upload is disabled
18
+ - Removed unused numpy dependency
19
+
20
+
7
21
## [ 2.0.0] - 2025-01-06
8
22
9
23
The Chainlit UI (including the copilot) has been completely re-written with Shadcn/Tailwind. This brings several advantages:
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " chainlit"
3
- version = " 2.0.0 "
3
+ version = " 2.0.1 "
4
4
keywords = [
5
5
' LLM' ,
6
6
' Agents' ,
You can’t perform that action at this time.
0 commit comments