-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
281 additions
and
338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
✨ Features | ||
|
||
- 现在不再对gif图片进行格式转换 | ||
### ✨ Features | ||
|
||
🐛 Bug Fixes | ||
- 管理功能 | ||
- 现在修改自定义域名后会自动强制刷新当前页面 | ||
- 现在第一次进入管理页面时默认获取云端最新文件列表 | ||
- 现在内置s3图床默认允许自签证书 | ||
- 现在高级重命名中的时间戳精确到毫秒 | ||
|
||
- 修复了重新保存配置后图片水印功能失效的问题 | ||
- 修复了同时打开主界面和mini窗口时,重命名窗口定位错误的问题 | ||
- 修复了特殊情况下软件界面异常退出并导致后台CPU占用过高的问题 | ||
### 🐛 Bug Fixes | ||
|
||
- 管理功能 | ||
- 修复了强制https对本地图床没有生效的问题 | ||
- 修复了不填写区域时,minio无法正常删除图片的问题 | ||
- 修复了内置s3图床,配合minio使用时会额外添加桶名的问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
✨ Features | ||
### ✨ Features | ||
|
||
- Now no longer convert gif images | ||
- Manage | ||
- Now, after modifying the custom domain name, the current page will be automatically forced to refresh | ||
- Now, the cloud-side latest file list is obtained by default when entering the management page for the first time | ||
- Now the built-in s3 image bed defaults to allowing self-signed certificates | ||
- Now the timestamp in advanced renaming is accurate to milliseconds | ||
|
||
🐛 Bug Fixes | ||
### 🐛 Bug Fixes | ||
|
||
- Fix the problem that the image watermark function is invalid after re-saving the configuration | ||
- Fix the problem that the rename window is positioned incorrectly when the main interface and mini window are opened at the same time | ||
- Fix the problem that the software interface exits abnormally under special circumstances and causes high CPU usage in the background | ||
- Manage | ||
- Fixed the problem that forcing https does not take effect on the local image bed | ||
- Fixed the problem that Minio cannot delete images normally when the region is not filled in | ||
- Fixed the problem that the built-in s3 image bed will add an additional bucket name when used with Minio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "piclist", | ||
"version": "2.8.3", | ||
"version": "2.8.4", | ||
"author": { | ||
"name": "Kuingsmile", | ||
"email": "[email protected]" | ||
|
@@ -68,7 +68,7 @@ | |
"multer": "^1.4.5-lts.1", | ||
"node-ssh-no-cpu-features": "^1.0.1", | ||
"nodejs-file-downloader": "^4.12.1", | ||
"piclist": "^1.8.5", | ||
"piclist": "^1.8.7", | ||
"pinia": "^2.1.7", | ||
"pinia-plugin-persistedstate": "^3.2.0", | ||
"proxy-agent": "^5.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.