Skip to content

Commit b712366

Browse files
committed
chore: release v1.11.1
1 parent 0107edf commit b712366

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11

22

3+
## [1.11.1](https://github.com/msgbyte/tailchat/compare/v1.11.0...v1.11.1) (2024-04-14)
4+
5+
6+
### Bug Fixes
7+
8+
* fix command panel cannot click problem ([5c259d7](https://github.com/msgbyte/tailchat/commit/5c259d70049257fc516b08914144ff9d17cbe59c))
9+
* fix image message context menu cannot save image problem ([a3a442a](https://github.com/msgbyte/tailchat/commit/a3a442a34f1ea465fe8e91813f5be10e67b767be))
10+
* fix text cannot select part problem and url dont need context menu problem ([a02ad80](https://github.com/msgbyte/tailchat/commit/a02ad80bf177b1c6086e9c6150df744ba2027b84))
11+
12+
13+
### Features
14+
15+
* add context menu into message item ([a36ca7c](https://github.com/msgbyte/tailchat/commit/a36ca7c4e1f20d6fa6eeb5eefbf1c05d50e8f8d1))
16+
* add setting for close message context menu ([0107edf](https://github.com/msgbyte/tailchat/commit/0107edfa0cbed744129237d0ea4bf18b5877f2bc))
17+
318
# [1.11.0](https://github.com/msgbyte/tailchat/compare/v1.10.1...v1.11.0) (2024-04-06)
419

520

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailchat",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"private": true,
55
"description": "",
66
"main": "index.js",

0 commit comments

Comments
 (0)