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
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,15 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## [1.5.0] - 2025-12-16
6
+
7
+
### Fixed
8
+
9
+
- bring back x86_64-apple-darwin binaries
10
+
5
11
### Added
6
12
7
-
- add issue commits command to print previous commits associated with an issue
13
+
- add issue commits command to print previous commits associated with an issue (jj-vcs only)
8
14
9
15
## [1.4.0] - 2025-12-08
10
16
@@ -287,7 +293,8 @@
287
293
- 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
288
294
- 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