Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 10:36

Peregrine v0.1.1

首个正式版本后的补丁更新。修复 macOS 启动崩溃,Windows 产物改为静态链接 C 运行时,实现下载解压即可运行,无需额外安装 VC++ Redistributable。

  1. 修复 macOS 上 wgpu surface 不支持 Inherit alpha 模式导致的启动 panic @Eeymoo
  2. Windows MSVC 三目标(x86/x64/ARM64)开启 +crt-static 静态链接,exe 不再依赖 VCRUNTIME140.dll 等外部 DLL @Eeymoo
  3. Release CI 增加 DLL 依赖验证,确保产物无 VC 运行时动态依赖 @Eeymoo
  4. 新增 VitePress 文档站点与 GitHub Pages 自动部署 @Eeymoo
  5. 完善 README、HELP 与 AGENTS 文档,首页增加立即下载按钮 @Eeymoo

许可

• 采用 PolyForm Noncommercial 1.0.0 协议。

下载

• Windows x86 / x86_64 / ARM64 可执行文件见 Release Assets。