📝 Docs(custom): update change log for 3.4.0

This commit is contained in:
Kuingsmile
2026-05-04 15:50:40 +08:00
parent 0394bf1b3f
commit 130a3904e6
2 changed files with 30 additions and 8 deletions

View File

@@ -1,10 +1,21 @@
## 🎉 [v3.3.2] 更新日志
## 🎉 [v3.4.0] 更新日志
### ⚠️ 破坏性变更
- 内置AWS S3图床的上传路径`uploadPath`设置项现在不再支持使用占位符,如果之前使用了占位符,请将其替换为固定路径或通过高级重命名功能实现动态路径的需求
### ✨ 新增功能
- 通过url上传时现在通过content-type和文件magic number来判断文件类型提升了上传的准确性
- sm.ms迁移至s.ee
- 增加新的文件缩放设置项`longEdgeAsHeight`,当启用时,将长边视为高度进行缩放,适用于竖图的处理需求
- 更新了阿里云OSS腾讯云COS和七牛云的可用地域列表移除了已废弃的地域选项并添加了新的可用地域
- 云端页面的SM.MS迁移至S.EE平台
- 优化了本地文件的扩展名获取逻辑,提升了对特殊文件名的兼容性
- 更新了linux下的剪贴板图片获取脚本
- 现在支持在拷贝文件时监听系统剪贴板的变化
- 优化了网络环境不佳时主界面的打开速度
### 🐛 问题修复
- 修复了同时设置文件压缩和水印设置时,压缩选项不生效的问题
- 修复了单图床重命名设置项在更新时,配置文件设置的值未正确更新的问题
- 修复了某些情况下重命名未生效的问题
- 修复了部分情况下,忽略软件更新选项未正确保存的问题

View File

@@ -1,10 +1,21 @@
## 🎉 [v3.3.2] Release Notes
## 🎉 [v3.4.0] Release Notes
### ⚠️ Breaking Changes
- The `uploadPath` setting for the built-in AWS S3 image bed no longer supports placeholders. If you previously used placeholders, please replace them with a fixed path or use the advanced renaming feature to achieve dynamic paths.
### ✨ New Features
- When uploading via URL, the file type is now determined by content-type and file magic number, improving upload accuracy
- sm.ms has migrated to s.ee
- Added a new file scaling setting `longEdgeAsHeight`. When enabled, the long edge is treated as the height for scaling, suitable for handling vertical images.
- Updated the available regions for Alibaba Cloud OSS, Tencent Cloud COS, and Qiniu Cloud, removing deprecated regions and adding new ones.
- The cloud page's SM.MS has migrated to the S.EE platform.
- Optimized the logic for obtaining local file extensions, improving compatibility with special file names.
- Updated the clipboard image acquisition script for Linux.
- Now supports monitoring system clipboard changes when copying files.
- Optimized the opening speed of the main interface in poor network conditions.
### 🐛 Bug Fixes
- Fixed an issue where compression options were not effective when both file compression and watermark settings were enabled
- Fixed an issue where the value set in the configuration file for the single image bed renaming setting was not correctly updated during updates.
- Fixed an issue where renaming did not take effect in certain cases.
- Fixed an issue where the option to ignore software updates was not correctly saved in some cases.