-
0.0.5-rc2 Pre-Release
released this
2026-07-20 18:13:58 +08:00 | 2 commits to main since this release📝 What's Changed
- 🐛 fix(ci): 修复贡献者列表未过滤 ci[bot] 的问题
grep 正则中 [bot] 被解析为字符类,导致 ^ci[bot]$ 无法匹配字面量。
改用 grep -vxF 按字面整行匹配过滤 bot 用户名。
(d6654b4) by @csh - 🐛 fix(changelog): 清除 0.0.5 段残留的 ci[bot] 贡献者 (df8a9ea) by @csh
- 🐛 fix(ci): 修复 mawk 不支持区间量词导致 CHANGELOG 去重失效
去重用的 awk 正则含 [0-9a-f]{7} 区间量词,ubuntu:22.04 默认的
mawk 不支持区间表达式,会把 {7} 当字面量,导致 EXISTING_HASHES
恒为空、去重完全失效,rc2 把 rc1 的提交整批重复插入。
改用不依赖区间的等价写法,并清理 0.0.5 段已产生的重复内容。
(207588a) by @csh - ✨ feat(ci): Release Notes 改为增量展示,正式版覆盖整个版本周期
CHANGELOG.md 仍保持整个版本累积(strip 模式),但 Release Notes 改为:
👥 Contributors
Downloads
- 🐛 fix(ci): 修复贡献者列表未过滤 ci[bot] 的问题
-
0.0.5-rc1 Pre-Release
released this
2026-07-20 16:39:08 +08:00 | 9 commits to main since this release📝 What's Changed
- ✨ 新增 act_runner 自动升级脚本并同步最新版本探测 (9d4c4a1) by @csh
- ♻️ 迁移 docker compose 并修复 runner 升级版本识别 (34480c1) by @csh
- ♻️ 隔离 workflow 工作区并提升默认 runner 并发 (ac05621) by @csh
- 🔧 参数化实例配置并补充 preset env 示例 (a4d09c9) by @csh
- 🔧 统一 stats workflow 的 token 契约 (2b5eaf2) by @csh
- 📝 修正 workflow 文档文件名与链接路径 (124b953) by @csh
- 🔧 收紧本地脚本与 runner 产物边界 (95402f4) by @csh
- 📝 收紧文档入口与导航层次 (61e512c) by @csh
- 🔧 为 runner preset 显式设置系统 hostname (173526b) by @csh
- ♻️ 改用 shared mirror clone 准备 job 工作副本 (beab4e5) by @csh
- 📝 调整文档分层并补充 workflow 运行模型 (0579c2d) by @csh
- 🐛 fix(docker_runner): validate act_runner binary arch (e5db752) by @csh
- 🔧 chore(runner): allow preset identity overrides via env (40fa747) by @csh
- ♻️ refactor(runner): simplify shell helpers and workflow scripts (ebd0f94) by @csh
- 🐛 fix(buildx_runner): verify multiarch with explicit platforms (8445c6a) by @csh
- 📝 docs(readme): align document navigation headings (d4fa498) by @csh
- 🐛 fix(stats): switch badges to self-hosted svg (1259495) by @csh
- 🎨 refine(stats): simplify summary and badge colors (6552f8b) by @csh
- 🎨 refine(stats): rebalance summary badge styling (550e226) by @csh
- 🔧 chore(stats): add emoji commit prefixes for generated updates (7782975) by @csh
- ♻️ refactor(ci): use fixed workflow slots (610c2b3) by @csh
- ♻️ refactor(ci): 重构为 Prepare 上游 + workflow_run 下游消费者模型
- 🐛 fix(ci): 补全 prepare.yml 缺失的 GIT_CONFIG_VALUE_1
GIT_CONFIG_COUNT=3 但 env 段漏写 GIT_CONFIG_KEY_1/VALUE_1,
credential helper 函数串被错放到 KEY_1,导致 git 报
missing config value GIT_CONFIG_VALUE_1 而无法 fetch。
(2dcf9f7) by @csh - ♻️ refactor(ci): 将 GIT_CONFIG 环境变量改为内联 -c 认证
👥 Contributors
Downloads
-
released this
2025-12-12 17:53:16 +08:00 | 34 commits to main since this release📝 What's Changed
-
♻️ 重构代码和
docker-runner项目结构
✨ 支持docker部署archlinux,预装clang跨平台编译工具链
(39820e6) by @csh -
♻️ 重构代码和
docker-runner项目结构
✨ 支持docker部署archlinux,预装clang跨平台编译工具链
(39820e6) by @csh -
✨
gitea的runner参数化,可以通过docker-compose.yml进行配置
🐛 修复Dockerfile缺少系统包
(db75d0e) by @csh
👥 Contributors
Downloads
-
released this
2025-12-09 16:23:17 +08:00 | 38 commits to main since this release📝 What's Changed
- 🚀 优化bot名字,更具辨识度 (4829434) by @csh
- ♻️ 重构代码和
docker-runner项目结构
✨ 支持docker部署archlinux,预装clang跨平台编译工具链
(39820e6) by @csh - 🐛 修复
lsb_release命令报错 (0e89b21) by @csh - 🐛 Bug修复 (eaedcd3) by @csh
👥 Contributors
Downloads
-
released this
2025-11-17 18:07:24 +08:00 | 43 commits to main since this releaseDownloads
-
released this
2025-11-03 14:29:15 +08:00 | 47 commits to main since this releaseDownloads
-
released this
2025-11-03 11:38:30 +08:00 | 54 commits to main since this release📝 What's Changed
- 🐛 移除默认上传
CHANGELOG.md(9961226) by @csh - ♻️ 重构
changelog_and_release.yml(1f535e0) by @csh - 🐛 修复commit信息提取错误 (bf6698a) by @csh
- 更新 CHANGELOG.md (4ed8099) by @csh
- 🐛 fix bug (fc76a1f) by @csh
- 更新 CHANGELOG.md [skip ci] (7373553) by @csh
- 🐛 fix bug (fa21511) by @csh
👥 Contributors
Downloads
- 🐛 移除默认上传
-
released this
2025-11-02 23:13:48 +08:00 | 65 commits to main since this releaseReleased on 2025-11-02
📝 What's Changed
- 🎨 代码格式化 (
ec5785c) - 🐛 修复tag获取错误问题 (
84e2751) - 🐛 修复bug (
0bb627f) - ♻️ 重构
changelog_and_release(9cde246) - 🐛 修复日期 (
aaeed0d) - 🐛 修复
update_state_badge.yml自动生成的README日期错误 (f57e698) - 📝 更新
WORKFLOW说明 (2ac94af) - 🐛 help me (
d7a0c7a) - 🐛 继续修修 (
948bcfa) - 🐛 继续修复测试 (
23a7fb5) - 🐛 修
update_stats_badge.yml,还没跑起来 (b616573) - 🐛 修复
update_stats_badge.yml克隆bug (5b3629f) - 🐛 修复token配置错误 (
38e6c82) - 🐛 修复runs-on错误 (
376c1a2) - ✨ 新增:代码统计徽章 action:
update_stats_badge.yml(d5a7d55) - :demo: 文档更新 (
c0aef0f) - 📦 workflows的文件进行更名,并且调整后缀为
yml(a21adb9) - 🗑️ 移除发布Release时候自动上传CHANGELOG.md (
8971cbf)
Downloads
- 🎨 代码格式化 (
-
released this
2025-11-01 10:08:30 +08:00 | 84 commits to main since this release📝 What's Changed
- 🗑️ 删除CHANGELOG,让工作流自动执行 (d50ee5d) by @csh
- 🔧 gitignore新增CHANGELOG.md (29cd19e) by @csh
- 🐛 修复生成的CHANGELOG格式不对
✨ 过滤commit新增Initial commit
🎨 代码格式化 (b651daf) by @csh - 🗑️ gitignore移除CHANGELOG.md,会导致工作流提交失败 (27f35a6) by @csh
👥 Contributors
Downloads