Skip to content

Commit be9b445

Browse files
committed
chore: release v1.10.1
1 parent 464b73f commit be9b445

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11

22

3+
## [1.10.1](https://github.com/msgbyte/tailchat/compare/v1.10.0...v1.10.1) (2024-03-17)
4+
5+
6+
### Bug Fixes
7+
8+
* fix bbcode auto transform logic [#196](https://github.com/msgbyte/tailchat/issues/196) ([5f81459](https://github.com/msgbyte/tailchat/commit/5f814594e83ad4be825934b10734aabd825a13d6))
9+
* fix drag drop feature display area ([92fdccf](https://github.com/msgbyte/tailchat/commit/92fdccfe729b0840872ca97154be43c1a5ae8a3a))
10+
* fix mention list will not hide member discriminator problem ([d22eabe](https://github.com/msgbyte/tailchat/commit/d22eabeec78002997411ec51aca7943b45e9e879))
11+
12+
13+
### Features
14+
15+
* add bot tag in group/dm user popover ([1359b6e](https://github.com/msgbyte/tailchat/commit/1359b6eee7fe122e53252c933132364a8c7068f6))
16+
* add robot to disable invite page fetch by search engine ([67f87e8](https://github.com/msgbyte/tailchat/commit/67f87e84e43d94e03f506770122f61ac3802d3e9))
17+
* allow @ feature in conversation [#212](https://github.com/msgbyte/tailchat/issues/212) ([3ee37d6](https://github.com/msgbyte/tailchat/commit/3ee37d6bdeb7fe480057470aaaa581ab76483d7b))
18+
19+
20+
### Performance Improvements
21+
22+
* add friendly tip for add non-message feature bot ([53a05cb](https://github.com/msgbyte/tailchat/commit/53a05cb6bd0e9d5304666c7c6845f463c127d641))
23+
324
# [1.10.0](https://github.com/msgbyte/tailchat/compare/v1.9.5...v1.10.0) (2023-12-09)
425

526

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailchat",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"private": true,
55
"description": "",
66
"main": "index.js",

0 commit comments

Comments
 (0)