·
2 commits
to main
since this release
π What's New
This patch release focuses on improving GitHub Actions CI/CD workflow and documentation.
π Changes
GitHub Actions Improvements
- Simplified workflows - Removed dependencies on Blacksmith paid runners and official GitHub Apps
- Standard runners - Switched to
ubuntu-latestfor better compatibility - Auto cleanup - Added weekly cleanup job to delete old artifacts (>7 days)
- Reduced notifications - Fixed workflow failures that caused spam emails
Documentation Updates
- README Gallery - Restored original screenshot references
- Restored images - Added back Termux dashboard and chat screenshots
- Workflow docs - Added
WORKFLOW-MODIFICATIONS.mdfor future upgrade reference
π§ Technical Details
Modified Workflows:
auto-response.yml- Simplified to welcome message onlylabeler.yml- Keep only PR size labelsci.yml- Standard ubuntu runner, simplified test matrixdocker-release.yml- Standard Docker Buildx actionsinstall-smoke.yml- Termux install script testingcleanup.yml- NEW: Auto cleanup old artifacts
Restored Assets:
README-header.pngassets/termux-dashboard.pngassets/image.pngassets/image2.pngassets/termux-dashboard_cn.png
π¦ Installation
# Fresh install
git clone https://github.com/yunze7373/openclaw-termux.git
cd openclaw-termux
./Install_termux_cn.sh --full
# Upgrade from previous version
git pull
pnpm install
pnpm build
openclaw doctor --fixπ Upgrading from v2026.3.2-termux.1
This is a patch release - no breaking changes. Safe to upgrade.
Full Changelog: v2026.3.2-termux.1...v2026.3.2-termux.2