Skip to content

v0.1.1-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Jul 09:37

Peregrine v0.1.1-alpha.1

测试版 — 修复 macOS 启动崩溃,Windows 产物改为静态链接 CRT 实现零依赖分发。

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