Skip to content

1.10.0 - 2026-02-17

Choose a tag to compare

@github-actions github-actions released this 17 Feb 04:59

Release Notes

Fixed

  • issue start command no longer creates extra commit after describing
  • spinners now properly disabled in non-TTY environments
  • correct API key creation URL in auth login (#146; thanks @srgfrancisco)

Changed

  • increased sub-issues display limit from 50 to 250 in issue view (#124; thanks @paymog)
  • attachment view now shows sourceType (e.g., Slack, GitHub) (#111; thanks @paymog)

Added

  • raw GraphQL API access via new api subcommand (#121; thanks @bendrucker)
  • issue relation command for managing dependencies between issues (#115; thanks @ztrayner)
  • --sort-order flag to milestone update command (#120; thanks @bendrucker)
  • user-friendly error handling with LINEAR_DEBUG environment variable for troubleshooting

Install linear 1.10.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install schpet/tap/linear

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