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.8.5
authors: moonrailgun
image: /img/logo.svg
slug: release-1.8.5
keywords:
- tailchat
tags: [版本发布]
---
### 特性更新
#### 全局公告
现在可以在 admin 管理平台中的 `系统设置` -> `公告` 功能来启用全局公告

点击提交后所有用户都会立即在页面上显示全局公告,如下:

用户可以点击最右边的关闭按钮来关闭本条通知。
另外如果公告内容比较复杂还可以选择添加公告链接,当链接不为空时则会在公告显示**了解更多**按钮

#### Admin 缓存管理优化
更加细分了 Admin 的缓存管理,因为我们意识到如果管理员只是通过修改环境变量来更新客户端的配置,但是却只能通过清理所有缓存来更新他,这是非常暴力的行为。
因此我们细分了缓存管理,单独抽出了清理客户端缓存的功能

### 其他更新
- 增加调用 `config.setClientConfig` 对所有的用户发送通知
- 修复了使用html面板可能会造成xss攻击的安全问题
- 优化了html面板的存储方式, 降低首次加载会产生的数据包压力
- 修复了iam插件使用github登录时用户可能会因为没有名字字段导致无法获取到昵称的情况
- 修复了插件列表可能会因为某种情况重复显示的问题
- 修复了上传gif图像可能会因为压缩算法导致无法播放的问题
- 优化了大数据情况下成员列表的渲染性能问题