From cce3020d509811748fb1bb12b9f976c5535b287c Mon Sep 17 00:00:00 2001 From: Kuingsmile <96409857+Kuingsmile@users.noreply.github.com> Date: Mon, 12 Jan 2026 23:02:27 +0800 Subject: [PATCH] :pencil: Docs(custom): update release note --- currentVersion.md | 21 +++++++++++---------- currentVersion_en.md | 23 ++++++++++++----------- 2 files changed, 23 insertions(+), 21 deletions(-) diff --git a/currentVersion.md b/currentVersion.md index ea865526..d4104259 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -1,16 +1,17 @@ -## 🎉 [v3.2.0] 更新日志 +## 🎉 [v3.2.1] 更新日志 ### ✨ 新增功能 -- 新增上传任务系统,现在可以添加文件到任务中,按间隔上传并随时调整优先级,避免平台API速率限制 -- 现在支持为每个单独图床设置图片预处理/重命名选项,生效顺序为`图床设置 > 平台设置 > 全局设置` -- 优化了图片预处理选项的图床平台设置和单独图床设置的显示逻辑,现在更加清晰的显示当前生效配置 -- 现在自动保存多个页面当前UI选择状态 -- 新增Linux Arm64平台支持,同时增加deb安装包 -- 优化更新页面显示,现在会自动渲染md格式更新说明 +- 新增图床收藏功能,现在可以添加至多6个常用图床,首页快速点击切换 +- 优化了第二图床的上传逻辑,同时增加了备份和独立上传两种模式选择 +- 优化了相册页面的图片选择体验,现在点击任意位置即可选择图片 +- 图床选择页面新增收藏按钮 +- 更新说明页面现在使用markdown渲染 ### 🐛 问题修复 -- 修复了更新检查页面版本号显示多余字符的问题 -- 修复了图片处理页面中无法设置精细格式转换的问题 -- 修复了部分页面重复执行保存函数导致的性能问题 +- 修复了任务上传系统中时间间隔不能小于100秒的问题,现在最低间隔为1秒 +- 修复了第二图床上传在Mac tray窗口和任务上传系统中没有生效的问题 +- 修复了切换语言时图床列表没有及时刷新的问题 +- 修复了二维码生成页面下拉列表被遮挡的问题 +- 修复了修复工具箱页面UI显示异常的问题 diff --git a/currentVersion_en.md b/currentVersion_en.md index 0e9a1226..6724444c 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -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. -- 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 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 -- Now automatically saves the current UI selection status of multiple pages -- Added Linux Arm64 platform support and added deb installation package -- Optimized update page display, now automatically renders md format update instructions +- Added image bed favorites feature, now you can add up to 6 commonly used image beds and quickly switch on the homepage +- Optimized the upload logic of the second image bed, and added backup and independent upload mode options +- Optimized the image selection experience on the album page, now you can select images by clicking anywhere +- Added favorites button on the image bed selection page +- The update notes page now uses markdown rendering ### 🐛 Bug Fixes -- Fixed an issue where the version number displayed extra characters on the update check page -- Fixed an issue where fine format conversion could not be set on the image processing page -- Fixed a performance issue caused by repeated execution of save functions on some pages +- 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 the second image bed upload did not take effect in the Mac tray window and task upload system +- 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