Skip to content

1.8.0 - 2026-01-22

Choose a tag to compare

@github-actions github-actions released this 22 Jan 19:01

Release Notes

Fixed

  • add TTY checks before interactive prompts to prevent hanging in non-interactive mode

Added

  • global user config is now merged with project config (~/.config/linear/linear.toml on Unix, %APPDATA%\linear\linear.toml on Windows); project values override global, env vars override both (#89; thanks @kfrance)
  • requests now include a User-Agent header (schpet-linear-cli/VERSION)
  • initiative management commands (list, view, create, archive, unarchive, update, delete, add-project, remove-project) (#95; thanks @skgbafa)
  • label management commands (list, create, delete) (#95; thanks @skgbafa)
  • project create command with team, lead, dates, status, and initiative linking (#95; thanks @skgbafa)
  • team delete command (#95; thanks @skgbafa)
  • bulk operations support for issue delete (--bulk flag) (#95; thanks @skgbafa)
  • document management commands (list, view, create, update, delete) (#95; thanks @skgbafa)
  • auto-generate skill documentation from cli help output with deno task generate-skill-docs

Install linear 1.8.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install schpet/tap/linear

Download linear 1.8.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