diff --git a/currentVersion.md b/currentVersion.md index 4fd23d0e..613c6fa3 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -9,6 +9,8 @@ ### 🐛 问题修复 +- 修复了部分网络情况下软件打开速度过慢的问题 +- 修复了Mac OS中,Typora上传时,会自动激活主界面的问题 - 修复了转换格式为heif时的兼容性问题 - 修改了EXIF数据的处理逻辑,避免移除exif后导致的文件大小异常问题 - 移除了开发环境启动时自动安装 Vue DevTools 的逻辑,避免相关安装失败影响启动或产生错误日志。 diff --git a/currentVersion_en.md b/currentVersion_en.md index 3be84624..4ea3c7e6 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -9,6 +9,8 @@ ### 🐛 Bug Fixes +- Fixed the issue of slow software startup under certain network conditions. +- Fixed the issue in macOS where Typora upload would automatically activate the main interface. - Fixed compatibility issues when converting to HEIF format. - Modified the handling of EXIF data to avoid file size anomalies after removal. - Removed automatic Vue DevTools installation during development startup to avoid startup impact or error logs when installation fails.