Skip to content

Releases: InbarR/tmax

v1.12.0

Choose a tag to compare

@InbarR InbarR released this 12 Jul 13:12

Download

Platform Recommended Alternative
Windows (x64) Installer Portable zip
Windows (ARM) Installer Portable zip
macOS (Apple Silicon) .dmg -
macOS (Intel) .dmg -
Linux .deb .rpm

Need something else? Clone and build from source.

Auto-update files (you don't need these manually)

The Squirrel auto-updater fetches these from inside tmax. Ignore unless you're debugging an update issue.

  • RELEASES-x64, RELEASES-arm64 - update manifests
  • tmax-1.12.0-x64-full.nupkg, tmax-1.12.0-arm64-full.nupkg - update payloads

What's Changed

  • feat(terminal): copy-on-select (copy mouse selection to clipboard on mouse-up) by @yoziv in #141

Full Changelog: v1.11.4...v1.12.0

v1.11.4

Choose a tag to compare

@InbarR InbarR released this 05 Jul 09:03

Download

Platform Recommended Alternative
Windows (x64) Installer Portable zip
Windows (ARM) Installer Portable zip
macOS (Apple Silicon) .dmg -
macOS (Intel) .dmg -
Linux .deb .rpm

Need something else? Clone and build from source.

Auto-update files (you don't need these manually)

The Squirrel auto-updater fetches these from inside tmax. Ignore unless you're debugging an update issue.

  • RELEASES-x64, RELEASES-arm64 - update manifests
  • tmax-1.11.4-x64-full.nupkg, tmax-1.11.4-arm64-full.nupkg - update payloads

Full Changelog: v1.11.3...v1.11.4

Mac auto-update test build (do not use)

Pre-release

Choose a tag to compare

@InbarR InbarR released this 05 Jul 07:05

Test-only build for verifying the macOS DMG-swap self-updater. Not a real release. Reports version 1.11.3. Launch with TMAX_FORCE_UPDATE=1 to trigger the update flow.

v1.11.3

Choose a tag to compare

@InbarR InbarR released this 04 Jul 20:02

New Features

  • Modernized visual theme — softer borders, subtle glow on focused panes, glass-effect context menus and toasts, refined tab bar with smoother transitions.
  • Cut in context menu — right-click now offers Cut alongside Copy and Paste.

Improvements

  • Diagnostics log — button now copies the path to clipboard (with toast) instead of opening externally.
  • README — documented status bar, overflow menu, diagnostics, and worktrees.

v1.11.2

Choose a tag to compare

@InbarR InbarR released this 02 Jul 10:26

Download

Platform Recommended Alternative
Windows (x64) Installer Portable zip
Windows (ARM) Installer Portable zip
macOS (Apple Silicon) .dmg -
macOS (Intel) .dmg -
Linux .deb .rpm

Need something else? Clone and build from source.

Auto-update files (you don't need these manually)

The Squirrel auto-updater fetches these from inside tmax. Ignore unless you're debugging an update issue.

  • RELEASES-x64, RELEASES-arm64 - update manifests
  • tmax-1.11.2-x64-full.nupkg, tmax-1.11.2-arm64-full.nupkg - update payloads

Full Changelog: v1.11.1...v1.11.2

v1.11.1

Choose a tag to compare

@github-actions github-actions released this 21 Jun 09:42

Download

Platform Recommended Alternative
Windows (x64) Installer Portable zip
Windows (ARM) Installer Portable zip
macOS (Apple Silicon) .dmg -
macOS (Intel) .dmg -
Linux .deb .rpm

Need something else? Clone and build from source.

Auto-update files (you don't need these manually)

The Squirrel auto-updater fetches these from inside tmax. Ignore unless you're debugging an update issue.

  • RELEASES-x64, RELEASES-arm64 - update manifests
  • tmax-1.11.1-x64-full.nupkg, tmax-1.11.1-arm64-full.nupkg - update payloads

What's Changed

  • fix: keep Move to workspace submenu adjacent when flipped left by @le-immortal in #136
  • fix(transcript): scroll to latest message on first open by @mpmisha in #134
  • test: add fast Vitest unit suite by @Meir017 in #135

New Contributors

Full Changelog: v1.11.0...v1.11.1

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 12:53

Download

Platform Recommended Alternative
Windows (x64) Installer Portable zip
Windows (ARM) Installer Portable zip
macOS (Apple Silicon) .dmg -
macOS (Intel) .dmg -
Linux .deb .rpm

Need something else? Clone and build from source.

Auto-update files (you don't need these manually)

The Squirrel auto-updater fetches these from inside tmax. Ignore unless you're debugging an update issue.

  • RELEASES-x64, RELEASES-arm64 - update manifests
  • tmax-1.11.0-x64-full.nupkg, tmax-1.11.0-arm64-full.nupkg - update payloads

What's Changed

  • fix: gate scroll-sync workarounds to normal buffer so alt-screen TUIs own scroll by @yoziv in #132

Full Changelog: v1.10.1...v1.11.0

v1.10.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 11:20

Download

Platform Recommended Alternative
Windows (x64) Installer Portable zip
Windows (ARM) Installer Portable zip
macOS (Apple Silicon) .dmg -
macOS (Intel) .dmg -
Linux .deb .rpm

Need something else? Clone and build from source.

Auto-update files (you don't need these manually)

The Squirrel auto-updater fetches these from inside tmax. Ignore unless you're debugging an update issue.

  • RELEASES-x64, RELEASES-arm64 - update manifests
  • tmax-1.10.1-x64-full.nupkg, tmax-1.10.1-arm64-full.nupkg - update payloads

Full Changelog: v1.10.0...v1.10.1

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 10:35

v1.10.0

A brand-new AI session transcript, a "restore last session" option, and stability fixes for long-running sessions.

New Features

  • AI session transcript panel - a docked, read-only chat view of any Copilot or Claude Code session. It shows both sides of the conversation - your prompts and the agent's replies - with timestamps grouped by day, follows the focused pane, and live-updates as the agent works. Open it with Ctrl+Alt+T or the 💬 button on an AI pane.
  • Search the transcript - press Ctrl+F in the transcript to find text and jump between matches.
  • Resizable transcript - drag the panel's edge to resize it; your width is remembered between sessions.
  • Open any session's transcript - right-click a session in the AI Sessions panel and choose Transcript to read it, even when it isn't open in a pane.
  • Restore previous session on launch - a new setting to automatically reopen your last set of terminals when tmax starts.

Fixes

  • No more slowdown over time - fixed memory that grew during very long-running sessions and could eventually freeze the app.
  • Cursor stays visible in AI tools - the text cursor no longer disappears in Copilot CLI / Claude Code panes when the pane isn't focused.
  • Top of the window no longer clipped - fixed a case where the top edge of the UI could be cut off.
  • Reliable text selection in the transcript - selecting and copying text from messages now works consistently.
  • Stats page chart - fixed a blank chart when combining Week view with the per-interval option.

Download

Platform Recommended Alternative
Windows (x64) Installer Portable zip
Windows (ARM) Installer Portable zip
macOS (Apple Silicon) .dmg -
macOS (Intel) .dmg -
Linux .deb .rpm

Need something else? Clone and build from source.

Auto-update files (you don't need these manually)

The Squirrel auto-updater fetches these from inside tmax. Ignore unless you're debugging an update issue.

  • RELEASES-x64, RELEASES-arm64 - update manifests
  • tmax-1.10.0-x64-full.nupkg, tmax-1.10.0-arm64-full.nupkg - update payloads

What's Changed

  • fix(stats): blank chart on Week+delta and rank top-5 by activity in window by @InbarR in #125

Full Changelog: v1.9.3...v1.10.0

v1.9.3

Choose a tag to compare

@github-actions github-actions released this 01 Jun 07:48

Download

Platform Recommended Alternative
Windows (x64) Installer Portable zip
Windows (ARM) Installer Portable zip
macOS (Apple Silicon) .dmg -
macOS (Intel) .dmg -
Linux .deb .rpm

Need something else? Clone and build from source.

Auto-update files (you don't need these manually)

The Squirrel auto-updater fetches these from inside tmax. Ignore unless you're debugging an update issue.

  • RELEASES-x64, RELEASES-arm64 - update manifests
  • tmax-1.9.3-x64-full.nupkg, tmax-1.9.3-arm64-full.nupkg - update payloads

Full Changelog: v1.9.2...v1.9.3