@kyaukyuai/linear-cli 2.7.0 → 2.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [2.7.1] - 2026-03-23
6
+
7
+ ### Added
8
+
9
+ - added working `--no-pager` support to `cycle list`
10
+
11
+ ### Changed
12
+
13
+ - improved `issue list --all` and `--state` handling so `--all` can be combined with an explicit state filter while conflicting `--all-states` usage reports clearer guidance
14
+
15
+ ### Fixed
16
+
17
+ - normalized `issue view --json` descriptions so escaped newlines are returned as real line breaks for `jq` and other machine-readable consumers
18
+
5
19
  ## [2.7.0] - 2026-03-23
6
20
 
7
21
  ### Added
@@ -553,7 +567,8 @@
553
567
  - 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
554
568
  - 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`
555
569
 
556
- [Unreleased]: https://github.com/kyaukyuai/linear-cli/compare/v2.7.0...HEAD
570
+ [Unreleased]: https://github.com/kyaukyuai/linear-cli/compare/v2.7.1...HEAD
571
+ [2.7.1]: https://github.com/kyaukyuai/linear-cli/compare/v2.7.0...v2.7.1
557
572
  [2.7.0]: https://github.com/kyaukyuai/linear-cli/compare/v2.6.0...v2.7.0
558
573
  [2.6.0]: https://github.com/kyaukyuai/linear-cli/compare/v2.5.0...v2.6.0
559
574
  [2.5.0]: https://github.com/kyaukyuai/linear-cli/compare/v2.4.1...v2.5.0
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT",
25
25
  "name": "@kyaukyuai/linear-cli",
26
- "version": "2.7.0"
26
+ "version": "2.7.1"
27
27
  },
28
28
  "node_modules/@isaacs/cliui": {
29
29
  "engines": {
@@ -542,5 +542,5 @@
542
542
  }
543
543
  },
544
544
  "requires": true,
545
- "version": "2.7.0"
545
+ "version": "2.7.1"
546
546
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "artifactDownloadUrls": [
3
- "https://github.com/kyaukyuai/linear-cli/releases/download/v2.7.0"
3
+ "https://github.com/kyaukyuai/linear-cli/releases/download/v2.7.1"
4
4
  ],
5
5
  "bin": {
6
6
  "linear": "run-linear.js"
@@ -85,7 +85,7 @@
85
85
  "zipExt": ".tar.xz"
86
86
  }
87
87
  },
88
- "version": "2.7.0",
88
+ "version": "2.7.1",
89
89
  "volta": {
90
90
  "node": "18.14.1",
91
91
  "npm": "9.5.0"