basecamp v0.1.1
Install
Linux (Omarchy):
gh release download v0.1.1 --repo basecamp/basecamp-cli --pattern '*linux_amd64*'
tar xzf basecamp_0.1.1_linux_amd64.tar.gz
sudo mv basecamp /usr/local/bin/
basecamp auth loginmacOS (Apple Silicon):
gh release download v0.1.1 --repo basecamp/basecamp-cli --pattern '*darwin_arm64*'
tar xzf basecamp_0.1.1_darwin_arm64.tar.gz
sudo mv basecamp /usr/local/bin/
basecamp auth loginRequires gh CLI with access to the basecamp org. Other platforms: grab the matching archive from the assets below.
What's Changed
Other Changes
- Fix Docker latest tag gating and PGO failure visibility by @jeremy in #157
- V1 ship polish: layout, visual consistency, focus lifecycle, chrome by @jeremy in #156
- Experimental feature labels for v0.1.0 by @jeremy in #158
- Switch to GitHub-native release notes by @jeremy in #159
Full Changelog: v0.1.0...v0.1.1