-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
23 changed files
with
285 additions
and
53 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
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,16 +1,15 @@ | ||
Happy New Year! 🎉 | ||
|
||
✨ Features | ||
|
||
- 现在移除exif信息选项不再错误的处理svg图片 | ||
- 添加了管理功能log文件和软件GUI界面log文件的快捷打开选项 | ||
- 现在支持更多类型的文本文件预览 | ||
- 现在移除配置前会进行额外的确认以避免误删除 | ||
- 现在如果对应图床不支持重命名操作,不会再显示重命名按钮 | ||
- 优化了管理界面文件浏览页的文字显示 | ||
- 移除了赞助窗口~~ | ||
- 新增内置兰空图床上传和删除支持 | ||
- Webdav图床现在支持设置URL参数后缀 | ||
- 现在支持指定每种图片格式对应的转换后格式 | ||
- 现在默认启用mozJPEG编码器以减小文件体积 | ||
- 现在打开手册页面会询问打开方式 | ||
- 优化了重命名选项的提示 | ||
- 更新提示窗口现在提供跳转至版本发布页手动下载的选项 | ||
|
||
🐛 Bug Fixes | ||
|
||
- 修复了表单上传模式下,中文文件名乱码的问题 | ||
- 修复了管理界面入口页的显示bug | ||
- 修复了sftp图床上传相同文件名的图片会报错的问题 | ||
- 修复了imgur图床转换格式为webp时,文件名错误的问题 | ||
- 修复了部分i18n错误的问题 |
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,16 +1,15 @@ | ||
Happy New Year! 🎉 | ||
|
||
✨ Features | ||
|
||
- Now the option to remove exif information will no longer incorrectly process svg images | ||
- Added a shortcut to open the log file of the management function and the GUI interface log file | ||
- Now supports more types of text file preview | ||
- Now there will be extra confirmation before removing the configuration to avoid accidental deletion | ||
- Now if the corresponding image bed does not support the rename operation, the rename button will not be displayed | ||
- Optimized the text display of the file browsing page of the management interface | ||
- Removed the sponsorship window~~ | ||
- 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 | ||
|
||
🐛 Bug Fixes | ||
|
||
- Fixed the problem of garbled Chinese file names in form upload mode | ||
- Fixed the display bug of the management interface entry page | ||
- 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 |
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.0", | ||
"version": "2.7.1", | ||
"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.0", | ||
"piclist": "^1.7.6", | ||
"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
Oops, something went wrong.