diff --git a/website/blog/2023-07-24-v1.8.6.md b/website/blog/2023-07-24-v1.8.6.md new file mode 100644 index 00000000..78bbf90f --- /dev/null +++ b/website/blog/2023-07-24-v1.8.6.md @@ -0,0 +1,23 @@ +--- +title: Release Note v1.8.6 +authors: moonrailgun +image: /img/logo.svg +slug: release-1.8.6 +keywords: + - tailchat +tags: [Release Note] +--- + +- Added a flashing prompt on the desktop after receiving a message +- Added a new version update prompt function on the desktop +- Desktop version reduced icon size from 1600x1600 to 512x512 +- Fixed an issue with internationalization translations in the panel +- `tailchat-client-sdk` adds `TailchatWsClient` for robot interaction in long connection scenarios, which is more flexible than `TailchatHTTPClient` + - The original `TailchatClient` was renamed to `TailchatHTTPClient` +- Added `tushan` icon in about panel +- Added some missing offline icons +- Optimized page load time and allowed to manually click the button to refresh resources +- Optimized the character text position and style of `com.msgbyte.genshin` to fit the icon more closely +- Optimized the memory usage of the default configuration and reduced the number of instances. For users who have deployed before, it is recommended to use the `docker-compose down` command to clean up the previous container before using `docker-compose up -d` to start +- Removed the old version of the admin system to reduce the image size +- Removed w2a source code diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-07-19-v1.8.6.md b/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-07-19-v1.8.6.md new file mode 100644 index 00000000..c47d4ddd --- /dev/null +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-07-19-v1.8.6.md @@ -0,0 +1,23 @@ +--- +title: 版本发布日志 v1.8.6 +authors: moonrailgun +image: /img/logo.svg +slug: release-1.8.6 +keywords: + - tailchat +tags: [版本发布] +--- + +- 增加了桌面端接收到消息后会闪烁提示 +- 桌面端增加了新版本更新提示功能 +- 桌面版缩小了图标体积,从 1600x1600 -> 512x512 +- 修复了关于面板中国际化翻译的问题 +- `tailchat-client-sdk`增加了`TailchatWsClient`用于长连接场景下机器人的交互,相比于`TailchatHTTPClient`更加灵活 + - 原`TailchatClient`更名为`TailchatHTTPClient` +- 在关于面板中增加了 `tushan` 的icon +- 追加了部分遗漏的离线图标 +- 优化页面加载时间,并允许手动点击按钮刷新资源 +- 优化了 `com.msgbyte.genshin` 的角色文本位置与样式,与图标更加贴合 +- 优化了默认配置的内存占用,减少了实例数量。对于之前已经部署的用户更新配置建议先使用 `docker-compose down` 命令清理之前的容器后再使用`docker-compose up -d`启动 +- 移除了旧版的admin系统,减少镜像大小 +- 移除了w2a源码