📝 Docs(custom): update changelog

This commit is contained in:
Kuingsmile
2025-09-28 14:42:10 +08:00
parent ce3a281936
commit b209046363
2 changed files with 20 additions and 6 deletions

View File

@@ -1,6 +1,13 @@
## 🎉 [v3.0.4] 更新日志
## 🎉 [v3.0.5] 更新日志
### ✨ 新增功能
- 重新设计了文件服务器的ui界面
- 优化了相册中预览图片时的缩放比例和定位逻辑
- 现在高级重命名支持使用`sha256-n`占位符
### 🐛 问题修复
- 修复了管理webdav时图片显示异常和无法进入子目录的问题
- 修复了管理界面分页显示时无法切换页面的问题
- 修复了使用webdav同步时windows上下载配置报错的问题
- 修复了自动启动在linux上不生效的问题
- 修复了暗色模式下管理界面目录ui的配色问题

View File

@@ -1,6 +1,13 @@
## 🎉 [v3.0.4] Release Notes
## 🎉 [v3.0.5] Release Notes
### ✨ New Features
- Redesigned the UI for the file server
- Optimized the zoom ratio and positioning logic when previewing images in the album
- Advanced renaming now supports the `sha256-n` placeholder
### 🐛 Bug Fixes
- Fixed an issue where images were not displaying correctly and subdirectories could not be accessed when managing WebDAV.
- Fixed an issue where pagination could not be switched on the management interface.
- Fixed an issue where downloading configuration files failed on Windows when using WebDAV
- Fixed an issue where auto-start did not work on Linux
- Fixed an issue with the color scheme of the management interface directory UI in dark mode