Last updated: 2026-05-28

Changelog

v0.2.0 (2026-05-28)

hiterm (PC CLI)

  • hiterm shortcuts — 查看所有 AI 工具的快捷键列表
  • hiterm pair — 需要先登录才能配对,改进错误提示
  • hiterm notify — 重构通知模块

Hi Term (Android App)

  • 修复配对成功输出和应用名称对齐

Website (yinbin.ink)

  • LLM 友好路由:/llms.txt/llms-full.txt 供 AI 工具读取
  • Sitemap 自动生成 /sitemap.xml
  • 首页重新设计:acid green 主题风格
  • 新增 FAQ 常见问题板块
  • 新增文档:PC 设置指南、手机操作指南
  • 文档结构重组与内容优化

Build/CI

  • Go 版本对齐 1.24
  • 配对流程改进(需登录 + JWT 3 个月有效期)

v0.1.0 (2026-05-19)

First official release.

hiterm (PC CLI)

  • hiterm pair — Pair with phone via QR code scanning
  • hiterm doctor — Diagnose and auto-fix configuration issues
  • hiterm update — Update to latest version (GitHub public repo + Hono mirror)
  • hiterm uninstall — Clean uninstall
  • hiterm notify — Notification management
    • notify test — Send test notifications to Android
    • notify hook — AI tool hook handler (Claude Code, Codex, Gemini)
  • Automatic tmux mouse mode and SSH key configuration
  • Cross-platform: Linux (amd64/arm64), macOS (amd64/arm64)

Hi Term (Android App)

  • QR code scanning for device pairing via Tailscale
  • SSH/mosh terminal connection over Tailscale P2P
  • Remote push notifications from PC (AI tool events)
  • In-app auto-update mechanism
  • Auto SSH key pair generation and exchange
  • Auto-refresh SSH host list on remote notification

Website (yinbin.ink)

  • Landing page with product overview and feature highlights
  • Full documentation: Quick Start, Install Guides, Commands, Tailscale Setup
  • CLI binary download and one-line install script
  • Dual download source: GitHub public repo (primary) + Hono mirror (fallback)

Build/CI

  • Automated release pipeline via GitHub Actions (tag push triggers build + deploy)
  • Public release repository wsyb/hiterm-releases for binary distribution
  • Cross-platform Go builds (linux/darwin, amd64/arm64)
  • APK release build with SHA256 checksums
  • Centralized version management via VERSION file