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