From 390930ee509f871a3d1f5a21a8f7c5098c52dfb2 Mon Sep 17 00:00:00 2001 From: Kuingsmile <96409857+Kuingsmile@users.noreply.github.com> Date: Sat, 3 Jan 2026 17:55:14 +0800 Subject: [PATCH] :pencil: Docs(custom): prepare for new version --- currentVersion.md | 24 +++++++++++++----------- currentVersion_en.md | 24 +++++++++++++----------- 2 files changed, 26 insertions(+), 22 deletions(-) diff --git a/currentVersion.md b/currentVersion.md index c5597faf..7d2e7c9c 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -1,17 +1,19 @@ -## 🎉 [v3.1.0] 更新日志 - -Happy New Year! 25年的最后一个版本发布。在新的一年里,PicList会继续努力为大家带来更好的使用体验,感谢大家一直以来的支持与陪伴! +## 🎉 [v3.1.1] 更新日志 ### ✨ 新增功能 -- 新增相册数据库文件同步功能(#355,#417) -- 重构设置页与图床配置/编辑界面,视觉更统一 -- 现在macOS系统下隐藏冗余的 Windows 操作按钮(感谢@PJX) -- 相册支持调整网格大小(#419) -- 支持快捷拷贝图床配置 -- 调整图片处理设置后会延迟0.2s自动保存 -- 调整了高级重命名设置页面的保存按钮位置 +- 插件搜索增加严格模式(包名必须包含搜索词) +- 相册中元素现在选中时会显示蓝色边框 +- 优化了相册页面的滚动性能 +- 调整了管理-浏览文件页面的布局,现在不再显示多余的滚动条 +- 优化了管理-上传和下载页面文件列表的显示布局,避免重叠 +- 优化了管理页面路径栏的显示 ### 🐛 问题修复 -- 修复了部分CSS样式问题 +- 修复了管理页面中设置拷贝格式时页面崩溃的问题 +- 修复了更新下载进度条没有正确显示的问题 +- 修复了管理界面中本地图床的图片无法显示预览图的问题 +- 修复了管理界面文件列表布局异常和滚动时有空白区域的问题 +- 修复了管理-文件信息页面中拷贝数字时失败的问题 +- 处理了部分情况下相册拷贝链接失败的问题 diff --git a/currentVersion_en.md b/currentVersion_en.md index 2a503af3..cccf93ed 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -1,17 +1,19 @@ -## 🎉 [v3.1.0] Release Notes - -Happy New Year! The last release of 2025. In the new year, PicList will continue to strive to bring you a better user experience. Thank you for your continued support and companionship! +## 🎉 [v3.1.1] Release Notes ### ✨ New Features -- Added album database file synchronization feature (#355,#417) -- Redesigned settings page and image hosting configuration/editing interface for a more unified look -- Now hides redundant Windows operation buttons on macOS (thanks @PJX) -- Album supports grid size adjustment (#419) -- Supports quick copying of image hosting configurations -- Delays auto-saving by 0.2s after adjusting image processing settings -- Adjusted the position of the save button on the advanced renaming settings page +- Added strict mode to plugin search (package name must contain the search term) +- Elements in the album now show a blue border when selected +- Optimized scrolling performance on the album page +- Adjusted the layout of the management - browse files page, no longer showing extra scroll bars +- Optimized the display layout of the file list on the management - upload and download pages to avoid overlap +- Optimized the display of the path bar on the management page ### 🐛 Bug Fixes -- Fixed some CSS style issues \ No newline at end of file +- Fixed the issue where the page would crash when setting the copy format on the management page +- Fixed the issue where the download progress bar did not display correctly +- Fixed the issue where images from local image hosting could not display preview images in the management interface +- Fixed the issue where the file list layout in the management interface was abnormal and there were blank areas when scrolling +- Fixed the issue where copying numbers failed on the management - file information page +- Addressed the issue where copying links in the album failed in some cases