diff --git a/website/blog/2023-10-16-v1.9.2.md b/website/blog/2023-10-16-v1.9.2.md new file mode 100644 index 00000000..aa66d83b --- /dev/null +++ b/website/blog/2023-10-16-v1.9.2.md @@ -0,0 +1,45 @@ +--- +title: Release Note v1.9.2 +authors: moonrailgun +image: /img/logo.svg +slug: release-1.9.2 +keywords: + - tailchat +tags: [Release Note] +--- + +### Feature updates + +#### Added support for sharing screen on desktop version + +![](/img/blog/release-note/v1.9.2/1.png) + +Now, you can click on screen sharing on the electron and select the window you want to share. + +#### Add desktop version and native browser rendering + +Supports opening web pages that cannot be opened due to restrictions in the web version + + +For example, the following is a web page that cannot be nested due to website policies and will not be embedded due to web security restrictions. + +![](/img/blog/release-note/v1.9.2/2.png) + +But you can turn on native rendering of web pages and use built-in native browser rendering instead of embedding web pages. + +![](/img/blog/release-note/v1.9.2/3.png) + +In this way, you can break through the security restrictions of the other party's website and embed it into any page freely, just like using a browser + +![](/img/blog/release-note/v1.9.2/4.png) + +> If the switch does not take effect immediately, you can press the shortcut key `cmd + r` to reload `tailchat` + +### Other updates + +- Increase file access count record +- Add message search interface +- **admin**: Support deleting private messages +- fix problem which ai assistant will be transparent in popover in light mode +- fixed the bug where # would appear when typing without rich text plugin being loaded +- Fixed a bug that would cause the database to record files repeatedly when uploading the same file diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-10-16-v1.9.2.md b/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-10-16-v1.9.2.md new file mode 100644 index 00000000..af2f3a2e --- /dev/null +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-10-16-v1.9.2.md @@ -0,0 +1,44 @@ +--- +title: 版本发布日志 v1.9.2 +authors: moonrailgun +image: /img/logo.svg +slug: release-1.9.2 +keywords: + - tailchat +tags: [Release Note] +--- + +### 特性更新 + +#### 增加桌面版分享屏幕的支持 + +![](/img/blog/release-note/v1.9.2/1.png) + +现在,可以在electron上点开屏幕分享并选中想要分享的窗口了 + +#### 增加桌面版增加原生浏览器渲染 + +支持打开因受到网页版限制而无法打开的网页 + +例如,如下是一个因为网站策略无法被嵌套显示的网页,受限于网页安全限制不会被嵌入 + +![](/img/blog/release-note/v1.9.2/2.png) + +但是你可以打开网页原生渲染,使用内置的原生浏览器渲染替代嵌入网页 + +![](/img/blog/release-note/v1.9.2/3.png) + +这样你就能突破对方网站的安全限制,自由嵌入任何页面,就像是在使用浏览器一样 + +![](/img/blog/release-note/v1.9.2/4.png) + +> 如果切换后没有立即生效,可以按下快捷键 `cmd + r` 重新加载 `tailchat` + +### 其他更新 + +- 增加文件访问次数记录 +- 增加消息搜索接口 +- **admin**: 支持删除私人消息 +- 修复浅色模式下AI助手在popover中透明的问题 +- 修复了在未加载富文本插件的情况下键入时出现 # 的错误 +- 修复了文件上传同一文件时会导致数据库会重复记录文件的bug diff --git a/website/static/downloads/client.json b/website/static/downloads/client.json index 76ba9853..1a6aa373 100644 --- a/website/static/downloads/client.json +++ b/website/static/downloads/client.json @@ -4,9 +4,13 @@ "url": "https://tailchat-app.msgbyte.com/app-release.apk" }, "windows": { - "version": "0.0.5", - "url": "https://github.com/msgbyte/tailchat/releases/download/v1.8.9/Tailchat-0.0.5-win.zip", + "version": "0.0.9", + "url": "https://github.com/msgbyte/tailchat/releases/download/v1.9.2/Tailchat-0.0.9-win.zip", "history": [ + { + "version": "0.0.5", + "url": "https://github.com/msgbyte/tailchat/releases/download/v1.8.9/Tailchat-0.0.5-win.zip" + }, { "version": "0.0.4", "url": "https://github.com/msgbyte/tailchat/releases/download/v1.8.6/Tailchat-0.0.4-win.zip" @@ -20,5 +24,13 @@ "url": "https://github.com/msgbyte/tailchat/releases/download/v1.8.2/Tailchat-0.0.1-win.zip" } ] + }, + "darwin": { + "version": "0.0.9", + "url": "https://github.com/msgbyte/tailchat/releases/download/v1.9.2/Tailchat-0.0.9.dmg" + }, + "darwin-arm64": { + "version": "0.0.9", + "url": "https://github.com/msgbyte/tailchat/releases/download/v1.9.2/Tailchat-0.0.9-arm64.dmg" } } diff --git a/website/static/img/blog/release-note/v1.9.2/1.png b/website/static/img/blog/release-note/v1.9.2/1.png new file mode 100644 index 00000000..da149f0c Binary files /dev/null and b/website/static/img/blog/release-note/v1.9.2/1.png differ diff --git a/website/static/img/blog/release-note/v1.9.2/2.png b/website/static/img/blog/release-note/v1.9.2/2.png new file mode 100644 index 00000000..988873e7 Binary files /dev/null and b/website/static/img/blog/release-note/v1.9.2/2.png differ diff --git a/website/static/img/blog/release-note/v1.9.2/3.png b/website/static/img/blog/release-note/v1.9.2/3.png new file mode 100644 index 00000000..e24caf4a Binary files /dev/null and b/website/static/img/blog/release-note/v1.9.2/3.png differ diff --git a/website/static/img/blog/release-note/v1.9.2/4.png b/website/static/img/blog/release-note/v1.9.2/4.png new file mode 100644 index 00000000..b9099b31 Binary files /dev/null and b/website/static/img/blog/release-note/v1.9.2/4.png differ