diff --git a/currentVersion.md b/currentVersion.md index 4da96922..3ea9ddc2 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -1,9 +1,8 @@ ✨ Features -- 现在配置同步支持使用Gitea -- 现在当图片转换后格式与原格式相同时,不会进行转换 -- 优化了使用Cloudflare R2作为图床时的删除处理 +- 核心库版本更新 +- 现在默认缓存目录会在系统temp路径下新建 🐛 Bug Fixes -- 修复了使用gitee同步配置时,下载文件错误日志没有正确记录的问题 +- 修复了使用内置服务器的删除接口时,相册删除事件不能正确触发的问题 \ No newline at end of file diff --git a/currentVersion_en.md b/currentVersion_en.md index dda902d7..66df307d 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -1,9 +1,8 @@ ✨ Features -- Now the configuration synchronization supports the use of Gitea -- Now when the converted image format is the same as the original format, it will not be converted -- Optimized the deletion processing when using Cloudflare R2 as the image bed +- Update core library version +- Now the default cache directory will be created in the system temp path 🐛 Bug Fixes -- Fixed the issue where the error log was not correctly recorded when synchronizing configurations using Gitee and downloading files +- Fixed the problem that the album delete event cannot be triggered correctly when using the built-in server delete interface