Skip to content

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 17 Feb 03:50
· 30 commits to main since this release

Linear CLI v1.5.0

A token-efficient CLI for Linear.

Installation

brew tap joa23/linear-cli
brew install linear-cli

Or download the binary for your platform from the assets below.

Changelog

Features

  • 33d652b feat: Add labels CRUD commands (create, update, delete) (#20)
  • 1603d5b feat: add --exclude-labels and --sort flags to issues list (#22)
  • cb69ff3 feat: add --format detailed verbosity level (#33)
  • 3f5343f feat: add --output json to deps command (#23)
  • 4bd4f1a feat: add --project flag to issues list, search, and deps (#13)
  • cb5ec72 feat: add attachments commands (list, create, update, delete) (#37)
  • 74fe554 feat: add default project to .linear.yaml config (#26)
  • d06b981 feat: support comma-separated --state values on issues list and search (#18)

Bug fixes

  • 4f9868a fix: Resolve duplicate declarations from PR #13 squash merge
  • fc47059 fix: Show full comment bodies in --format full output (#24)
  • 63fc213 fix: Use native Linear relations for --blocked-by and --depends-on flags (#9)
  • 636ea1a fix: Wire initializeClient to use refresh-capable token provider (#8)
  • f4afa62 fix: remove attachment shadowing from GetIssue response struct (#35)

Others

  • a391efc Fix GetIssue returning null for priority, estimate, dueDate, labels, cycle (#32)
  • ef9445f Update Homebrew tap URL in README “Quickstart” (#5)
  • 637a6a0 chore: Update CHANGELOG for v1.5.0
  • a0679e6 chore: Update formula to v1.4.9

Full Changelog: v1.4.9...v1.5.0