📝 Docs(custom): update release note

This commit is contained in:
Kuingsmile
2026-01-12 23:02:27 +08:00
parent f32c3684bb
commit cce3020d50
2 changed files with 23 additions and 21 deletions

View File

@@ -1,16 +1,17 @@
## 🎉 [v3.2.0] 更新日志 ## 🎉 [v3.2.1] 更新日志
### ✨ 新增功能 ### ✨ 新增功能
- 新增上传任务系统,现在可以添加文件到任务中按间隔上传并随时调整优先级避免平台API速率限制 - 新增图床收藏功能,现在可以添加至多6个常用图床首页快速点击切换
- 现在支持为每个单独图床设置图片预处理/重命名选项,生效顺序为`图床设置 > 平台设置 > 全局设置` - 优化了第二图床的上传逻辑,同时增加了备份和独立上传两种模式选择
- 优化了图片预处理选项的图床平台设置和单独图床设置的显示逻辑,现在更加清晰的显示当前生效配置 - 优化了相册页面的图片选择体验,现在点击任意位置即可选择图片
- 现在自动保存多个页面当前UI选择状态 - 图床选择页面新增收藏按钮
- 新增Linux Arm64平台支持同时增加deb安装包 - 更新说明页面现在使用markdown渲染
- 优化更新页面显示现在会自动渲染md格式更新说明
### 🐛 问题修复 ### 🐛 问题修复
- 修复了更新检查页面版本号显示多余字符的问题 - 修复了任务上传系统中时间间隔不能小于100秒的问题现在最低间隔为1秒
- 修复了图片处理页面中无法设置精细格式转换的问题 - 修复了第二图床上传在Mac tray窗口和任务上传系统中没有生效的问题
- 修复了部分页面重复执行保存函数导致的性能问题 - 修复了切换语言时图床列表没有及时刷新的问题
- 修复了二维码生成页面下拉列表被遮挡的问题
- 修复了修复工具箱页面UI显示异常的问题

View File

@@ -1,16 +1,17 @@
## 🎉 [v3.2.0] Release note ## 🎉 [v3.2.1] Release Notes
### ✨ Features ### ✨ New Features
- Add Upload Task System, now you can add files to the task, upload them at intervals, and adjust the priority at any time to avoid platform API rate limits. - Added image bed favorites feature, now you can add up to 6 commonly used image beds and quickly switch on the homepage
- Now supports setting image preprocessing/renaming options for each individual image bed, the effective order is `Image Bed Settings > Platform Settings > Global Settings` - Optimized the upload logic of the second image bed, and added backup and independent upload mode options
- Optimized the display logic of the image preprocessing options for the image bed platform settings and individual image bed settings, now more clearly displaying the currently effective configuration - Optimized the image selection experience on the album page, now you can select images by clicking anywhere
- Now automatically saves the current UI selection status of multiple pages - Added favorites button on the image bed selection page
- Added Linux Arm64 platform support and added deb installation package - The update notes page now uses markdown rendering
- Optimized update page display, now automatically renders md format update instructions
### 🐛 Bug Fixes ### 🐛 Bug Fixes
- Fixed an issue where the version number displayed extra characters on the update check page - Fixed an issue where the interval between uploads in the task upload system could not be less than 100 seconds, now the minimum interval is 1 second
- Fixed an issue where fine format conversion could not be set on the image processing page - Fixed an issue where the second image bed upload did not take effect in the Mac tray window and task upload system
- Fixed a performance issue caused by repeated execution of save functions on some pages - Fixed an issue where the image bed list did not refresh in time when switching languages
- Fixed an issue where the dropdown list on the QR code generation page was obscured
- Fixed an issue where the UI of the repair toolbox page was displayed abnormally