📝 Docs(custom): prepare for new version

This commit is contained in:
Kuingsmile
2026-01-03 17:55:14 +08:00
parent 58f6fa4c2a
commit 390930ee50
2 changed files with 26 additions and 22 deletions

View File

@@ -1,17 +1,19 @@
## 🎉 [v3.1.0] 更新日志 ## 🎉 [v3.1.1] 更新日志
Happy New Year! 25年的最后一个版本发布。在新的一年里PicList会继续努力为大家带来更好的使用体验感谢大家一直以来的支持与陪伴
### ✨ 新增功能 ### ✨ 新增功能
- 新增相册数据库文件同步功能(#355,#417) - 插件搜索增加严格模式(包名必须包含搜索词)
- 重构设置页与图床配置/编辑界面,视觉更统一 - 相册中元素现在选中时会显示蓝色边框
- 现在macOS系统下隐藏冗余的 Windows 操作按钮(感谢@PJX) - 优化了相册页面的滚动性能
- 相册支持调整网格大小(#419) - 调整了管理-浏览文件页面的布局,现在不再显示多余的滚动条
- 支持快捷拷贝图床配置 - 优化了管理-上传和下载页面文件列表的显示布局,避免重叠
- 调整图片处理设置后会延迟0.2s自动保存 - 优化了管理页面路径栏的显示
- 调整了高级重命名设置页面的保存按钮位置
### 🐛 问题修复 ### 🐛 问题修复
- 修复了部分CSS样式问题 - 修复了管理页面中设置拷贝格式时页面崩溃的问题
- 修复了更新下载进度条没有正确显示的问题
- 修复了管理界面中本地图床的图片无法显示预览图的问题
- 修复了管理界面文件列表布局异常和滚动时有空白区域的问题
- 修复了管理-文件信息页面中拷贝数字时失败的问题
- 处理了部分情况下相册拷贝链接失败的问题

View File

@@ -1,17 +1,19 @@
## 🎉 [v3.1.0] Release Notes ## 🎉 [v3.1.1] 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!
### ✨ New Features ### ✨ New Features
- Added album database file synchronization feature (#355,#417) - Added strict mode to plugin search (package name must contain the search term)
- Redesigned settings page and image hosting configuration/editing interface for a more unified look - Elements in the album now show a blue border when selected
- Now hides redundant Windows operation buttons on macOS (thanks @PJX) - Optimized scrolling performance on the album page
- Album supports grid size adjustment (#419) - Adjusted the layout of the management - browse files page, no longer showing extra scroll bars
- Supports quick copying of image hosting configurations - Optimized the display layout of the file list on the management - upload and download pages to avoid overlap
- Delays auto-saving by 0.2s after adjusting image processing settings - Optimized the display of the path bar on the management page
- Adjusted the position of the save button on the advanced renaming settings page
### 🐛 Bug Fixes ### 🐛 Bug Fixes
- Fixed some CSS style issues - 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