diff --git a/currentVersion.md b/currentVersion.md index 4807886..6050d17 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -1,9 +1,9 @@ ### ✨ Features -- 优化了Mac和Win下启动模式配置的兼容性 +- 移除了管理界面的额外提示横幅 +- 优化了相册缓存机制,现在重复上传同名图片时会正确刷新 +- 优化了配置读取机制 ### 🐛 Bug Fixes -- 修复了使用内置剪贴板上传时会错误删除本地文件的问题 -- 修复了webdav与高级重命名同时使用时新建目录错误的问题 -- 修复了高级重命名的自定义前缀设置没有按预期工作的问题 \ No newline at end of file +- 修复了alist图床在设置自定义域名后图片链接拼接错误的问题 \ No newline at end of file diff --git a/currentVersion_en.md b/currentVersion_en.md index 9cb1767..53bb094 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -1,9 +1,9 @@ ### ✨ Features -- Optimize the compatibility of startup mode configuration under Mac and Win +- Remove the extra prompt banner in the management interface +- Optimized the album cache mechanism, now when uploading images with the same name repeatedly, it will refresh correctly +- Optimized the configuration reading mechanism ### 🐛 Bug Fixes -- Fix the problem of deleting local files incorrectly when uploading using the built-in clipboard -- Fix the problem of creating a new directory incorrectly when using webdav and advanced renaming at the same time -- Fix the problem that the custom prefix setting of advanced renaming does not work as expected \ No newline at end of file +- Fixed the problem that the image link of the alist picture bed was spliced incorrectly after setting a custom domain name