Releases: sqzw-x/amane
Releases · sqzw-x/amane
Release list
v0.4.2
v0.4.2
🐛 修复
v0.4.1
v0.4.1
🐛 修复
- 文件浏览器跨盘符路径选择报 Internal Server Error (#1):
os.path.commonpath在 Windows 不同盘符 (如C:与D:) 上抛ValueError, 导致/api/files浏览其他盘路径时返回 500。现在跨盘路径视为非后代, 安全检查会跳过该盘并继续校验其余可信目录。 - Windows 上资源 serve 404: 资源库
file_path之前按 OS 原生分隔符存储 (Windows 反斜杠), 与按 hash 前缀的查询模式不匹配; 统一存 POSIX (/) 分隔符。
🧪 测试 / CI
- CI 测试门禁改为 Linux + Windows 双平台运行: 此前只在 Ubuntu 上跑, Windows 专属用例 (如跨盘符路径测试) 全部被跳过, 这也是 #1 未被发现的原因。
export_openapi固定写 LF、新增.gitattributes统一文本行尾, 修复 Windows 上check-openapi/check-web因 CRLF 导致的整文件误报。- 路径模板 / 二进制路径测试改为跨平台写法;
TestRepoRoundTrip改用独立文件库消除 FeedService 后台 poll 竞态。
⬇️ 下载
- macOS:
Amane-v0.4.1-macos.app.zip - Windows:
Amane-v0.4.1-windows-x64.zip