-
-
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
35 changed files
with
523 additions
and
253 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,10 +1,15 @@ | ||
### ✨ Features | ||
|
||
- 优化了第二图床的上传逻辑,现在会使用相同文件名和压缩方式 | ||
- 移除了telegra.ph图床(官方现已关闭匿名上传功能) | ||
- 默认上传快捷键修改为`Ctrl+Alt+U`,避免与vscode命令面板冲突 | ||
- 优化了短链接处理逻辑: | ||
- 现在相册界面中复制链接时会得到相同的短链接,而不是每次重新获取 | ||
- 现在开启短链接时上传结果通知会正确显示 | ||
- 现在开启短链接时上传接口会返回短链接 | ||
- 管理界面新增使用预签名链接显示预览图片选项 | ||
- 现在图片压缩质量只允许设置1-100之间的正整数 | ||
- 新增对短链项目[Sink](https://github.com/ccbikai/Sink)的支持 | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- 修复了webdav图床链接拼接错误的问题 | ||
- 修复了开启云删除时部分第三方图床图片无法批量删除的问题 | ||
- 修复了管理页面设置项界面中,部分没有tooltip的选项依旧会显示图标的问题 | ||
- 修复了在管理页面无法修改下载文件夹的问题 | ||
- 修复了对HEIC图片无法转换格式的问题 |
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,10 +1,15 @@ | ||
### ✨ Features | ||
|
||
- Optimize the upload logic of the second image bed, now it will use the same file name and compression method | ||
- Removed telegra.ph image bed (officially closed anonymous upload function) | ||
- The default upload shortcut key is changed to `Ctrl+Alt+U` to avoid conflicts with the vscode command panel | ||
|
||
- Optimized the short link processing logic: | ||
- Now when copying links in the album interface, the same short link will be obtained, instead of reacquiring it each time | ||
- Now the upload result notification will be displayed correctly when the short link is enabled | ||
- Now the upload interface will return a short link when the short link is enabled | ||
- Added the option to display preview images using presigned links in the management interface | ||
- Now the image compression quality only allows setting positive integers between 1-100 | ||
- Added support for the short link project [Sink](https://github.com/ccbikai/Sink) | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- Fixed the problem of incorrect splicing of webdav image bed links | ||
- Fixed the problem that some third-party image bed pictures cannot be deleted in batches when cloud deletion is enabled | ||
- Fixed the issue where some options without tooltips in the management page settings interface would still display icons | ||
- Fixed the issue where the download folder could not be modified in the management page | ||
- Fixed the issue where HEIC images could not be converted |
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.9.4", | ||
"version": "2.9.5", | ||
"author": { | ||
"name": "Kuingsmile", | ||
"email": "[email protected]" | ||
|
@@ -67,7 +67,7 @@ | |
"multer": "^1.4.5-lts.1", | ||
"node-ssh-no-cpu-features": "^2.0.0", | ||
"nodejs-file-downloader": "^4.12.1", | ||
"piclist": "^1.9.6", | ||
"piclist": "^1.9.7", | ||
"pinia": "^2.1.7", | ||
"pinia-plugin-persistedstate": "^3.2.1", | ||
"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
Oops, something went wrong.