v0.19.4
Installation
Homebrew
brew tap st0012/cctop
brew install --cask cctopmacOS (Apple Silicon)
curl -sL https://github.com/st0012/cctop/releases/download/v0.19.4/cctop-macOS-arm64.zip -o cctop.zip
unzip cctop.zip
mv cctop.app /Applications/
open /Applications/cctop.appmacOS (Intel)
curl -sL https://github.com/st0012/cctop/releases/download/v0.19.4/cctop-macOS-x86_64.zip -o cctop.zip
unzip cctop.zip
mv cctop.app /Applications/
open /Applications/cctop.appFrom 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
- Make Recent useful for archived desktop sessions by @st0012 in #204
- Clarify tab discoverability copy by @st0012 in #205
- Surface cleanup opportunity nudges by @st0012 in #206
Bug Fixes
Other Changes
- Add node:test suite for the pi extension by @st0012 in #194
- Run the JS plugin test suites in CI by @st0012 in #197
- Update launch video cleanup beat by @st0012 in #203
- Split SessionFileFormatTests into per-concern test files by @st0012 in #196
- Codify the launch social clip as a named timeline cut by @st0012 in #207
Full Changelog: v0.19.3...v0.19.4