From 51770669dfc3ed2f75cc955690009785aee9ae61 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Wed, 24 May 2023 16:54:05 +0800 Subject: [PATCH] docs: add v1.7.4 release note --- website/blog/2023-05-24-v1.7.4.md | 20 +++++++++++++++++++ website/docs/deployment/admin.md | 9 +++++++++ .../2023-05-24-v1.7.4.md | 20 +++++++++++++++++++ .../current/deployment/admin.md | 8 ++++++++ 4 files changed, 57 insertions(+) create mode 100644 website/blog/2023-05-24-v1.7.4.md create mode 100644 website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-05-24-v1.7.4.md diff --git a/website/blog/2023-05-24-v1.7.4.md b/website/blog/2023-05-24-v1.7.4.md new file mode 100644 index 00000000..d38551f1 --- /dev/null +++ b/website/blog/2023-05-24-v1.7.4.md @@ -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 diff --git a/website/docs/deployment/admin.md b/website/docs/deployment/admin.md index 3bb28d28..62562aea 100644 --- a/website/docs/deployment/admin.md +++ b/website/docs/deployment/admin.md @@ -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 +``` +::: diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-05-24-v1.7.4.md b/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-05-24-v1.7.4.md new file mode 100644 index 00000000..ee1f30b8 --- /dev/null +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-05-24-v1.7.4.md @@ -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 +- 修复部分已知问题 diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/admin.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/admin.md index cc780d62..180c1ed2 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/admin.md +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/admin.md @@ -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 +``` +:::