📝 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] 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.