Skip to content

TUICommander v1.4.2

Choose a tag to compare

@github-actions github-actions released this 13 Jun 16:05
v1.4.2
9718427

What's Changed

Added

  • Nested terminal tabs (#85) — Optional setting (Appearance ▸ Tabs, default off) that shows a branch's open terminals as a collapsible list under its sidebar row when the branch has more than one terminal, each with a status dot; clicking a sub-item switches to that terminal.

Changed

  • Consistent HTML-preview search — Find-in-page in the Preview tab's HTML view now uses the same SearchBar pill as the editor, diff, terminal and markdown views (with case/regex/whole-word toggles and a match counter), instead of a bespoke in-iframe overlay. The parent drives the iframe over a postMessage bridge; plugin panels keep their own overlay search.

Fixed

  • Markdown search scrollbar ticks — Find-in-page in the markdown view now shows the same match ticks on the scrollbar as the diff and editor views.
  • Approve button on your own PR — The PR Approve button no longer briefly appears on your own pull requests before your GitHub identity has loaded (which GitHub rejects with a 422).
  • Branch indicator after fetch/rebase — A momentarily-unreadable .git/HEAD (during a fetch, rebase or gc) no longer suppresses the next real branch-change refresh in the sidebar.
  • MCP upstream reconnection — Fixed a rare crash when an OAuth upstream finished authenticating while being disconnected; upstreams added at runtime now reliably appear in the tool list, and a failed auto-connect no longer stalls the first tool listing.
  • Audio output device errors are now logged instead of silently showing an empty device list.
  • Accessibility — Terminal tab lists in the sidebar expose correct ARIA roles to screen readers.

📦 Downloads

Pick the right build for your system:

  • 🍎 macOS (Apple Silicon)
    TUICommander_1.4.2_aarch64.dmg
    (alt: TUICommander_aarch64.app.tar.gz)
  • 🪟 Windows (64-bit)
    TUICommander_1.4.2_x64-setup.exe
  • 🐧 Linux (Debian / Ubuntu)
    TUICommander_1.4.2_amd64.deb
  • 🐧 Linux (RHEL / Fedora / CentOS)
    TUICommander-1.4.2-1.x86_64.rpm
  • 🐧 Linux (portable)
    TUICommander_1.4.2_amd64.AppImage

🔐 Verify (optional)

Each release includes .sig files for signature verification.


💻 Install via terminal

# macOS (Homebrew)
brew install sstraus/tap/tuicommander

# macOS / Linux
curl -fsSL https://tuicommander.com/install.sh | sh
# Windows (PowerShell)
irm https://tuicommander.com/install.ps1 | iex