Skip to content

Release v2026.3.2-termux.2

Latest

Choose a tag to compare

@yunze7373 yunze7373 released this 04 Mar 20:23
· 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-latest for 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.md for future upgrade reference

πŸ”§ Technical Details

Modified Workflows:

  • auto-response.yml - Simplified to welcome message only
  • labeler.yml - Keep only PR size labels
  • ci.yml - Standard ubuntu runner, simplified test matrix
  • docker-release.yml - Standard Docker Buildx actions
  • install-smoke.yml - Termux install script testing
  • cleanup.yml - NEW: Auto cleanup old artifacts

Restored Assets:

  • README-header.png
  • assets/termux-dashboard.png
  • assets/image.png
  • assets/image2.png
  • assets/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