|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## [2.0.0] - 2026-04-03 |
| 6 | + |
| 7 | +### Fixed |
| 8 | + |
| 9 | +- alphanumeric team keys (e.g. team keys with numbers) now accepted |
| 10 | +- workspace flag collision: removed -w short alias from --workspace to avoid conflict with --web |
| 11 | +- auth migrate keyring error message now includes suggestion |
| 12 | + |
| 13 | +### Changed |
| 14 | + |
| 15 | +- json output now preserves GraphQL field names and connection shape across all commands |
| 16 | +- issue view resolved thread metadata format |
| 17 | + |
| 18 | +### Added |
| 19 | + |
| 20 | +- `issue list` split into `issue mine` and `issue query`. `mine` is your personal work queue (unstarted issues assigned to you). `query` handles cross-team filtering, --json output, and full-text search via --search. `issue list` is aliased to `mine` for now but should be considered deprecated |
| 21 | +- agent-session list and view commands ([#192](https://github.com/schpet/linear-cli/pull/192); thanks @paymog) |
| 22 | +- issue link command to attach URLs to issues ([#185](https://github.com/schpet/linear-cli/pull/185); thanks @lucleray) |
| 23 | +- keyring storage for API keys on macOS, Linux, and Windows ([#136](https://github.com/schpet/linear-cli/pull/136); thanks @bendrucker) |
| 24 | +- label filter (--label) for issue list and issue query ([#180](https://github.com/schpet/linear-cli/pull/180); thanks @mihai-chiorean) |
| 25 | +- project label filter (--project-label) to match issues across all projects with a given label ([#178](https://github.com/schpet/linear-cli/pull/178); thanks @AlJohri) |
| 26 | +- date filters (--created-after, --updated-after) for issue list and issue query ([#191](https://github.com/schpet/linear-cli/pull/191); thanks @jholm117) |
| 27 | +- json output (--json) for issue list, issue create, and cycle list ([#179](https://github.com/schpet/linear-cli/pull/179); thanks @mihai-chiorean) |
| 28 | +- assignee, priority, and state display in issue view ([#190](https://github.com/schpet/linear-cli/pull/190); thanks @jholm117) |
| 29 | +- issue documents shown in issue view |
| 30 | + |
5 | 31 | ## [1.11.1] - 2026-03-06 |
6 | 32 |
|
7 | 33 | ### Added |
|
410 | 436 | - 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 |
411 | 437 | - 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` |
412 | 438 |
|
413 | | -[Unreleased]: https://github.com/schpet/linear-cli/compare/v1.11.1...HEAD |
| 439 | +[Unreleased]: https://github.com/schpet/linear-cli/compare/v2.0.0...HEAD |
| 440 | +[2.0.0]: https://github.com/schpet/linear-cli/compare/v1.11.1...v2.0.0 |
414 | 441 | [1.11.1]: https://github.com/schpet/linear-cli/compare/v1.11.0...v1.11.1 |
415 | 442 | [1.11.0]: https://github.com/schpet/linear-cli/compare/v1.10.0...v1.11.0 |
416 | 443 | [1.10.0]: https://github.com/schpet/linear-cli/compare/v1.9.1...v1.10.0 |
|
0 commit comments