Skip to content

v0.19.3

Choose a tag to compare

@github-actions github-actions released this 02 Jul 23:56
Installation

Homebrew

brew tap st0012/cctop
brew install --cask cctop

macOS (Apple Silicon)

curl -sL https://github.com/st0012/cctop/releases/download/v0.19.3/cctop-macOS-arm64.zip -o cctop.zip
unzip cctop.zip
mv cctop.app /Applications/
open /Applications/cctop.app

macOS (Intel)

curl -sL https://github.com/st0012/cctop/releases/download/v0.19.3/cctop-macOS-x86_64.zip -o cctop.zip
unzip cctop.zip
mv cctop.app /Applications/
open /Applications/cctop.app

From source

Requires Xcode 16+.

git clone https://github.com/st0012/cctop && cd cctop
./scripts/bundle-macos.sh
cp -R dist/cctop.app /Applications/

This release is signed and notarized with Apple Developer ID.

What's Changed

New Features

Bug Fixes

  • Make visible panel rows jump on first click by @st0012 in #202

Other Changes

  • Document worktree cleanup as a supporting feature by @st0012 in #201
  • Run terminal focus off the main thread by @st0012 in #192
  • Make the test target depend on cctop-hook so xcodebuild test builds it by @st0012 in #193
  • Deduplicate snapshot test helpers into shared top-level functions by @st0012 in #195

New Contributors

Full Changelog: v0.19.2...v0.19.3