📝 Docs(custom): update release notes

This commit is contained in:
Kuingsmile
2026-02-11 15:56:17 +08:00
parent 5f0645a9ea
commit 442a8097a8
2 changed files with 8 additions and 18 deletions

View File

@@ -1,15 +1,10 @@
## 🎉 [v3.3.1] 更新日志 ## 🎉 [v3.3.2] 更新日志
### ✨ 新增功能 ### ✨ 新增功能
- 现在支持读取和编辑`.env`文件传递环境变量给脚本 - 通过url上传时现在通过content-type和文件magic number来判断文件类型提升了上传的准确性
- 新增脚本分享和导入功能,方便用户之间共享脚本 - sm.ms迁移至s.ee
- 云端页面现在支持过滤bucket或仓库名称
### 🐛 问题修复 ### 🐛 问题修复
- 修复了Typora对接的问题 - 修复了同时设置文件压缩和水印设置时,压缩选项不生效的问题
- 修复了部分情况下点击相册页面排序按钮无响应的问题
- 修复了云端s3下载失败的问题
- 修复了云端页面部分UI字样错误的问题
- 修复了更新页面不显示下载进度的问题

View File

@@ -1,15 +1,10 @@
## 🎉 [v3.3.1] Release Notes ## 🎉 [v3.3.2] Release Notes
### ✨ New Features ### ✨ New Features
- Now supports reading and editing `.env` files to pass environment variables to scripts - When uploading via URL, the file type is now determined by content-type and file magic number, improving upload accuracy
- Added script sharing and import features for easier sharing between users - sm.ms has migrated to s.ee
- The cloud page now supports filtering by bucket or repository name
### 🐛 Bug Fixes ### 🐛 Bug Fixes
- Fixed issues with Typora integration - Fixed an issue where compression options were not effective when both file compression and watermark settings were enabled
- 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