📝 Docs(custom): update change log

This commit is contained in:
Kuingsmile 2023-12-07 22:40:31 -08:00
parent 8bc3323d97
commit 29dc103454
2 changed files with 14 additions and 5 deletions

View File

@ -1,8 +1,11 @@
✨ Features
- 现在支持vscode插件vs-piclist的远程服务器模式
- 关联更新现在支持docker部署PicList-core
- 上传接口增加了额外的记录区分上传行为
- 核心库版本更新
- 现在默认缓存目录会在系统temp路径下新建
🐛 Bug Fixes
- 修复了使用内置服务器的删除接口时,相册删除事件不能正确触发的问题
- 修复了相册内无法正常复制部分插件上传的图片URL的问题
- 修复了上传图床选择过程中的log记录字段错误的问题

View File

@ -1,8 +1,14 @@
✨ Features
- Update core library version
- Now the default cache directory will be created in the system temp path
- Support the remote server mode of the vscode plug-in vs-piclist
- Related update: Docker deployment for PicList-core is now supported.
- The upload interface adds additional records to distinguish upload behavior
- Core library version update
🐛 Bug Fixes
- Fixed the problem that the album delete event cannot be triggered correctly when using the built-in server delete interface
- 修复了相册内无法正常复制部分插件上传的图片URL的问题
- 修复了上传图床选择过程中的log记录字段错误的问题
- Fix the problem that some plug-in upload image URLs cannot be copied normally in the album
- Fixed the problem of incorrect log record fields during the upload image selection process