mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.7 KiB
Markdown
43 lines
1.7 KiB
Markdown
---
|
|
title: Release Note v1.8.8
|
|
authors: moonrailgun
|
|
image: /img/logo.svg
|
|
slug: release-1.8.8
|
|
keywords:
|
|
- tailchat
|
|
tags: [Release Note]
|
|
---
|
|
|
|
### Feature Update
|
|
|
|
#### Add analysis feature
|
|
|
|
The analysis feature can help you quickly understand the usage of your server and see the active status at a glance
|
|
|
|

|
|
|
|
#### Add local messages to avoid network errors that send the same message repeatedly
|
|
|
|

|
|
|
|
In a low-speed network, when the message is sent, it will be displayed on the screen immediately to the message list, which is displayed semi-transparently. When the sending is successful, it will be corrected to the normal display according to the returned content.
|
|
|
|
#### Optimize the prompt for unprocessed friend requests
|
|
|
|
When there is an unprocessed friend request, it will be prompted in the sidebar and navigation bar at this time to ensure that users will not miss information
|
|
|
|

|
|
|
|
### Other Updates
|
|
|
|
- Added plugin to allow automatic joining of groups after registration
|
|
- You only need to configure the corresponding environment variables to take effect, see the document for details: [com.msgbyte.autojoinGroup](/docs/advanced-usage/plugins/com.msgbyte.autojoinGroup)
|
|
- Added the function of grouping group members by status
|
|
- admin adds the function of creating groups
|
|
- admin adds the function of adding group members
|
|
- admin supports searching groups and users by ID
|
|
- Add i18n support for antd and WebFastifyForm
|
|
- Fixed an issue where the AI assistant would bypass the recall prompt when summarizing messages
|
|
- Fix the bug that the badge will pop up when hovering in the sidebar
|
|
- Fix the bug that local messages can be manipulated when sending messages
|