mirror of https://github.com/msgbyte/tailchat
docs: release note v1.8.8
parent
9fefb03333
commit
50f4321719
@ -0,0 +1,42 @@
|
||||
---
|
||||
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
|
@ -0,0 +1,16 @@
|
||||
---
|
||||
sidebar_position: 4
|
||||
title: auto join group
|
||||
---
|
||||
|
||||
`com.msgbyte.autojoinGroup`
|
||||
|
||||
Just need config environment: `AUTOJOIN_GROUP_ID=xxxxx` and restart application
|
||||
|
||||
You should create group from admin or web app manually. and then you can get a groupId.
|
||||
|
||||
In web app, you can get groupId from url, for example: `/main/group/<groupId>/<panelId>`
|
||||
|
||||
> If you wanna join more than one group after user register, you can split with `,`
|
||||
>
|
||||
> For example: AUTOJOIN_GROUP_ID=xxxxx,xxxx
|
@ -0,0 +1,42 @@
|
||||
---
|
||||
title: 版本发布日志 v1.8.8
|
||||
authors: moonrailgun
|
||||
image: /img/logo.svg
|
||||
slug: release-1.8.8
|
||||
keywords:
|
||||
- tailchat
|
||||
tags: [版本发布]
|
||||
---
|
||||
|
||||
### 特性更新
|
||||
|
||||
#### 增加分析功能
|
||||
|
||||
分析功能能够帮助你快速了解自己服务器的使用情况,对活跃情况一目了然
|
||||
|
||||

|
||||
|
||||
#### 添加本地消息以避免发生重复发送相同消息的网络错误
|
||||
|
||||

|
||||
|
||||
在低速网络下,当消息发送后会立即上屏到消息列表,此时呈半透明显示。当发送成功后,会根据返回内容的情况更正为正常显示。
|
||||
|
||||
#### 优化未处理的好友请求提示
|
||||
|
||||
当有未处理的好友请求时,此时会在侧边栏和导航栏中进行提示,确保用户不会遗漏信息
|
||||
|
||||

|
||||
|
||||
### 其他更新
|
||||
|
||||
- 增加插件允许在注册后自动加入群组
|
||||
- 只需要配置相应的环境变量即可生效,具体见文档: [com.msgbyte.autojoinGroup](/docs/advanced-usage/plugins/com.msgbyte.autojoinGroup)
|
||||
- 增加按状态进行群组成员分组功能
|
||||
- admin 增加添加创建群组功能
|
||||
- admin 增加添加群成员功能
|
||||
- admin 支持通过ID搜索群组和用户功能
|
||||
- 添加对 antd 和 WebFastifyForm 的 i18n 支持
|
||||
- 修复AI助手总结消息时会绕过撤回提示的问题
|
||||
- 修复badge在侧边栏hover时会弹起的bug
|
||||
- 修复在发送消息时可以操作本地消息的bug
|
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Loading…
Reference in New Issue