diff --git a/website/blog/2023-07-10-v1.8.3.md b/website/blog/2023-07-10-v1.8.3.md new file mode 100644 index 00000000..bd4d6b7d --- /dev/null +++ b/website/blog/2023-07-10-v1.8.3.md @@ -0,0 +1,20 @@ +--- +title: Release Note v1.8.3 +authors: moonrailgun +image: /img/logo.svg +slug: release-1.8.3 +keywords: + - tailchat +tags: [Release Note] +--- + +- Added the offline icon plugin as the default builtin plugin, now tailchat can be used normally in the whole intranet environment +- Added a discovery plugin (com.msgbyte.discover), users can join groups through the discovery page + - The group card of the exploration plugin currently only allows manual addition of records in the Admin platform +- Added the group description function, which can only be displayed in the group card on the exploration page at present +- The number of group members is displayed in the group overview +- Admin home page statistics time range changed from 7 days to 14 days +- Added `com.msgbyte.linkmeta` plugin as official builtin +- Fixed the problem that the logo position would shift when the sidebar scroll bar appeared +- Fixed the problem that the result returned by the AI assistant plugin was too long and could not see all the content +- Optimized cache management for some requests diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-07-10-v1.8.3.md b/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-07-10-v1.8.3.md new file mode 100644 index 00000000..8e3c6cbb --- /dev/null +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-07-10-v1.8.3.md @@ -0,0 +1,20 @@ +--- +title: 版本发布日志 v1.8.3 +authors: moonrailgun +image: /img/logo.svg +slug: release-1.8.3 +keywords: + - tailchat +tags: [版本发布] +--- + +- 增加了离线图标插件并作为默认内置插件,现在在全内网环境下也可以正常使用tailchat了 +- 增加了探索插件(com.msgbyte.discover),用户可以通过探索页面加入群组 + - 探索插件的群组卡牌目前只允许后台手动添加记录 +- 增加了群组描述功能,目前仅能展示在探索页面群组卡牌中 +- 群组概述中增加了群成员数显示 +- Admin 首页统计时间由7天改为14天 +- 将 `com.msgbyte.linkmeta` 插件添加为官方内置插件 +- 修复侧边栏滚动条出现会导致徽标位置偏移的问题 +- 修复AI助手插件返回结果太长导致无法看到所有内容的问题 +- 优化了部分请求的缓存管理