Skip to content

Commit 60ed8d7

Browse files
committed
chore: Release linear-cli version 1.4.0
1 parent dabed08 commit 60ed8d7

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
22

33
## [Unreleased]
44

5-
### Changed
6-
7-
- sync-schema task to use linear schema command instead of npm package
5+
## [1.4.0] - 2025-12-08
86

97
### Added
108

119
- 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)
1210
- optional OSC-8 hyperlinks for images in issue view (configure with hyperlink_format option or LINEAR_HYPERLINK_FORMAT env var)
13-
- ISC license
11+
- claude code skill plugin for linear-cli
1412
- schema command to print GraphQL schema (SDL or JSON)
1513
- auth command with whoami and token subcommands
16-
- claude code skill plugin for linear-cli
14+
- ISC license
1715

1816
## [1.3.1] - 2025-12-02
1917

@@ -285,7 +283,8 @@
285283
- adds a -t, --title flag to the `issue pr` command, allowing you to provide a PR title that is different than linear's issue title
286284
- allows linear issue identifiers to be passed in as arguments to the issue commands as an alternative to parsing the branch name, e.g. `linear issue show ABC-123`
287285

288-
[Unreleased]: https://github.com/schpet/linear-cli/compare/v1.3.1...HEAD
286+
[Unreleased]: https://github.com/schpet/linear-cli/compare/v1.4.0...HEAD
287+
[1.4.0]: https://github.com/schpet/linear-cli/compare/v1.3.1...v1.4.0
289288
[1.3.1]: https://github.com/schpet/linear-cli/compare/v1.3.0...v1.3.1
290289
[1.3.0]: https://github.com/schpet/linear-cli/compare/v1.2.1...v1.3.0
291290
[1.2.1]: https://github.com/schpet/linear-cli/compare/v1.2.0...v1.2.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ this cli solves this. it knows what you're working on (via git branches or jj co
179179

180180
## claude code skill
181181

182-
linear-cli includes [a skill for claude code](https://code.claude.com/docs/en/skills) that helps claude use the CLI effectively. for use cases outside the CLI, it includes instructions to interact directly with the graphql api, including authentication.
182+
linear-cli includes [a skill for claude code](https://code.claude.com/docs/en/skills) that helps claude use the CLI effectively. for use cases outside the CLI, it includes instructions to interact directly with the graphql api, including authentication.
183183

184184
```bash
185185
# from claude code

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/denoland/deno/main/cli/schemas/config-file.v1.json",
33
"name": "@schpet/linear-cli",
4-
"version": "1.3.1",
4+
"version": "1.4.0",
55
"exports": "./src/main.ts",
66
"license": "MIT",
77
"tasks": {

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = ["dist:."]
55
[package]
66
name = "linear"
77
description = "CLI tool for linear.app that uses git branch names and directory names to open issues and team pages"
8-
version = "1.3.1"
8+
version = "1.4.0"
99
license = "MIT"
1010
repository = "https://github.com/schpet/linear-cli"
1111
homepage = "https://github.com/schpet/linear-cli"

0 commit comments

Comments
 (0)