Skip to content

1.9.0 - 2026-01-29

Choose a tag to compare

@github-actions github-actions released this 29 Jan 05:58

Release Notes

Fixed

  • Fix --assignee self to correctly resolve to current user (#104; thanks @JustTrott)
  • add pagination to project list command (#109; thanks @andrew-kline)
  • add pagination to team list command (#107; thanks @andrew-kline)
  • error when --workspace flag specifies unknown workspace
  • --sort flag now works correctly after interactive prompts (#96; thanks @paymog)

Added

  • built-in credential storage at ~/.config/linear/credentials.toml for managing multiple Linear workspaces
  • linear auth login to add workspace credentials (auto-detects workspace from API key)
  • linear auth logout to remove workspace credentials
  • linear auth list to show configured workspaces with org/user info
  • linear auth default to set the default workspace
  • global -w, --workspace flag to target a specific workspace by slug
  • --project filter for issue list command (#94; thanks @paymog)

Install linear 1.9.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/schpet/linear-cli/releases/download/v1.9.0/linear-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install schpet/tap/linear

Download linear 1.9.0

File Platform Checksum
linear-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
linear-x86_64-apple-darwin.tar.xz Intel macOS checksum
linear-x86_64-pc-windows-msvc.zip x64 Windows checksum
linear-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
linear-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum