gitdataai/changelog/2026-04-19-cn.mdx
ZhenYi 9be635eaf3 docs(changelog): rewrite all changelogs in product language
- Unify title format: "Changelog — Month DD, YYYY" / "更新日志 — YYYY年M月D日"
- Remove internal tech details (frameworks, algorithms, migration names)
- Remove user-invisible bug fixes
- Reframe from engineering perspective to user benefits
- Consistent author: ZhenYi
2026-04-27 17:13:52 +08:00

50 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
date: 2026-04-19
title: "更新日志 — 2026年4月19日"
lang: cn
author: ZhenYi
---
## 推送通知
- **浏览器通知**: 即使应用不在前台,也可接收实时浏览器通知
- **通知定制**: 可按项目和频道配置通知偏好
## 文件附件
- **消息上传附件**: 直接向消息添加文件,支持上传和下载功能
- **存储系统**: 全新的专用存储模块,用于管理平台文件附件
## 管理面板
- **集中管理**: 全新管理仪表板用于管理平台设置和用户
- **费用提醒**: 配置并接收使用量和消费阈值提醒
- **模型同步**: 从一处同步整个平台的AI模型配置
- **Docker和Kubernetes部署**: 管理面板提供容器化部署,易于扩展
## 协作功能
- **自动成员同步**: 自动将新项目成员添加到所有项目房间
## 部署
- **TLS支持**: 通过 cert-manager 自动证书管理实现安全 HTTPS 连接
- **Kubernetes就绪**: 添加健康检查端点用于容器编排
- **Redis升级**: 更新到最新Redis客户端改进了连接处理
## 前端
- **图片优化**: 上传图片自动压缩,加快加载速度
- **频道侧边栏开关**: 可折叠成员列表,界面更简洁
- **现代设计系统**: 更新视觉设计采用Discord风格配色方案
## 性能优化
- **数据库迁移**: 启动时自动迁移数据库表,实现无缝更新
## 问题修复
- 频道侧边栏可点击性和视觉优化
- 最新版本Redis连接认证
- 环境配置处理改进