Releases: schpet/linear-cli
Releases · schpet/linear-cli
1.5.0 - 2025-12-16
16 Dec 15:53
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed
bring back x86_64-apple-darwin binaries
Added
add issue commits command to print previous commits associated with an issue (jj-vcs only)
Install linear 1.5.0
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/schpet/linear-cli/releases/download/v1.5.0/linear-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install schpet/tap/linear
Download linear 1.5.0
1.4.0 - 2025-12-08
09 Dec 06:13
Compare
Sorry, something went wrong.
No results found
Release Notes
Added
issue view now downloads images locally instead of showing authenticated uploads.linear.app urls (disable with --no-download flag, LINEAR_DOWNLOAD_IMAGES=false env var, or download_images = false in config)
optional OSC-8 hyperlinks for images in issue view (configure with hyperlink_format option or LINEAR_HYPERLINK_FORMAT env var)
claude code skill plugin for linear-cli
schema command to print GraphQL schema (SDL or JSON)
auth command with whoami and token subcommands
ISC license
Install linear 1.4.0
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/schpet/linear-cli/releases/download/v1.4.0/linear-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install schpet/tap/linear
Download linear 1.4.0
1.3.1 - 2025-12-02
03 Dec 06:59
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed
correctly use arm binaries for aarch64-apple-darwin
Removed
remove compiled binaries for intel macs - x86_64-apple-darwin
Install linear 1.3.1
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/schpet/linear-cli/releases/download/v1.3.1/linear-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install schpet/tap/linear
Download linear 1.3.1
1.3.0 - 2025-12-01
02 Dec 05:31
Compare
Sorry, something went wrong.
No results found
Release Notes
Changed
change the jj description format to include a linear magic word for commit linking
change jj behaviour in issue start to create a new empty commit to support the squash workflow
Added
Install linear 1.3.0
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/schpet/linear-cli/releases/download/v1.3.0/linear-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install schpet/tap/linear
Download linear 1.3.0
1.2.1 - 2025-11-10
11 Nov 08:02
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed
fix jj empty change detection to properly identify changes without descriptions
Install linear 1.2.1
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/schpet/linear-cli/releases/download/v1.2.1/linear-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install schpet/tap/linear
Download linear 1.2.1
1.2.0 - 2025-10-21
21 Oct 19:05
Compare
Sorry, something went wrong.
No results found
Release Notes
Added
Changed
removed uneccessary double prompt around adding labels
Install linear 1.2.0
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/schpet/linear-cli/releases/download/v1.2.0/linear-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install schpet/tap/linear
Download linear 1.2.0
1.1.1 - 2025-09-02
03 Sep 04:53
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed
fixed tests breaking release
Install linear 1.1.1
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/schpet/linear-cli/releases/download/v1.1.1/linear-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install schpet/tap/linear
Download linear 1.1.1
1.1.0 - 2025-09-02
03 Sep 04:31
Compare
Sorry, something went wrong.
No results found
Release Notes
Added
add from-ref option to issue start command to start an issue from a different
git branch or ref (#54 ; thanks
@pianohacker )
Fixed
omit empty comments section in markdown output instead of showing 'no comments
found'
Install linear 1.1.0
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/schpet/linear-cli/releases/download/v1.1.0/linear-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install schpet/tap/linear
Download linear 1.1.0
1.0.1 - 2025-08-26
26 Aug 16:26
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed
pager leaves content visible after quitting
make issue label matching case-insensitive
Changed
issue start command now has searchable prompt with type-ahead filtering
improve choices for assignment on issue create
Install linear 1.0.1
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/schpet/linear-cli/releases/download/v1.0.1/linear-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install schpet/tap/linear
Download linear 1.0.1
1.0.0 - 2025-08-20
20 Aug 20:19
Compare
Sorry, something went wrong.
No results found
Release Notes
given the number of breaking changes, giving this a major bump. hello
one-point-oh.
Fixed
state column is now dynamically sized with max 20 chars and auto-truncation
correctly align issue list columns
Removed
linear issue is removed, must use linear issue view . linear issue
now prints help text
remove support for deriving team ids from directory name
deprecated 'linear issue open' and 'linear issue print' commands - use 'linear
issue view --app' and 'linear issue view' instead
removed team open command (use linear issue list -a)
Changed
more consistent rendering of priority
labels column width now dynamically sized based on actual label content
state flag on issue list can now be repeated to filter by multiple states
team members command now shows initials, timezone, and other details with
--verbose flag
organized code into multiple files so it's less of a nightmare to work on
linear issue list now sorts by workflow state first
issue pr create no longer opens browser by default, added --web flag
removed 'about' prefix from relative timestamps
Added
issue delete command to delete issues by id
team members command to list team members
add --assignee flag on issue list allowing you to list issues assigned to a
user
add -U, --unassigned flag to list only unassigned issues
add -A, --all-assignees flag to list issues for all assignees
allow specifying a --parent on linear issue create
add -A and -U flags to issue start command for filtering assignees
add --all-states flag to issue list command to show issues from all states
add --confirm flag to issue delete command to skip confirmation prompt
support --team flag in issue list command
show comments by default in linear issue view, use --no-comments to disable
project list command to display projects in a table format
project view command to show detailed project information
team list command to display teams in a table format
automatic paging for issue view command with --no-pager flag and pager
pager support for issue list command with --no-pager option
allow integer-only issue ids when team is configured
sub-issues now inherit parent project automatically
team create command with flags and interactive mode
Install linear 1.0.0
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/schpet/linear-cli/releases/download/v1.0.0/linear-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install schpet/tap/linear
Download linear 1.0.0