📝 Docs(custom): update 3.0.0 changelog

This commit is contained in:
Kuingsmile
2025-08-14 16:31:30 +08:00
parent d4af5fc8f6
commit bb881fa966
2 changed files with 33 additions and 26 deletions

View File

@@ -1,22 +1,23 @@
## 🎉 [v2.9.9] Release Notes
## 🎉 [v3.0.0] Release Notes
This update introduces support for WebDAV configuration synchronization and portable mode, while enhancing security and usability.
3.0.0 major version, significant underlying architecture updates and front-end UI rewrite.
### ⚠️ Important Changes
### ⚠️ Breaking Changes
* **Environment Requirement Update**: We have stopped supporting Node.js 16. The **minimum Node.js version required to develop this application is now v18.17.0**.
- **System Requirements Update**: Support for Windows 7 and Windows 8, as well as macOS Big Sur and earlier versions, has been discontinued.
### ✨ New Features
### ✨ Features
* **WebDAV Configuration Synchronization**: You can now use WebDAV to synchronize your application configuration across multiple devices.
* **Portable Mode Support**: A portable package has been added, allowing you to run the application without installation for an "out-of-the-box" experience.
* **Skip Image Processing**: You can now set specific file extensions (like `.gif`) to skip all image processing during upload.
* **Enhanced Uploader Support**: Added `webPath` parameter for Tencent Cloud, Alibaba Cloud, and advanced custom image hosts.
* **Broader System Support**: Added support for ArchLinux by updating the core image processing library (sharp).
* **Enhanced LAN Security**: The built-in API service no longer listens on `0.0.0.0` by default, preventing unauthorized access from the local network.
- The underlying Electron version has been updated to v36, and the project has been migrated to Vite.
- A Windows ARM64 architecture installation package has been added.
- The UI has been completely rewritten, with a new light/dark theme switch.
- Album performance has been significantly optimized, now only rendering images within the viewport.
- A new image watermark opacity setting has been added.
- The app navigation bar now supports collapsing.
- The repository list sidebar on the management page now supports drag-and-drop width adjustment.
### 🐛 Bug Fixes
* **SM.MS Upload**: Fixed an issue where uploads to the SM.MS image host could fail in certain network environments.
* **WebDAV Default Path**: Fixed an issue with the default value of the `webPath` parameter in the WebDAV uploader.
* **macOS Right-Click Menu**: Fixed an issue where the right-click menu would sometimes disappear on macOS, and the program will now attempt to restore it automatically.
- Fixed a crash issue when deleting images from certain cloud storage providers.
- Fixed an issue where custom paths were not effective when backing up settings using WebDAV.
- Fixed an issue where deletion from S3 cloud storage failed in certain cases (#358).