-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
17 changed files
with
155 additions
and
55 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
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,15 +1,12 @@ | ||
✨ Features | ||
|
||
- 新增内置兰空图床上传和删除支持 | ||
- Webdav图床现在支持设置URL参数后缀 | ||
- 现在支持指定每种图片格式对应的转换后格式 | ||
- 现在默认启用mozJPEG编码器以减小文件体积 | ||
- 现在打开手册页面会询问打开方式 | ||
- 优化了重命名选项的提示 | ||
- 更新提示窗口现在提供跳转至版本发布页手动下载的选项 | ||
- 新增内置S3 API兼容平台支持 | ||
- 现在又拍云图床支持自定义接口地址 | ||
- 七牛云新建存储桶新增`亚太-河内`支持 | ||
|
||
🐛 Bug Fixes | ||
|
||
- 修复了sftp图床上传相同文件名的图片会报错的问题 | ||
- 修复了imgur图床转换格式为webp时,文件名错误的问题 | ||
- 修复了部分i18n错误的问题 | ||
- 修复了修改s3图床相册链接后,拷贝图片链接没有对应修改的问题 | ||
- 修复了修改s3图床相册连接后,云端删除失效的问题 | ||
- 修复了设置精细转换格式时的序列化错误 | ||
- 修复了界面翻译错误 |
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,15 +1,17 @@ | ||
✨ Features | ||
|
||
- Add built-in Lsky Pro image bed upload and delete support | ||
- Webdav image bed now supports setting URL parameter suffix | ||
- Now you can specify the converted format for each image format | ||
- Now enable the mozJPEG encoder by default to reduce file size | ||
- Now the open manual page will ask for the open method | ||
- Optimize the prompt of the rename option | ||
- The update prompt window now provides an option to jump to the version release page to download manually | ||
- Add support for built-in S3 API compatible platform | ||
- Upyun now supports custom interface addresses | ||
- Qiniu Cloud new bucket supports `Asia-Pacific-Hanoi` | ||
|
||
🐛 Bug Fixes | ||
|
||
- Fixed the problem that uploading images with the same file name to the sftp image bed will report an error | ||
- Fixed the problem that the file name is incorrect when converting the format of the imgur image bed to webp | ||
- Fixed some i18n errors | ||
- 修复了修改s3图床相册链接后,拷贝图片链接没有对应修改的问题 | ||
- 修复了修改s3图床相册连接后,云端删除失效的问题 | ||
- 修复了设置精细转换格式时的序列化错误 | ||
- 修复了界面翻译错误 | ||
|
||
- Fix the problem that the copied image link is not modified after modifying the s3 album link | ||
- Fixed the problem that the cloud deletion is invalid after modifying the s3 album connection | ||
- Fixed serialization error when setting fine conversion format | ||
- Fixed interface translation error |
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.7.1", | ||
"version": "2.7.2", | ||
"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.7.6", | ||
"piclist": "^1.7.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
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.