From a272b0a6db78e4e413028c4967f9aec7a11ff40a Mon Sep 17 00:00:00 2001 From: Kuingsmile <96409857+Kuingsmile@users.noreply.github.com> Date: Sat, 15 Nov 2025 17:35:02 +0800 Subject: [PATCH] :pencil: Docs(custom): update changelog for 3.1.0 --- currentVersion.md | 14 +++++++------- currentVersion_en.md | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/currentVersion.md b/currentVersion.md index 84b932df..465cf05b 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -1,13 +1,13 @@ -## 🎉 [v3.0.5] 更新日志 +## 🎉 [v3.0.6] 更新日志 ### ✨ 新增功能 -- 重新设计了文件服务器的ui界面 -- 优化了相册中预览图片时的缩放比例和定位逻辑 -- 现在高级重命名支持使用`sha256-n`占位符 +- 优化相册预览的缩放与定位 +- 多图上传:≤3 条逐条通知,>3 条聚合通知 +- github图床新增webPath参数设置 ### 🐛 问题修复 -- 修复了使用webdav同步时,windows上下载配置报错的问题 -- 修复了自动启动在linux上不生效的问题 -- 修复了暗色模式下管理界面目录ui的配色问题 +- 修复相册滚动越界/刷新问题 +- 修复快捷键无法禁用 +- 防止应用图标被拖拽或选中 diff --git a/currentVersion_en.md b/currentVersion_en.md index 58841eab..6d067654 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -2,12 +2,12 @@ ### ✨ 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 +- Optimized album preview zooming and positioning +- Multi-image upload: ≤3 individual notifications, >3 aggregated notifications +- Added webPath parameter setting for GitHub image hosting ### 🐛 Bug Fixes -- 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 +- Fixed album scrolling overflow/refresh issues +- Fixed issue where shortcuts could not be disabled +- Prevented application icon from being dragged or selected