-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
1 parent
a59d5b1
commit d1780f2
Showing
4 changed files
with
14 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
✨ Features | ||
|
||
- 现在当已经设置了水印字体文件路径或使用图片水印时,不再检查内置字体文件是否存在 | ||
- PicList和PicList-Core的内置服务器现在均支持通过`formData`的方式上传图片文件 | ||
- 内置服务器现在默认监听`0.0.0.0`,而不是`127.0.0.1`,以配合多电脑间使用 | ||
- 内置服务器现在支持设置鉴权密钥`key`参数,通过url参数形式传递`?key=xxx`,避免被恶意利用 | ||
- PicList-Core现在支持通过`picgo-server`启动内置上传服务器,使用方式与PicList的内置服务器相同 | ||
- 现在当设置了内置服务器鉴权密钥时,图床设置界面复制api接口会自动添加密钥 | ||
- 添加了`PicList`自身作为套娃图床,实现A电脑添加B电脑的`PicList`进行上传的功能 | ||
- 新增上传耗时等统计功能 | ||
|
||
🐛 Bug Fixes | ||
|
||
- 修复了没有新建临时文件夹导致本地图床上传失败的问题 | ||
- 修复了电脑间同步管理配置文件时,无法正常进入图床,需要重新保存一次配置的问题 | ||
- 修复了arm mac平台缺失右键菜单的问题 | ||
- 修复了跳过水印字体下载没有对文件上传情景生效的问题 |
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,11 +1,11 @@ | ||
✨ Features | ||
|
||
- Now that the watermark font file path has been set or the image watermark is used, the built-in font file is no longer checked | ||
- The built-in server of PicList and PicList-Core now support uploading image files through `formData` | ||
- PicList-Core now supports starting the built-in upload server through `picgo-server`, and the usage is the same as the built-in server of PicList | ||
- The built-in server now supports setting the authentication key `key` parameter, which is passed in the form of url parameters `?key=xxx` to avoid being maliciously used | ||
- PicList-Core now supports starting the built-in upload server through `picgo-server`, and the usage is the same as the built-in server of PicList | ||
- Now when the built-in server authentication key is set, the copy API interface in the image bed setting interface will automatically add the key | ||
- Added `PicList` itself as a nested image bed, which realizes the function of A computer adding B computer's `PicList` for uploading | ||
- Added upload time consumption and other statistics functions | ||
|
||
🐛 Bug Fixes | ||
|
||
- Fix the problem that the local image bed upload fails due to not creating a new temporary folder | ||
- Fixed the problem that when synchronizing and managing configuration files between computers, the image bed cannot be entered normally, and the configuration needs to be saved again | ||
- Fixed the problem that the right-click menu is missing on the arm mac platform | ||
- Fixed the problem that skipping the watermark font download does not take effect on file upload scenarios |