From d3ac2c51d6400004261fb1ff6fee3efee4dbf165 Mon Sep 17 00:00:00 2001 From: Kuingsmile Date: Sat, 30 Sep 2023 21:02:10 +0800 Subject: [PATCH] :pencil: Docs: update changelog --- currentVersion.md | 17 ++++++----------- currentVersion_en.md | 14 ++++++-------- 2 files changed, 12 insertions(+), 19 deletions(-) diff --git a/currentVersion.md b/currentVersion.md index b8c9053..60bda47 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -1,16 +1,11 @@ -2.6.1 - ✨ Features -- webdav图床现在支持设置授权方式,支持digest或basic授权 -- webdav管理页面新增授权方式选择 -- 手册页面现在会在单独的窗口中打开 -- 优化了管理页面首页列表的加载速度 +- 相册页面只显示最后一级文件名,不包含额外的路径 +- 现在更新提示窗口会显示更新日志,方便用户查看 🐛 Bug Fixes -- 修复了管理页面中选择框失效的问题 -- 修复了管理页面中,切换图床时概率出现无法加载文件列表的问题 -- 修复了管理页面首页在开启自动导入时页面没有自动刷新的问题 -- 修复了管理页面中的计时器泄露导致的性能和文件加载问题 -- 解决了local图床和webdav图床缓存文件目录相同的问题 \ No newline at end of file +- 修复了从Obsidian插件删除图片时,webdav图床和SFTP图床无法删除的问题 +- 修复了用户无ssh权限时,sftp图床无法进行云端删除的问题 +- 修复了sftp图床上传时,即使出错仍然会判断为上传成功的问题 +- 修复了sftp图床上传时,会额外创建空文件夹的问题 \ No newline at end of file diff --git a/currentVersion_en.md b/currentVersion_en.md index 0374d3a..dac0d31 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -1,13 +1,11 @@ ✨ Features -- Now webdav image bed supports setting authorization mode, supports digest or basic authorization -- webdav management page adds authorization mode selection -- The manual page will now open in a separate window -- Optimized the loading speed of the list on the management page home page +- Now the album page only displays the last level file name, without additional path +- Now the update prompt window will display the update log, which is convenient for users to view 🐛 Bug Fixes -- Fix the problem that the selection box is invalid on the management page -- Fixed the problem that the file list could not be loaded when switching the image bed on the management page -- Fixed the problem that the management page home page did not automatically refresh when automatic import was turned on -- Fixed the performance and file loading problems caused by the timer leak on the management page \ No newline at end of file +- Fixed the problem that webdav and SFTP cannot be deleted when deleting pictures from Obsidian plugin +- Fixed the problem that sftp image bed cannot be deleted in the cloud when the user has no ssh permission +- Fixed the problem that when uploading to sftp image bed, it will still be judged as upload success even if there is an error +- Fixed the problem that when uploading to sftp image bed, an empty folder will be created additionally