diff --git a/currentVersion.md b/currentVersion.md index d441ae5..d3fa846 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -1,9 +1,10 @@ ### ✨ Features -- 新增第二图床上传支持 -- 现在管理页面支持预览avif图片 -- 调整了图床配置页面的日期显示格式 +- 优化了第二图床的上传逻辑,现在会使用相同文件名和压缩方式 +- 移除了telegra.ph图床(官方现已关闭匿名上传功能) +- 默认上传快捷键修改为`Ctrl+Alt+U`,避免与vscode命令面板冲突 ### 🐛 Bug Fixes -- 修复了PicList图床对core版的兼容性问题 +- 修复了webdav图床链接拼接错误的问题 +- 修复了开启云删除时部分第三方图床图片无法批量删除的问题 diff --git a/currentVersion_en.md b/currentVersion_en.md index 23edb93..499e314 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -1,9 +1,10 @@ ### ✨ Features -- Added support for the second image bed upload -- Now the management page supports previewing avif images -- Adjusted the date display format on the image bed configuration page +- 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 ### 🐛 Bug Fixes -- Fixed the compatibility issue of PicList image bed with the core version \ No newline at end of file +- 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