Skip to content

basecamp v0.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Feb 16:34
· 574 commits to main since this release
2713e1b

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 login

macOS (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 login

Requires 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