Skip to content

Releases: markgravity/Claudy

v1.6.0

Choose a tag to compare

@markgravity markgravity released this 02 Sep 10:06

What's new in 1.6.0

New Features

  • Rich diff viewer with syntax highlighting and synchronized scrolling
  • Pending changes are now grouped by worktree, collapsing extras into a compact badge

Improvements

  • Quick Open search ranks results by relevance and shortens home paths for readability
  • Diffs load faster: the spinner only appears when a load actually takes a moment, and git operations run concurrently

Bug Fixes

  • Fixed a terminal memory leak caused by a mismatched text-buffer release

v1.5.1

Choose a tag to compare

@markgravity markgravity released this 06 Aug 07:50

What's new in 1.5.1

Bug Fixes

  • Claudy checks for new versions on its own again. The automatic check was off by default in 1.5.0, so updates only turned up when you checked by hand from the menu.

v1.5.0

Choose a tag to compare

@markgravity markgravity released this 06 Aug 03:29

What's new in 1.5.0

New Features

  • Switch Claude models straight from the bottom bar, including the new Fable model, with the active model always shown.
  • Create a worktree on a brand-new branch, or pick an existing one, right from the worktree sheet.

Improvements

  • App updates are now cryptographically verified before they install, and are applied safely so a failed update can no longer leave you without the app.
  • Updates now live in Settings → General, with separate switches for checking automatically and installing automatically.
  • Config files carried into a worktree no longer clutter its git status.
  • The paywall now has a cancel button, and its wording reflects the free-updates policy.

Bug Fixes

  • A temporary rate limit is no longer mistaken for an exhausted account quota when switching accounts.
  • Syncing two worktrees at the same time no longer creates a duplicate row.

v1.4.1

Choose a tag to compare

@markgravity markgravity released this 25 Jun 16:01

What's new in 1.4.1

New Features

  • Worktree tab sort order modes with focus-based grouping and a visual separator, plus a sort order preference
  • Terminal now auto-follows the active worktree when its directory changes
  • Worktree tab titles update automatically when you switch branches

Bug Fixes

  • Fixed worktree panel not refreshing when the worktree path changes
  • Fixed terminal close behavior when tabs are sorted

v1.4.0

Choose a tag to compare

@markgravity markgravity released this 18 Jun 16:00

What's new in 1.4.0

New Features

  • Quick open project switcher with Cmd+K shortcut
  • Worktree file copying with a configuration UI and symlink option
  • AI-generated worktree tab titles with a regenerate action and an enable/disable toggle
  • Current model display for terminal sessions, with a model indicator in the context window badge
  • Auto-correct warmup mode for more accurate scheduled account switching

Bug Fixes

  • Fixed context window badge text overflowing and truncating
  • Improved Claude binary PATH resolution and shell environment persistence

v1.3.0

Choose a tag to compare

@markgravity markgravity released this 05 Jun 14:24

What's new in 1.3.0

New Features

  • Git worktree support — create, remove, and sync worktrees, with a new project context menu
  • Keyboard shortcuts (Cmd+1–9) to switch between terminals and projects
  • Scheduled account warm-up to keep your usage window aligned

Improvements

  • Context window percentage now refreshes from session history for accuracy
  • Refined draft change tracking with the refresh button moved to the pending changes header
  • Clearer context window icon

Bug Fixes

  • Spawned commands now inherit your login shell's PATH
  • More reliable account token refresh, preventing stale credentials across terminals
  • Worktree tooltip now shows the branch name

v1.2.1

Choose a tag to compare

@markgravity markgravity released this 19 May 05:22

What's new in 1.2.1

New Features

  • Press Cmd+1–9 to instantly switch between terminals and projects
  • Bottom bar now prompts to set up an account when none are configured
  • Added Feedback & Support to the Help menu
  • Automatically recovers when authentication errors occur, restarting seamlessly
  • Improved handling of rate limits — now distinguishes temporary limits from quota exhaustion
  • Auto-recovers from image dimension errors by compacting the session context
  • Renamed "Active first" to "Focus" in compact mode, with a clearer visual separator

Bug Fixes

  • Completed projects now appear correctly in the Focus group
  • Manual tab ordering is preserved within active and inactive session groups
  • Trial days remaining now refreshes when the app becomes active and every hour

v1.2.0

Choose a tag to compare

@markgravity markgravity released this 23 Apr 08:07

What's new in 1.2.0

New Features

  • New terminal engine powered by Ghostty for significantly improved performance, rendering quality, and keyboard/mouse support
  • Context window usage is now tracked and shown as a percentage during terminal sessions
  • Terminal themes are now supported with a built-in theme library
  • License window is now accessible directly from the app menu
  • Projects are now sorted by active status then last used date
  • Compact mode offers additional sorting options: manual, active first, or alphabetical
  • Trial activation is now simplified with machine-based tracking

Bug Fixes

  • Fixed keyboard shortcuts conflicting with terminal key input
  • Fixed PATH setup to include Homebrew and local Claude binary locations
  • Fixed terminal prompt corruption caused by mouse tracking sequences
  • Fixed file path display to truncate from the beginning instead of the middle
  • Fixed SwiftData store location and added recovery from database corruption

Performance

  • Reduced unnecessary terminal profile rebuilds for smoother rendering

v1.1.4

Choose a tag to compare

@markgravity markgravity released this 26 Mar 03:23

What's new in 1.1.4

New Features

  • Auto mode: sessions can now be started with auto mode enabled for uninterrupted workflows

Bug Fixes

  • Fixed arrow keys and other special keys that stopped working in Claude Code 2.1.83

v1.1.3

Choose a tag to compare

@markgravity markgravity released this 25 Mar 03:04

What's new in 1.1.3

New Features

  • Permission prompts from Claude are now handled interactively during sessions

Improvements

  • Plan approval options are now dynamic based on your current session context
  • Improved draft commit name generation
  • Account setup flow has a more streamlined layout