|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## [1.9.1-inj.1] - 2026-02-05 |
| 6 | + |
| 7 | +- Injective Labs fork of the tool. New distribution name `@injectivelabs/linear-cli`. |
| 8 | + |
5 | 9 | ## [1.9.1] - 2026-01-29 |
6 | 10 |
|
7 | 11 | ### Fixed |
|
12 | 16 |
|
13 | 17 | ### Fixed |
14 | 18 |
|
15 | | -- Fix `--assignee self` to correctly resolve to current user ([#104](https://github.com/schpet/linear-cli/pull/104); thanks @JustTrott) |
16 | | -- add pagination to `project list` command ([#109](https://github.com/schpet/linear-cli/pull/109); thanks @andrew-kline) |
17 | | -- add pagination to `team list` command ([#107](https://github.com/schpet/linear-cli/pull/107); thanks @andrew-kline) |
| 19 | +- Fix `--assignee self` to correctly resolve to current user ([#104](https://github.com/InjectiveLabs/linear-cli/pull/104); thanks @JustTrott) |
| 20 | +- add pagination to `project list` command ([#109](https://github.com/InjectiveLabs/linear-cli/pull/109); thanks @andrew-kline) |
| 21 | +- add pagination to `team list` command ([#107](https://github.com/InjectiveLabs/linear-cli/pull/107); thanks @andrew-kline) |
18 | 22 | - error when `--workspace` flag specifies unknown workspace |
19 | | -- `--sort` flag now works correctly after interactive prompts ([#96](https://github.com/schpet/linear-cli/pull/96); thanks @paymog) |
| 23 | +- `--sort` flag now works correctly after interactive prompts ([#96](https://github.com/InjectiveLabs/linear-cli/pull/96); thanks @paymog) |
20 | 24 |
|
21 | 25 | ### Added |
22 | 26 |
|
|
26 | 30 | - `linear auth list` to show configured workspaces with org/user info |
27 | 31 | - `linear auth default` to set the default workspace |
28 | 32 | - global `-w, --workspace` flag to target a specific workspace by slug |
29 | | -- `--project` filter for `issue list` command ([#94](https://github.com/schpet/linear-cli/pull/94); thanks @paymog) |
| 33 | +- `--project` filter for `issue list` command ([#94](https://github.com/InjectiveLabs/linear-cli/pull/94); thanks @paymog) |
30 | 34 |
|
31 | 35 | ## [1.8.1] - 2026-01-23 |
32 | 36 |
|
|
42 | 46 |
|
43 | 47 | ### Added |
44 | 48 |
|
45 | | -- global user config is now merged with project config (`~/.config/linear/linear.toml` on Unix, `%APPDATA%\linear\linear.toml` on Windows); project values override global, env vars override both ([#89](https://github.com/schpet/linear-cli/pull/89); thanks @kfrance) |
46 | | -- requests now include a User-Agent header (schpet-linear-cli/VERSION) |
47 | | -- initiative management commands (list, view, create, archive, unarchive, update, delete, add-project, remove-project) ([#95](https://github.com/schpet/linear-cli/pull/95); thanks @skgbafa) |
48 | | -- label management commands (list, create, delete) ([#95](https://github.com/schpet/linear-cli/pull/95); thanks @skgbafa) |
49 | | -- project create command with team, lead, dates, status, and initiative linking ([#95](https://github.com/schpet/linear-cli/pull/95); thanks @skgbafa) |
50 | | -- team delete command ([#95](https://github.com/schpet/linear-cli/pull/95); thanks @skgbafa) |
51 | | -- bulk operations support for issue delete (--bulk flag) ([#95](https://github.com/schpet/linear-cli/pull/95); thanks @skgbafa) |
52 | | -- document management commands (list, view, create, update, delete) ([#95](https://github.com/schpet/linear-cli/pull/95); thanks @skgbafa) |
| 49 | +- global user config is now merged with project config (`~/.config/linear/linear.toml` on Unix, `%APPDATA%\linear\linear.toml` on Windows); project values override global, env vars override both ([#89](https://github.com/InjectiveLabs/linear-cli/pull/89); thanks @kfrance) |
| 50 | +- requests now include a User-Agent header (injectivelabs-linear-cli/VERSION) |
| 51 | +- initiative management commands (list, view, create, archive, unarchive, update, delete, add-project, remove-project) ([#95](https://github.com/InjectiveLabs/linear-cli/pull/95); thanks @skgbafa) |
| 52 | +- label management commands (list, create, delete) ([#95](https://github.com/InjectiveLabs/linear-cli/pull/95); thanks @skgbafa) |
| 53 | +- project create command with team, lead, dates, status, and initiative linking ([#95](https://github.com/InjectiveLabs/linear-cli/pull/95); thanks @skgbafa) |
| 54 | +- team delete command ([#95](https://github.com/InjectiveLabs/linear-cli/pull/95); thanks @skgbafa) |
| 55 | +- bulk operations support for issue delete (--bulk flag) ([#95](https://github.com/InjectiveLabs/linear-cli/pull/95); thanks @skgbafa) |
| 56 | +- document management commands (list, view, create, update, delete) ([#95](https://github.com/InjectiveLabs/linear-cli/pull/95); thanks @skgbafa) |
53 | 57 | - auto-generate skill documentation from cli help output with deno task generate-skill-docs |
54 | 58 | - file attachment support for issues and comments via `issue attach` command and `--attach` flag on `issue comment add` |
55 | 59 | - attachments section in `issue view` output with automatic download to local cache |
|
59 | 63 |
|
60 | 64 | ### Added |
61 | 65 |
|
62 | | -- milestone management commands (list, create, update, delete, view) for Linear projects ([#92](https://github.com/schpet/linear-cli/pull/92); thanks @jholm117) |
| 66 | +- milestone management commands (list, create, update, delete, view) for Linear projects ([#92](https://github.com/InjectiveLabs/linear-cli/pull/92); thanks @jholm117) |
63 | 67 |
|
64 | 68 | ### Fixed |
65 | 69 |
|
|
69 | 73 |
|
70 | 74 | ### Added |
71 | 75 |
|
72 | | -- add parent and sub-issues to issue view output ([#86](https://github.com/schpet/linear-cli/pull/86); thanks [@paymog](https://github.com/paymog)) |
| 76 | +- add parent and sub-issues to issue view output ([#86](https://github.com/InjectiveLabs/linear-cli/pull/86); thanks [@paymog](https://github.com/paymog)) |
73 | 77 |
|
74 | 78 | ### Changed |
75 | 79 |
|
|
116 | 120 |
|
117 | 121 | ### Added |
118 | 122 |
|
119 | | -- issue comment commands: add, update, list ([#67](https://github.com/schpet/linear-cli/pull/67); thanks [@tallesborges](https://github.com/tallesborges)) |
120 | | -- add `--branch` option to issue start command ([#70](https://github.com/schpet/linear-cli/pull/70); thanks [@tallesborges](https://github.com/tallesborges)) |
| 123 | +- issue comment commands: add, update, list ([#67](https://github.com/InjectiveLabs/linear-cli/pull/67); thanks [@tallesborges](https://github.com/tallesborges)) |
| 124 | +- add `--branch` option to issue start command ([#70](https://github.com/InjectiveLabs/linear-cli/pull/70); thanks [@tallesborges](https://github.com/tallesborges)) |
121 | 125 |
|
122 | 126 | ## [1.2.1] - 2025-11-10 |
123 | 127 |
|
|
145 | 149 |
|
146 | 150 | ### Added |
147 | 151 |
|
148 | | -- add from-ref option to issue start command to start an issue from a different git branch or ref ([#54](https://github.com/schpet/linear-cli/pull/54); thanks [@pianohacker](https://github.com/pianohacker)) |
| 152 | +- add from-ref option to issue start command to start an issue from a different git branch or ref ([#54](https://github.com/InjectiveLabs/linear-cli/pull/54); thanks [@pianohacker](https://github.com/pianohacker)) |
149 | 153 |
|
150 | 154 | ### Fixed |
151 | 155 |
|
|
247 | 251 | ### Added |
248 | 252 |
|
249 | 253 | - test for JSON and HTML error response formatting |
250 | | -- added `linear issue create` for creating issues with flags ([#30](https://github.com/schpet/linear-cli/pull/30); thanks [@maparent](https://github.com/maparent)) |
| 254 | +- added `linear issue create` for creating issues with flags ([#30](https://github.com/InjectiveLabs/linear-cli/pull/30); thanks [@maparent](https://github.com/maparent)) |
251 | 255 | - added `linear issue create` interactive issue creation |
252 | 256 |
|
253 | 257 | ### Changed |
|
366 | 370 | - 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 |
367 | 371 | - 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` |
368 | 372 |
|
369 | | -[Unreleased]: https://github.com/schpet/linear-cli/compare/v1.9.1...HEAD |
370 | | -[1.9.1]: https://github.com/schpet/linear-cli/compare/v1.9.0...v1.9.1 |
371 | | -[1.9.0]: https://github.com/schpet/linear-cli/compare/v1.8.1...v1.9.0 |
372 | | -[1.8.1]: https://github.com/schpet/linear-cli/compare/v1.8.0...v1.8.1 |
373 | | -[1.8.0]: https://github.com/schpet/linear-cli/compare/v1.7.0...v1.8.0 |
374 | | -[1.7.0]: https://github.com/schpet/linear-cli/compare/v1.6.0...v1.7.0 |
375 | | -[1.6.0]: https://github.com/schpet/linear-cli/compare/v1.5.0...v1.6.0 |
376 | | -[1.5.0]: https://github.com/schpet/linear-cli/compare/v1.4.0...v1.5.0 |
377 | | -[1.4.0]: https://github.com/schpet/linear-cli/compare/v1.3.1...v1.4.0 |
378 | | -[1.3.1]: https://github.com/schpet/linear-cli/compare/v1.3.0...v1.3.1 |
379 | | -[1.3.0]: https://github.com/schpet/linear-cli/compare/v1.2.1...v1.3.0 |
380 | | -[1.2.1]: https://github.com/schpet/linear-cli/compare/v1.2.0...v1.2.1 |
381 | | -[1.2.0]: https://github.com/schpet/linear-cli/compare/v1.1.1...v1.2.0 |
382 | | -[1.1.1]: https://github.com/schpet/linear-cli/compare/v1.1.0...v1.1.1 |
383 | | -[1.1.0]: https://github.com/schpet/linear-cli/compare/v1.0.1...v1.1.0 |
384 | | -[1.0.1]: https://github.com/schpet/linear-cli/compare/v1.0.0...v1.0.1 |
385 | | -[1.0.0]: https://github.com/schpet/linear-cli/compare/v0.6.4...v1.0.0 |
386 | | -[0.6.4]: https://github.com/schpet/linear-cli/compare/v0.6.3...v0.6.4 |
387 | | -[0.6.3]: https://github.com/schpet/linear-cli/compare/v0.6.2...v0.6.3 |
388 | | -[0.6.2]: https://github.com/schpet/linear-cli/compare/v0.6.1...v0.6.2 |
389 | | -[0.6.1]: https://github.com/schpet/linear-cli/compare/v0.6.0...v0.6.1 |
390 | | -[0.6.0]: https://github.com/schpet/linear-cli/compare/v0.5.7...v0.6.0 |
391 | | -[0.5.7]: https://github.com/schpet/linear-cli/compare/v0.5.6...v0.5.7 |
392 | | -[0.5.6]: https://github.com/schpet/linear-cli/compare/v0.5.5...v0.5.6 |
393 | | -[0.5.5]: https://github.com/schpet/linear-cli/compare/v0.5.3...v0.5.5 |
394 | | -[0.5.3]: https://github.com/schpet/linear-cli/compare/v0.5.2...v0.5.3 |
395 | | -[0.5.2]: https://github.com/schpet/linear-cli/compare/v0.5.1...v0.5.2 |
396 | | -[0.5.1]: https://github.com/schpet/linear-cli/compare/v0.5.0...v0.5.1 |
397 | | -[0.5.0]: https://github.com/schpet/linear-cli/compare/v0.4.1...v0.5.0 |
398 | | -[0.4.1]: https://github.com/schpet/linear-cli/compare/v0.4.0...v0.4.1 |
399 | | -[0.4.0]: https://github.com/schpet/linear-cli/compare/v0.3.2...v0.4.0 |
400 | | -[0.3.2]: https://github.com/schpet/linear-cli/compare/v0.3.1...v0.3.2 |
401 | | -[0.3.1]: https://github.com/schpet/linear-cli/compare/v0.3.0...v0.3.1 |
402 | | -[0.3.0]: https://github.com/schpet/linear-cli/compare/v0.2.1...v0.3.0 |
403 | | -[0.2.1]: https://github.com/schpet/linear-cli/compare/v0.2.0...v0.2.1 |
404 | | -[0.2.0]: https://github.com/schpet/linear-cli/compare/v0.1.0...v0.2.0 |
405 | | -[0.1.0]: https://github.com/schpet/linear-cli/releases/tag/v0.1.0 |
| 373 | +[Unreleased]: https://github.com/InjectiveLabs/linear-cli/compare/v1.9.1...HEAD |
| 374 | +[1.9.1]: https://github.com/InjectiveLabs/linear-cli/compare/v1.9.0...v1.9.1 |
| 375 | +[1.9.0]: https://github.com/InjectiveLabs/linear-cli/compare/v1.8.1...v1.9.0 |
| 376 | +[1.8.1]: https://github.com/InjectiveLabs/linear-cli/compare/v1.8.0...v1.8.1 |
| 377 | +[1.8.0]: https://github.com/InjectiveLabs/linear-cli/compare/v1.7.0...v1.8.0 |
| 378 | +[1.7.0]: https://github.com/InjectiveLabs/linear-cli/compare/v1.6.0...v1.7.0 |
| 379 | +[1.6.0]: https://github.com/InjectiveLabs/linear-cli/compare/v1.5.0...v1.6.0 |
| 380 | +[1.5.0]: https://github.com/InjectiveLabs/linear-cli/compare/v1.4.0...v1.5.0 |
| 381 | +[1.4.0]: https://github.com/InjectiveLabs/linear-cli/compare/v1.3.1...v1.4.0 |
| 382 | +[1.3.1]: https://github.com/InjectiveLabs/linear-cli/compare/v1.3.0...v1.3.1 |
| 383 | +[1.3.0]: https://github.com/InjectiveLabs/linear-cli/compare/v1.2.1...v1.3.0 |
| 384 | +[1.2.1]: https://github.com/InjectiveLabs/linear-cli/compare/v1.2.0...v1.2.1 |
| 385 | +[1.2.0]: https://github.com/InjectiveLabs/linear-cli/compare/v1.1.1...v1.2.0 |
| 386 | +[1.1.1]: https://github.com/InjectiveLabs/linear-cli/compare/v1.1.0...v1.1.1 |
| 387 | +[1.1.0]: https://github.com/InjectiveLabs/linear-cli/compare/v1.0.1...v1.1.0 |
| 388 | +[1.0.1]: https://github.com/InjectiveLabs/linear-cli/compare/v1.0.0...v1.0.1 |
| 389 | +[1.0.0]: https://github.com/InjectiveLabs/linear-cli/compare/v0.6.4...v1.0.0 |
| 390 | +[0.6.4]: https://github.com/InjectiveLabs/linear-cli/compare/v0.6.3...v0.6.4 |
| 391 | +[0.6.3]: https://github.com/InjectiveLabs/linear-cli/compare/v0.6.2...v0.6.3 |
| 392 | +[0.6.2]: https://github.com/InjectiveLabs/linear-cli/compare/v0.6.1...v0.6.2 |
| 393 | +[0.6.1]: https://github.com/InjectiveLabs/linear-cli/compare/v0.6.0...v0.6.1 |
| 394 | +[0.6.0]: https://github.com/InjectiveLabs/linear-cli/compare/v0.5.7...v0.6.0 |
| 395 | +[0.5.7]: https://github.com/InjectiveLabs/linear-cli/compare/v0.5.6...v0.5.7 |
| 396 | +[0.5.6]: https://github.com/InjectiveLabs/linear-cli/compare/v0.5.5...v0.5.6 |
| 397 | +[0.5.5]: https://github.com/InjectiveLabs/linear-cli/compare/v0.5.3...v0.5.5 |
| 398 | +[0.5.3]: https://github.com/InjectiveLabs/linear-cli/compare/v0.5.2...v0.5.3 |
| 399 | +[0.5.2]: https://github.com/InjectiveLabs/linear-cli/compare/v0.5.1...v0.5.2 |
| 400 | +[0.5.1]: https://github.com/InjectiveLabs/linear-cli/compare/v0.5.0...v0.5.1 |
| 401 | +[0.5.0]: https://github.com/InjectiveLabs/linear-cli/compare/v0.4.1...v0.5.0 |
| 402 | +[0.4.1]: https://github.com/InjectiveLabs/linear-cli/compare/v0.4.0...v0.4.1 |
| 403 | +[0.4.0]: https://github.com/InjectiveLabs/linear-cli/compare/v0.3.2...v0.4.0 |
| 404 | +[0.3.2]: https://github.com/InjectiveLabs/linear-cli/compare/v0.3.1...v0.3.2 |
| 405 | +[0.3.1]: https://github.com/InjectiveLabs/linear-cli/compare/v0.3.0...v0.3.1 |
| 406 | +[0.3.0]: https://github.com/InjectiveLabs/linear-cli/compare/v0.2.1...v0.3.0 |
| 407 | +[0.2.1]: https://github.com/InjectiveLabs/linear-cli/compare/v0.2.0...v0.2.1 |
| 408 | +[0.2.0]: https://github.com/InjectiveLabs/linear-cli/compare/v0.1.0...v0.2.0 |
| 409 | +[0.1.0]: https://github.com/InjectiveLabs/linear-cli/releases/tag/v0.1.0 |
0 commit comments