Skip to content

Releases: mcxiaochenn/TeeForge-CD

TeeForge-CD v0.3.8

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:14

TeeForge-CD v0.3.8

构建信息 Build Info

  • Version: v0.3.8
  • Version Code: 97
  • Commit: 413cb927abe7206c31cfd6c0ba6aa4f9c25ae093

更新内容 Changes

  • 413cb92 fix: move kaomoji before status icon in description
  • 3c38e1d docs: fix CLAUDE.md and README.md review findings
  • f5e8b5e fix: medium C code issues from review
  • b7ef71b fix(ci): keybox-sync critical issues
  • cdd225f fix: description retry root detection, fix keybox path, add kaomoji
  • 39cfbd9 fix: download fallback now checks actual data, not popen return
  • 78032a2 refactor: remove shell description update from customize.sh, rely on C binary via service.sh
  • 5654f36 fix: show full ABI arch (arm64-v8a/armeabi-v7a) in description
  • b32bd1e feat: dynamic module description with status info
  • dbc568d docs: update TODO and README with latest features
  • ab3b378 docs: update CLAUDE.md — download fallback, CDN zip distribution
  • 6a82185 feat: release zip pushed to page branch, zipUrl uses self-hosted CDN

安装 Installation

  1. 下载 teeforge_cd-v0.3.8.zip
  2. 在 Magisk/KernelSU 中安装

下载 Download

文件 File 说明 Description
teeforge_cd-v0.3.8.zip Magisk 模块安装包
teeforge 独立二进制(调试用)

TeeForge-CD v0.3.2

Choose a tag to compare

@github-actions github-actions released this 14 Jul 12:48

TeeForge-CD v0.3.2

构建信息 Build Info

  • Version: v0.3.2
  • Version Code: 86
  • Commit: 6a821853d7261454a89b7c89379ebc57291089d9

更新内容 Changes

  • 6a82185 feat: release zip pushed to page branch, zipUrl uses self-hosted CDN
  • c07fe4a fix: remove stale release.json write to master (update/ dir deleted)

安装 Installation

  1. 下载 teeforge_cd-v0.3.2.zip
  2. 在 Magisk/KernelSU 中安装

下载 Download

文件 File 说明 Description
teeforge_cd-v0.3.2.zip Magisk 模块安装包
teeforge 独立二进制(调试用)

TeeForge-CD v0.3.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 12:45

TeeForge-CD v0.3.1

构建信息 Build Info

  • Version: v0.3.1
  • Version Code: 85
  • Commit: c07fe4a8a777ff9360dec6571e57fbd2bf5f72db

更新内容 Changes

  • c07fe4a fix: remove stale release.json write to master (update/ dir deleted)
  • 83ee3af Refactor README to eliminate redundant warnings
  • d117c56 fix: debug mode not enabled in dev builds; download fallback strategy
  • 9c68080 docs: update README and TODO
  • 653a665 docs: update CLAUDE.md with latest CLI, config, and CI changes
  • db4e160 fix: replace curl with wget for keybox download
  • 5024e0c fix: banner indentation
  • bf637a5 fix: remove duplicate 'v' in banner version display
  • 5d399b8 fix: simplify rootdetect call — --rootdetect already skips auto detection
  • 2394ec4 refactor: move root detection before config selection in install flow
  • 1375599 fix: volume key prompt polluted by root detection output during install
  • 92f54b0 fix: dev build failed — config.conf deleted from repo, generate dynamically
  • 321835b refactor: dynamically generate config.conf at install time
  • ae41301 refactor: split config into sys.conf (auto-generated) and config.conf (user)
  • cefb4d9 fix: skip double root detection when --rootdetect flag is used
  • c8402c2 feat: root detection runs every execution, saves to config; --no-rootdetect to skip
  • 4034c05 fix: changelog commit list formatting — each commit on its own line
  • f6f9b8d feat: show ASCII banner + version + root info when run without args
  • 62e5389 chore: remove update/ from master (now on page branch)
  • 99fa1ac refactor: push all CDN files to page branch/files/
  • 0fee087 refactor: replace jsdelivr CDN with self-hosted teeforge.mcxiaochen.top
  • 24566cd refactor: move root detection before existing installation check
  • d570f48 feat: add root method detection via --rootdetect flag
  • dbda9f0 fix: remove duplicate 'v' prefix in version log output
  • ee590d3 docs: README 声明依赖模块(TrickyStore/TEESimulator 三选一)[Add dependency disclaimer]
  • 589f014 docs: 更新 CLAUDE.md(自动更新 + CI 工作流说明)[Update CLAUDE.md]
  • 1b92304 docs: 更新 README 项目结构(dev.json 已移至 dev 分支)[Update README]
  • f707deb release: v0.2.1 — update release.json and CHANGELOG.md [auto]

安装 Installation

  1. 下载 teeforge_cd-v0.3.1.zip
  2. 在 Magisk/KernelSU 中安装

下载 Download

文件 File 说明 Description
teeforge_cd-v0.3.1.zip Magisk 模块安装包
teeforge 独立二进制(调试用)

TeeForge-CD v0.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 12:41
83ee3af

TeeForge-CD v0.3.0

构建信息 Build Info

  • Version: v0.3.0
  • Version Code: 84
  • Commit: 83ee3af992036778ac644173007c65a0cc56fc78

更新内容 Changes

  • 83ee3af Refactor README to eliminate redundant warnings
  • d117c56 fix: debug mode not enabled in dev builds; download fallback strategy
  • 9c68080 docs: update README and TODO
  • 653a665 docs: update CLAUDE.md with latest CLI, config, and CI changes
  • db4e160 fix: replace curl with wget for keybox download
  • 5024e0c fix: banner indentation
  • bf637a5 fix: remove duplicate 'v' in banner version display
  • 5d399b8 fix: simplify rootdetect call — --rootdetect already skips auto detection
  • 2394ec4 refactor: move root detection before config selection in install flow
  • 1375599 fix: volume key prompt polluted by root detection output during install
  • 92f54b0 fix: dev build failed — config.conf deleted from repo, generate dynamically
  • 321835b refactor: dynamically generate config.conf at install time
  • ae41301 refactor: split config into sys.conf (auto-generated) and config.conf (user)
  • cefb4d9 fix: skip double root detection when --rootdetect flag is used
  • c8402c2 feat: root detection runs every execution, saves to config; --no-rootdetect to skip
  • 4034c05 fix: changelog commit list formatting — each commit on its own line
  • f6f9b8d feat: show ASCII banner + version + root info when run without args
  • 62e5389 chore: remove update/ from master (now on page branch)
  • 99fa1ac refactor: push all CDN files to page branch/files/
  • 0fee087 refactor: replace jsdelivr CDN with self-hosted teeforge.mcxiaochen.top
  • 24566cd refactor: move root detection before existing installation check
  • d570f48 feat: add root method detection via --rootdetect flag
  • dbda9f0 fix: remove duplicate 'v' prefix in version log output
  • ee590d3 docs: README 声明依赖模块(TrickyStore/TEESimulator 三选一)[Add dependency disclaimer]
  • 589f014 docs: 更新 CLAUDE.md(自动更新 + CI 工作流说明)[Update CLAUDE.md]
  • 1b92304 docs: 更新 README 项目结构(dev.json 已移至 dev 分支)[Update README]
  • f707deb release: v0.2.1 — update release.json and CHANGELOG.md [auto]
  • 63ef470 fix: 修正 author 字段 [Fix author field]
  • 824fc8d fix: dev 构建写入 updateJson 指向 dev 分支 [Dev build sets updateJson to dev branch]
  • ee57c34 chore: 移除 master 上的 dev.json(由 dev 分支自动维护)[Remove dev.json from master]
  • 7ff2c50 release: v0.2.0 — update release.json and CHANGELOG.md [auto]

安装 Installation

  1. 下载 teeforge_cd-v0.3.0.zip
  2. 在 Magisk/KernelSU 中安装

下载 Download

文件 File 说明 Description
teeforge_cd-v0.3.0.zip Magisk 模块安装包
teeforge 独立二进制(调试用)

TeeForge-CD v0.2.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 01:58

TeeForge-CD v0.2.1

构建信息 Build Info

  • Version: v0.2.1
  • Version Code: 57
  • Commit: 63ef470f8dc14ab5c53f24e2cdc88a28f83eea91

更新内容 Changes

63ef470 fix: 修正 author 字段 [Fix author field]
824fc8d fix: dev 构建写入 updateJson 指向 dev 分支 [Dev build sets updateJson to dev branch]
ee57c34 chore: 移除 master 上的 dev.json(由 dev 分支自动维护)[Remove dev.json from master]
7ff2c50 release: v0.2.0 — update release.json and CHANGELOG.md [auto]
b0a6429 fix: release 推送使用 HEAD:master 兼容 detached HEAD [Fix push for detached HEAD]
6477f0a fix: 修正自动更新 URL 路径 + dev 分支推送 + CHANGELOG 自动生成
1185658 docs: 更新 README 和 TODO,标记自动更新完成 [Update README and TODO]
c17b591 feat: KernelSU 自动更新 updateJson + CDN 加速 [KernelSU auto-update with CDN]
f75ebc7 docs: 更新 TODO,标记日志系统已完成 [Update TODO, mark logging as done]
dc566ff Update README content and formatting
d208a6c Update README with new quotes and formatting
5706105 docs: README 全面升级,酷炫风格 [README overhaul, hype style]
516ec56 fix: 移除多余的 mv 命令(源文件名已正确)[Remove redundant mv]
f86128d docs: 更新 CLAUDE.md [Update CLAUDE.md]
6230661 docs: 更新 README [Update README]
b2d4bd9 docs: 小结标题加时间戳 [Add timestamp to retrospective title]
0448606 docs: 添加反思小结 [Add retrospective summary]
090919a fix: 修复4个bug + 改进 [Fix 4 bugs + improvements]
cb84aca docs: 更新 CLAUDE.md 和 README.md [Update CLAUDE.md and README.md]
0dc7208 refactor: 移除 download 模块及相关配置 [Remove download module and config]
59b1fab refactor: 预置 resetprop-rs,移除下载逻辑 [Bundle resetprop-rs, remove download]
a706902 fix: 镜像 URL 去除末尾斜杠,下载大小验证 [Trim mirror slash, download size check]
43eee56 fix: keybox 解密需要二次 base64 解码 [Double base64 decode for keybox]
ce715e8 fix: 权限设置移到音量键检测前 [Move chmod before volume key check]
4026c35 feat: --volume 命令、配置保留逻辑、keybox SHA256 修复 [--volume cmd, config preserve, keybox SHA256 fix]
f0cd5a7 feat: 添加卸载脚本 [Add uninstall script]
94da749 fix: keybox 解密改用纯 C,隐藏 URL 日志 [Pure C decrypt, hide URL log]
442e02d fix: 修复 resetprop-rs 路径检测 [Fix resetprop-rs path detection]
fa6b2b0 feat: 日志按天存储,限制15份,每次运行空行分隔 [Daily log, limit 15, separate runs]
c8a2b71 fix: keybox 不触发地区检测 [Keybox skip region detection]
bc0ba33 fix: 仅下载时检测地区 [Only detect region for download]
533965d fix: action.sh 热更新逻辑,日志路径修复 [Fix action.sh hot update, log path]
6bc6cb9 feat: debug 日志开关,文件日志输出 [Debug switch, file logging]
0b2e941 perf: 并行测速 [Parallel speed test]
a52126c style: 日志分段空行 [Log section spacing]
551923b feat: 测速流程日志输出 [Speed test logging]
f52927d refactor: 音量键监听独立模块,优化安装日志 [Volume key standalone module, optimize install log]
92e47bc feat: 音量键选择地区 [Volume key region selection]
5516586 fix: 修复中国大陆地区检测 [Fix CN region detection]
fad5cdc ci: 修复 release 构建版本号 [Fix release build version]
aa4d568 fix: build.sh 优先使用 CI 环境变量版本号 [Prioritize CI env version]
40b3c01 ci: 修复 dev 版本命名 [Fix dev version naming]
2265dbd ci: dev 构建标记 [Dev] [Add [Dev] tag to dev build]
93273d5 chore: 更新 module.prop [Update module.prop]
a131d39 feat: service.sh 移除 keybox,新增 action.sh [Remove keybox from service.sh, add action.sh]
a885e99 fix: 安装日志中英双语 [Bilingual install logging]
ab0e03a fix: 安装脚本添加下载日志 [Add download logging to customize.sh]

安装 Installation

  1. 下载 teeforge_cd-v0.2.1.zip
  2. 在 Magisk/KernelSU 中安装

下载 Download

文件 File 说明 Description
teeforge_cd-v0.2.1.zip Magisk 模块安装包
teeforge 独立二进制(调试用)

TeeForge-CD v0.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 01:49

TeeForge-CD v0.2.0

构建信息 Build Info

  • Version: v0.2.0
  • Version Code: 45
  • Commit: 516ec565927c179deba25325323a92045fe315c7

更新内容 Changes

516ec56 fix: 移除多余的 mv 命令(源文件名已正确)[Remove redundant mv]
f86128d docs: 更新 CLAUDE.md [Update CLAUDE.md]
6230661 docs: 更新 README [Update README]
b2d4bd9 docs: 小结标题加时间戳 [Add timestamp to retrospective title]
0448606 docs: 添加反思小结 [Add retrospective summary]
090919a fix: 修复4个bug + 改进 [Fix 4 bugs + improvements]
cb84aca docs: 更新 CLAUDE.md 和 README.md [Update CLAUDE.md and README.md]
0dc7208 refactor: 移除 download 模块及相关配置 [Remove download module and config]
59b1fab refactor: 预置 resetprop-rs,移除下载逻辑 [Bundle resetprop-rs, remove download]
a706902 fix: 镜像 URL 去除末尾斜杠,下载大小验证 [Trim mirror slash, download size check]
43eee56 fix: keybox 解密需要二次 base64 解码 [Double base64 decode for keybox]
ce715e8 fix: 权限设置移到音量键检测前 [Move chmod before volume key check]
4026c35 feat: --volume 命令、配置保留逻辑、keybox SHA256 修复 [--volume cmd, config preserve, keybox SHA256 fix]
f0cd5a7 feat: 添加卸载脚本 [Add uninstall script]
94da749 fix: keybox 解密改用纯 C,隐藏 URL 日志 [Pure C decrypt, hide URL log]
442e02d fix: 修复 resetprop-rs 路径检测 [Fix resetprop-rs path detection]
fa6b2b0 feat: 日志按天存储,限制15份,每次运行空行分隔 [Daily log, limit 15, separate runs]
c8a2b71 fix: keybox 不触发地区检测 [Keybox skip region detection]
bc0ba33 fix: 仅下载时检测地区 [Only detect region for download]
533965d fix: action.sh 热更新逻辑,日志路径修复 [Fix action.sh hot update, log path]
6bc6cb9 feat: debug 日志开关,文件日志输出 [Debug switch, file logging]
0b2e941 perf: 并行测速 [Parallel speed test]
a52126c style: 日志分段空行 [Log section spacing]
551923b feat: 测速流程日志输出 [Speed test logging]
f52927d refactor: 音量键监听独立模块,优化安装日志 [Volume key standalone module, optimize install log]
92e47bc feat: 音量键选择地区 [Volume key region selection]
5516586 fix: 修复中国大陆地区检测 [Fix CN region detection]
fad5cdc ci: 修复 release 构建版本号 [Fix release build version]
aa4d568 fix: build.sh 优先使用 CI 环境变量版本号 [Prioritize CI env version]
40b3c01 ci: 修复 dev 版本命名 [Fix dev version naming]
2265dbd ci: dev 构建标记 [Dev] [Add [Dev] tag to dev build]
93273d5 chore: 更新 module.prop [Update module.prop]
a131d39 feat: service.sh 移除 keybox,新增 action.sh [Remove keybox from service.sh, add action.sh]
a885e99 fix: 安装日志中英双语 [Bilingual install logging]
ab0e03a fix: 安装脚本添加下载日志 [Add download logging to customize.sh]
c3e0cd3 fix: 修复 zip 打包结构 [Fix zip packaging structure]

安装 Installation

  1. 下载 teeforge_cd-v0.2.0.zip
  2. 在 Magisk/KernelSU 中安装

下载 Download

文件 File 说明 Description
teeforge_cd-v0.2.0.zip Magisk 模块安装包
teeforge 独立二进制(调试用)

TeeForge-CD v0.1.1

Choose a tag to compare

@github-actions github-actions released this 13 Jul 21:47

TeeForge-CD v0.1.1

构建信息 Build Info

  • Version: v0.1.1
  • Version Code: 10
  • Commit: c3e0cd384c9a206770b4a781761300b62c990c1a

更新内容 Changes

c3e0cd3 fix: 修复 zip 打包结构 [Fix zip packaging structure]

安装 Installation

  1. 下载 teeforge_cd-v0.1.1.zip
  2. 在 Magisk/KernelSU 中安装

下载 Download

文件 File 说明 Description
teeforge_cd-v0.1.1.zip Magisk 模块安装包
teeforge 独立二进制(调试用)

TeeForge-CD v0.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 21:42

TeeForge-CD v0.1.0

构建信息 Build Info

  • Version: v0.1.0
  • Version Code: 9
  • Commit: 60c906eed2b5b412e0ed34678dc21e29b6f95642

更新内容 Changes

60c906e ci: 手动触发强制更新 [Manual trigger forces update]
be5ca9c ci: 添加 dev/release 构建工作流 [Add dev/release build workflows]
b4862d4 ci: 修复 omg 分支逻辑 [Fix omg branch logic]
accdb8a build: 动态写入版本号 [Dynamic version injection]
78cca19 keybox: sync status 2026-07-13 [auto]
768f17b ci: 修复 workflow 分支引用 [Fix workflow branch reference]
7c63d00 Add GNU GPL v3 License
d05e720 @ feat: TeeForge-CD v0.1.0
21d4674 @ feat: TeeForge-CD MVP 实现 [MVP implementation]

安装 Installation

  1. 下载 teeforge_cd-v0.1.0.zip
  2. 在 Magisk/KernelSU 中安装

下载 Download

文件 File 说明 Description
teeforge_cd-v0.1.0.zip Magisk 模块安装包
teeforge 独立二进制(调试用)