From 7a074bea6f62b488066da0aca2a51f3f5b2a386d Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 7 Apr 2024 00:34:18 +0800 Subject: [PATCH] chore: release v1.11.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b29e168e7b..71f5b481cfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ +# [1.11.0](https://github.com/msgbyte/tailchat/compare/v1.10.1...v1.11.0) (2024-04-06) + + +### Bug Fixes + +* fix error tip for user cannot add self as friend ([592e4ab](https://github.com/msgbyte/tailchat/commit/592e4ab8bd03f001737d7195759e533799bbd8df)) +* invalid user id will broken all userId info query problem ([de63b31](https://github.com/msgbyte/tailchat/commit/de63b312adf53d8dd9425b213736415be4314dfb)) + + +### Features + +* add group panel quick actions ([c451a09](https://github.com/msgbyte/tailchat/commit/c451a091c33a89da04e6013306efe554c2be3bc8)) +* add quick search button in navbar ([6b0fffb](https://github.com/msgbyte/tailchat/commit/6b0fffb0786a5eb83ef5cb26e748f3198e82194d)) + + +### Performance Improvements + +* improve mention list to make sure its will work fine in huge group ([d79a62b](https://github.com/msgbyte/tailchat/commit/d79a62bf455ce0aa268b8582438433eab4413b6d)) + ## [1.10.1](https://github.com/msgbyte/tailchat/compare/v1.10.0...v1.10.1) (2024-03-17) diff --git a/package.json b/package.json index 7357b4d6bcf..300303829e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailchat", - "version": "1.10.1", + "version": "1.11.0", "private": true, "description": "", "main": "index.js",