diff --git a/currentVersion.md b/currentVersion.md index 6d4f725f..b1ba8826 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -1,15 +1,10 @@ -## 🎉 [v3.3.1] 更新日志 +## 🎉 [v3.3.2] 更新日志 ### ✨ 新增功能 -- 现在支持读取和编辑`.env`文件传递环境变量给脚本 -- 新增脚本分享和导入功能,方便用户之间共享脚本 -- 云端页面现在支持过滤bucket或仓库名称 +- 通过url上传时现在通过content-type和文件magic number来判断文件类型,提升了上传的准确性 +- sm.ms迁移至s.ee ### 🐛 问题修复 -- 修复了Typora对接的问题 -- 修复了部分情况下点击相册页面排序按钮无响应的问题 -- 修复了云端s3下载失败的问题 -- 修复了云端页面部分UI字样错误的问题 -- 修复了更新页面不显示下载进度的问题 +- 修复了同时设置文件压缩和水印设置时,压缩选项不生效的问题 diff --git a/currentVersion_en.md b/currentVersion_en.md index 16ac3c90..eebe7bf7 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -1,15 +1,10 @@ -## 🎉 [v3.3.1] Release Notes +## 🎉 [v3.3.2] Release Notes ### ✨ New Features -- Now supports reading and editing `.env` files to pass environment variables to scripts -- Added script sharing and import features for easier sharing between users -- The cloud page now supports filtering by bucket or repository name +- When uploading via URL, the file type is now determined by content-type and file magic number, improving upload accuracy +- sm.ms has migrated to s.ee ### 🐛 Bug Fixes -- Fixed issues with Typora integration -- Fixed unresponsive sorting buttons on the album page in certain cases -- Fixed S3 download failures on the cloud page -- Fixed some UI text errors on the cloud page -- Fixed the issue where the update page did not display download progress +- Fixed an issue where compression options were not effective when both file compression and watermark settings were enabled