[0.3.2] - 2026-08-05
🐛 问题修复
- 修复部分云存储服务(如腾讯云 COS)下载时文件名末尾多出多余字符的问题:这些服务返回的 Content-Disposition 文件名带有不规范的引号包裹,此前会被原样保留并跟在文件名后面,在 Windows 上还会被进一步替换成下划线,导致文件名变成类似
foo.exe_"的形式;现已正确剥离,文件名恢复正常
[0.3.2] - 2026-08-05
🐛 Bug Fixes
- Fixed downloaded filenames from some cloud storage services (e.g. Tencent Cloud COS) ending up with stray characters: these services send a Content-Disposition filename wrapped in non-standard quotes, which used to be kept as-is and appended to the filename — and got mangled into an underscore on Windows, producing names like
foo.exe_". The quotes are now stripped correctly and filenames come out clean