Skip to content

v0.1.3(开发版)

Choose a tag to compare

@github-actions github-actions released this 05 Jul 01:09
Immutable release. Only release title and notes can be modified.

Spak 0.1.3(开发版) Release / Spak 0.1.3(开发版) 发布

Downloads / 下载

  • spak_linux_amd64 — Linux x86_64
  • spak_linux_arm64 — Linux ARM64
  • spak_windows_x64.exe — Windows 64-bit / Windows 64位
  • spak_windows_x86.exe — Windows 32-bit / Windows 32位

Installation / 安装

Download the binary for your system and run it directly.
下载对应系统的二进制文件即可运行。

Python environment will be automatically installed on first run.
首次运行会自动安装 Python 环境。

Changelog / 更新内容

添加: config.json 发行 字段改为中英双语发布内容,支持国际用户
修改: 版本号从 0.1.2 升级至 0.1.3
修复: internal/cli/config.go 合并冲突残留问题
删除: develop 分支移除的 .github/workflows/ci.yml(master 保留)
优化: internal/cli/config.go 冗余 fmt.Sprintf 调用简化为直接传参
移除: 暂时移除插件加载(.pak 打包/解包/验证/加载)及 pkg 相关功能,后续重新设计