Skip to content

basecamp v0.7.1

Choose a tag to compare

@github-actions github-actions released this 25 Mar 19:10
· 277 commits to main since this release

⚠️ Homebrew and Scoop package renamed from basecamp to basecamp-cli. The upgrade command detects legacy installs and walks you through the migration.

Patch release with two bug fixes.

  • reports schedule: default --end to +30 days so you don't have to specify both dates.
  • Fix empty titles in schedule output by falling back to the summary field.

Install

macOS:

brew install --cask basecamp/tap/basecamp-cli
basecamp auth login

Linux (deb/rpm/apk):
Download the package for your architecture from the assets below, then:

sudo apt install ./basecamp-cli_0.7.1_linux_amd64.deb            # Debian/Ubuntu
sudo dnf install ./basecamp-cli_0.7.1_linux_amd64.rpm            # Fedora/RHEL
sudo apk add --allow-untrusted ./basecamp-cli_0.7.1_linux_amd64.apk  # Alpine
basecamp auth login

Arm64 users: substitute arm64 for amd64 in the filename. Verify the SHA-256 checksum from checksums.txt before installing — especially Alpine packages installed with --allow-untrusted.

Arch Linux / Omarchy:

yay -S basecamp-cli
basecamp auth login

Nix:

nix profile install github:basecamp/basecamp-cli
basecamp auth login

Windows:

scoop bucket add basecamp https://github.com/basecamp/homebrew-tap
scoop install basecamp-cli
basecamp auth login

Other platforms: download the matching archive from the assets below.

What's Changed

⚠️ Breaking Changes

  • Rename Homebrew cask to basecamp-cli and fix upgrade detection by @robzolkos in #374

Bug Fixes

  • fix: fall back to summary when title is empty in formatCell by @robzolkos in #380
  • fix: default --end to +30 for reports schedule by @robzolkos in #381

Full Changelog: v0.7.0...v0.7.1