📝 Docs(custom): prepare for 2.8.4

This commit is contained in:
Kuingsmile 2024-04-28 21:57:52 +08:00
parent 25648eac4f
commit bcb47608d7
2 changed files with 23 additions and 12 deletions

View File

@ -1,9 +1,15 @@
✨ Features
- 现在不再对gif图片进行格式转换 ### ✨ Features
🐛 Bug Fixes - 管理功能
- 现在修改自定义域名后会自动强制刷新当前页面
- 现在第一次进入管理页面时默认获取云端最新文件列表
- 现在内置s3图床默认允许自签证书
- 现在高级重命名中的时间戳精确到毫秒
- 修复了重新保存配置后图片水印功能失效的问题 ### 🐛 Bug Fixes
- 修复了同时打开主界面和mini窗口时重命名窗口定位错误的问题
- 修复了特殊情况下软件界面异常退出并导致后台CPU占用过高的问题 - 管理功能
- 修复了强制https对本地图床没有生效的问题
- 修复了不填写区域时minio无法正常删除图片的问题
- 修复了内置s3图床配合minio使用时会额外添加桶名的问题

View File

@ -1,9 +1,14 @@
✨ Features ### ✨ Features
- Now no longer convert gif images - Manage
- Now, after modifying the custom domain name, the current page will be automatically forced to refresh
- Now, the cloud-side latest file list is obtained by default when entering the management page for the first time
- Now the built-in s3 image bed defaults to allowing self-signed certificates
- Now the timestamp in advanced renaming is accurate to milliseconds
🐛 Bug Fixes ### 🐛 Bug Fixes
- Fix the problem that the image watermark function is invalid after re-saving the configuration - Manage
- Fix the problem that the rename window is positioned incorrectly when the main interface and mini window are opened at the same time - Fixed the problem that forcing https does not take effect on the local image bed
- Fix the problem that the software interface exits abnormally under special circumstances and causes high CPU usage in the background - Fixed the problem that Minio cannot delete images normally when the region is not filled in
- Fixed the problem that the built-in s3 image bed will add an additional bucket name when used with Minio