diff --git a/README.md b/README.md index e51e0975..4bfc7588 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ If your Typora version is below 1.8.0, set both the PicList and PicGo (app) uplo #### **Version < 1.6.0-dev** For Windows, in Typora settings: + 1. Set upload service to `PicGo(app)` 2. Set `PicGo path` to your PicList installation path @@ -145,6 +146,7 @@ docker run -d \ kuingsmile/piclist:latest \ node /usr/local/bin/picgo-server -k piclist123456 ``` + Change `./piclist` to your config directory path and `piclist123456` to your preferred secret key. #### Using docker-compose @@ -269,11 +271,13 @@ The built installer will be available in the `dist_electron` directory. For network issues with electron-builder, set the mirror: **Linux/macOS:** + ```bash export ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/" ``` **Windows:** + ```cmd set ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ ``` diff --git a/README_cn.md b/README_cn.md index 9a58f37b..224ae504 100644 --- a/README_cn.md +++ b/README_cn.md @@ -116,6 +116,7 @@ PicList的内核使用[PicList-core](https://github.com/Kuingsmile/PicList-Core) #### **1.6.0版本以下** Windows系统: + 1. 进入Typora设置页面,选择"图像" 2. 将上传服务设置为`PicGo(app)` 3. 在`PicGo路径`中填写PicList的安装路径 @@ -273,11 +274,13 @@ yarn run build 如果遇到网络问题导致electron-builder下载失败,可以设置镜像源: **Linux/macOS:** + ```bash export ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/" ``` **Windows:** + ```cmd set ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ ``` diff --git a/currentVersion.md b/currentVersion.md index 6050d179..a276ab34 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -1,9 +1,22 @@ -### ✨ Features +## 🎉 [v2.9.9] 更新日志 -- 移除了管理界面的额外提示横幅 -- 优化了相册缓存机制,现在重复上传同名图片时会正确刷新 -- 优化了配置读取机制 +本次更新引入了对 WebDAV 配置同步和便携模式的支持,同时提升了安全性和易用性。 -### 🐛 Bug Fixes +### ⚠️ 重要变更 -- 修复了alist图床在设置自定义域名后图片链接拼接错误的问题 \ No newline at end of file +* **环境要求更新**:我们已停止对 Node.js 16 的支持。现在开发本应用所需的 **最低 Node.js 版本为 v18.17.0**。 + +### ✨ 新增功能 (Features) + +* **WebDAV 配置同步**:现在您可以使用 WebDAV 在多个设备间同步您的应用配置了。 +* **便携模式支持**:新增了便携包,无需安装即可运行,轻松实现“开箱即用”。 +* **跳过图片处理**:现在可以设置特定文件后缀名(如 `.gif`),使其在上传时跳过所有图片处理流程。 +* **增强的上传器支持**:为腾讯云、阿里云和高级自定义图床增加了 `webPath` 参数。 +* **更广泛的系统支持**:通过更新核心图像处理库 (sharp),增加了对 ArchLinux 的支持。 +* **增强局域网安全**:内置的 API 服务不再默认监听 `0.0.0.0`,以防止未经授权的局域网访问,提升了安全性。 + +### 🐛 问题修复 (Bug Fixes) + +* **SM.MS 上传**:修复了在特定网络环境下,上传到 SM.MS 图床可能失败的问题。 +* **WebDAV 默认路径**:修复了 WebDAV 上传器中 `webPath` 参数默认值不正确的问题。 +* **macOS 右键菜单**:修复了 macOS 上右键菜单有时会消失的问题,现在程序会尝试自动恢复它。 diff --git a/currentVersion_en.md b/currentVersion_en.md index 53bb0949..e8b782b4 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -1,9 +1,22 @@ -### ✨ Features +## 🎉 [v2.9.9] Release Notes -- Remove the extra prompt banner in the management interface -- Optimized the album cache mechanism, now when uploading images with the same name repeatedly, it will refresh correctly -- Optimized the configuration reading mechanism +This update introduces support for WebDAV configuration synchronization and portable mode, while enhancing security and usability. + +### ⚠️ Important 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**. + +### ✨ New 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. ### 🐛 Bug Fixes -- Fixed the problem that the image link of the alist picture bed was spliced incorrectly after setting a custom domain name +* **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.