v0.1.1-alpha.1
Pre-release
Pre-release
Peregrine v0.1.1-alpha.1
测试版 — 修复 macOS 启动崩溃,Windows 产物改为静态链接 CRT 实现零依赖分发。
- macOS 上 wgpu surface 不支持 Inherit alpha 模式导致启动 panic,改为按 capabilities 自动选择 @Eeymoo
- Windows MSVC 三个目标(x86/x64/ARM64)开启 +crt-static 静态链接 C 运行时,exe 不再依赖 VCRUNTIME140.dll 等外部 DLL @Eeymoo
- Release CI 增加 DLL 依赖验证步骤,确保产物不含 VC 运行时动态依赖 @Eeymoo
- 添加 VitePress 文档站点与 GitHub Pages 自动部署 @Eeymoo
- 修正仓库链接与使用说明,首页增加立即下载按钮 @Eeymoo
- 显式添加 search-insights 依赖以修复 CI npm ci @Eeymoo