Skip to content

Skylark v0.2.10

Pre-release
Pre-release

Choose a tag to compare

@radiumCN radiumCN released this 25 Jun 09:58
· 56 commits to main since this release
5cdc944

更新内容

修复

  • 修复更新内核时"拒绝访问"错误(Windows)
    更新 sing-box 内核时,若内核进程正在运行,直接覆盖可执行文件会导致 os error 5(Access Denied)。现改为先将旧文件重命名为 .old(Windows 允许对运行中文件重命名),再写入新文件,最后清理旧文件;更新失败时自动回滚,确保内核文件不丢失。

  • 修复 macOS Intel 版本无法打包的问题
    GitHub Actions 的 macos-13(Intel 物理机)Runner 已被弃用,导致 CI 无法构建 macOS Intel 版本。现改为在 Apple Silicon Runner 上通过 Rust 交叉编译生成 x86_64-apple-darwin 产物,产出文件不变(*_x64.dmg)。

下载安装包

平台 文件
Windows x64 *-x64-setup.exe
macOS Apple Silicon *_aarch64.dmg
macOS Intel *_x64.dmg
Linux (AppImage) *.AppImage
Linux (Debian/Ubuntu) *.deb

注意:首次运行需要自行下载 sing-box 内核