diff --git a/website/blog/2023-04-24-v1.7.0.md b/website/blog/2023-04-24-v1.7.0.md new file mode 100644 index 00000000..06ea2e38 --- /dev/null +++ b/website/blog/2023-04-24-v1.7.0.md @@ -0,0 +1,18 @@ +--- +title: Release Note v1.7.0 +authors: moonrailgun +image: /img/logo.svg +slug: release-1.7.0 +keywords: + - tailchat +tags: [Release Note] +--- + +- Added wxpusher plugin for message notification +- Added more markdown syntax support (such as tables) +- Added markdown text editor +- Optimized the display of message notifications and removed the rich text tags +- Added support for http protocol addresses in the plugin documentation +- The plug-in center has added plug-in entrances for open platforms and third-party integration +- A push push has added a request id record for troubleshooting +- Optimize the switching display of the content panel in the mobile environment, use transform instead of width diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-04-24-v1.7.0.md b/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-04-24-v1.7.0.md new file mode 100644 index 00000000..c5e1b23f --- /dev/null +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-04-24-v1.7.0.md @@ -0,0 +1,18 @@ +--- +title: Release Note v1.7.0 +authors: moonrailgun +image: /img/logo.svg +slug: release-1.7.0 +keywords: + - tailchat +tags: [Release Note] +--- + +- 增加了wxpusher插件用于消息通知 +- 增加了更多的markdown语法支持(如表格) +- 增加了markdown文本编辑器 +- 优化了消息通知的显示,移除了富文本标签 +- 插件文档增加了http协议地址的支持 +- 插件中心增加了开放平台和第三方集成的插件入口 +- 个推推送增加了请求id记录用于排查问题 +- 优化移动端环境下内容面板的切换显示,使用transform而不是width