docs: add v1.7.4 release note

pull/90/head
moonrailgun 2 years ago
parent 3d624711c6
commit 51770669df

@ -0,0 +1,20 @@
---
title: Release Note v1.7.4
authors: moonrailgun
image: /img/logo.svg
slug: release-1.7.4
keywords:
- tailchat
tags: [Release Note]
---
- The new version of admin has been released, you can experience it first through [Deployment Documentation](/docs/deployment/admin)
- Add a group welcome plugin, which supports variables and rich text
- Chat box supports multi-line text
- wxpusher adds sender nickname prompt
- Add cache automatic update mechanism when user popover is opened
- cli adds smtp verification function to verify smtp uri
- Fix the bug that the group setting update operation does not take effect
- Fix the problem that inputting the Enter key to send a picture will add a newline character to the input box at the same time
- Fix the bug that modifying the configuration and modifying the title icon will not be refreshed
- Fix some known issues

@ -33,3 +33,12 @@ https://tailchat.example.com/admin/
```
*Note: don't forget to have a `/` at the end*
:::info
New version **admin-next** has been released, you can use follow command to try to use.
```
curl -L "https://raw.githubusercontent.com/msgbyte/tailchat/master/docker/admin-next.yml" -o admin.yml
```
:::

@ -0,0 +1,20 @@
---
title: 版本发布日志 v1.7.4
authors: moonrailgun
image: /img/logo.svg
slug: release-1.7.4
keywords:
- tailchat
tags: [版本发布]
---
- 新版admin已发布可以通过[部署文档](/docs/deployment/admin)抢先体验
- 增加入群欢迎插件,支持变量与富文本
- 聊天框支持多行文本
- wxpusher 增加发送者昵称提示
- 增加打开用户popover时缓存自动更新机制
- cli增加smtp校验功能用于校验smtp uri
- 修复群组设置更新操作不生效的bug
- 修复输入回车键发送图片会同时在输入框追加换行符的问题
- 修复修改配置修改标题图标不会跟着刷新的bug
- 修复部分已知问题

@ -32,3 +32,11 @@ https://tailchat.example.com/admin/
```
*注意不要忘记在最后有一个`/`*
:::info
新版本 **admin-next** 已发布,你可以使用以下命令尝鲜使用
```
curl -L "https://raw.githubusercontent.com/msgbyte/tailchat/master/docker/admin-next.yml" -o admin.yml
```
:::

Loading…
Cancel
Save