From cc9f7236f50ff20d64ba0e6facbd1c60fbcd055f Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 21 Jul 2024 00:11:54 +0800 Subject: [PATCH] chore: release v1.11.6 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc81e564..c09d1ba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ +## [1.11.6](https://github.com/msgbyte/tailchat/compare/v1.11.5...v1.11.6) (2024-07-20) + + +### Features + +* add file filter chat files checkbox(use for remove unused chat files) ([c4e70ef](https://github.com/msgbyte/tailchat/commit/c4e70efb61101ee6647bd4c4f4d7207f8400530a)) +* **admin:** add image url preview in admin ([3cea16e](https://github.com/msgbyte/tailchat/commit/3cea16ee601092dd45cc4361f94fd4ac6b85c8d5)) + + +### Performance Improvements + +* add virtual list for friend list [#238](https://github.com/msgbyte/tailchat/issues/238) ([f09f701](https://github.com/msgbyte/tailchat/commit/f09f7017bd3c06b7f5a99720d94e5dc932a2453f)) +* add virtual list of inbox list ([68ea354](https://github.com/msgbyte/tailchat/commit/68ea354e3cb726ee68600091b0600b05ec01a39d)) + ## [1.11.5](https://github.com/msgbyte/tailchat/compare/v1.11.4...v1.11.5) (2024-06-04) diff --git a/package.json b/package.json index 7f56407b..7485da2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailchat", - "version": "1.11.5", + "version": "1.11.6", "private": true, "description": "", "main": "index.js",