You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,15 @@
2
2
3
3
## [Unreleased]
4
4
5
-
### Changed
6
-
7
-
- prefix issue title with identifier in issue view output
5
+
## [1.6.0] - 2026-01-05
8
6
9
7
### Added
10
8
11
-
- add parent and sub-issues to issue view output
9
+
- add parent and sub-issues to issue view output ([#86](https://github.com/schpet/linear-cli/pull/86); thanks [@paymog](https://github.com/paymog))
10
+
11
+
### Changed
12
+
13
+
- prefix issue title with identifier in issue view output
12
14
13
15
## [1.5.0] - 2025-12-16
14
16
@@ -301,7 +303,8 @@
301
303
- 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
302
304
- 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`
0 commit comments