📝 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,17 +1,23 @@
## 🎉 [v2.9.9] 更新日志 ## 🎉 [v3.0.0] 更新日志
本次更新引入了对 WebDAV 配置同步和便携模式的支持,同时提升了安全性和易用性 3.0.0大版本重大底层架构更新和前端UI重写
### ✨ 新增功能 (Features) ### ⚠️ 重要变更
* **WebDAV 配置同步**:现在您可以使用 WebDAV 在多个设备间同步您的应用配置了。 - **系统要求更新** 不再支持Win7和Win8以及 Mac OS BigSur以下版本
* **便携模式支持**:新增了便携包,无需安装即可运行,轻松实现“开箱即用”。
* **跳过图片处理**:现在可以设置特定文件后缀名(如 `.gif`),使其在上传时跳过所有图片处理流程。
* **增强的上传器支持**:为腾讯云、阿里云和高级自定义图床增加了 `webPath` 参数。
* **增强局域网安全**:内置的 API 服务不再默认监听 `0.0.0.0`,以防止未经授权的局域网访问,提升了安全性。
### 🐛 问题修复 (Bug Fixes) ### ✨ 新增功能
* **SM.MS 上传**:修复了在特定网络环境下,上传到 SM.MS 图床可能失败的问题。 - 底层electron版本更新至v36同时迁移至vite
* **WebDAV 默认路径**:修复了 WebDAV 上传器中 `webPath` 参数默认值不正确的问题。 - 新增Windows arm64架构安装包
* **macOS 右键菜单**:修复了 macOS 上右键菜单有时会消失的问题,现在程序会尝试自动恢复它。 - UI界面全面重写新增明亮/黑暗主题切换
- 大幅优化了相册性能,现在仅渲染视野内图片
- 新增图片水印透明度设置
- 现在支持折叠app导航栏
- 管理页面仓库列表栏现在支持拖拽调整宽度
### 🐛 问题修复
- 修复了部分图床云端删除闪退的问题
- 修复了使用webdav进行设置备份时自定义路径不生效的问题
- 修复了部分情况下s3图床云端删除失败的问题(#358)

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. - The underlying Electron version has been updated to v36, and the project has been migrated to Vite.
* **Portable Mode Support**: A portable package has been added, allowing you to run the application without installation for an "out-of-the-box" experience. - A Windows ARM64 architecture installation package has been added.
* **Skip Image Processing**: You can now set specific file extensions (like `.gif`) to skip all image processing during upload. - The UI has been completely rewritten, with a new light/dark theme switch.
* **Enhanced Uploader Support**: Added `webPath` parameter for Tencent Cloud, Alibaba Cloud, and advanced custom image hosts. - Album performance has been significantly optimized, now only rendering images within the viewport.
* **Broader System Support**: Added support for ArchLinux by updating the core image processing library (sharp). - A new image watermark opacity setting has been added.
* **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 app navigation bar now supports collapsing.
- The repository list sidebar on the management page now supports drag-and-drop width adjustment.
### 🐛 Bug Fixes ### 🐛 Bug Fixes
* **SM.MS Upload**: Fixed an issue where uploads to the SM.MS image host could fail in certain network environments. - Fixed a crash issue when deleting images from certain cloud storage providers.
* **WebDAV Default Path**: Fixed an issue with the default value of the `webPath` parameter in the WebDAV uploader. - Fixed an issue where custom paths were not effective when backing up settings using WebDAV.
* **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 an issue where deletion from S3 cloud storage failed in certain cases (#358).