You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
---
title: 版本发布日志 v1.9.2
authors: moonrailgun
image: /img/logo.svg
slug: release-1.9.2
keywords:
- tailchat
tags: [Release Note]
---
### 特性更新
#### 增加桌面版分享屏幕的支持

现在, 可以在electron上点开屏幕分享并选中想要分享的窗口了
#### 增加桌面版增加原生浏览器渲染
支持打开因受到网页版限制而无法打开的网页
例如,如下是一个因为网站策略无法被嵌套显示的网页,受限于网页安全限制不会被嵌入

但是你可以打开网页原生渲染,使用内置的原生浏览器渲染替代嵌入网页

这样你就能突破对方网站的安全限制,自由嵌入任何页面,就像是在使用浏览器一样

> 如果切换后没有立即生效,可以按下快捷键 `cmd + r` 重新加载 `tailchat`
### 其他更新
- 增加文件访问次数记录
- 增加消息搜索接口
- **admin**: 支持删除私人消息
- 修复浅色模式下AI助手在popover中透明的问题
- 修复了在未加载富文本插件的情况下键入时出现 # 的错误
- 修复了文件上传同一文件时会导致数据库会重复记录文件的bug