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
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
7
7
## [Unreleased]
8
8
9
+
## [14.2.0] - 2023-08-04
10
+
9
11
### Added
10
12
11
-
- Improve support for opening files from other branches — thanks to [PR #2825](https://github.com/gitkraken/vscode-gitlens/pull/2825) by Victor Hallberg ([@mogelbrod](https://github.com/mogelbrod))
13
+
- Improves the _Focus_ view experience
14
+
- Unifies pull requests and issues into a single view
15
+
- Adds tabs to switch between showing Pull Requests, Issues, or All
16
+
- Adds a filter/search box to quickly find pull request or issues by title
17
+
- Adds ability to click on a branch name to show the branch on the _Commit Graph_
18
+
- Adds a new command _Open Changed & Close Unchanged Files..._ to the command palette, the context menu of the _Commit Graph_ work-in-progress (WIP) row, and the SCM group context menu to open all changed files and close all unchanged files.
19
+
- Adds a new command _Reset Current Branch to Tip..._ to branch context menus in the _Commit Graph_ and in GitLens views to reset the current branch to the commit at the chosen branch's tip.
20
+
- Improve support for opening files from other branches — thanks to [PR #2825](https://github.com/gitkraken/vscode-gitlens/pull/2825) by Victor Hallberg ([@mogelbrod](https://github.com/mogelbrod))
12
21
- Open any file using new _Open File by Revision..._ command
13
22
- Improve _Open File at Revision..._ commands by prompting user for file to open when the requested path doesn't exist in the specified revision
14
23
@@ -21,6 +30,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
21
30
### Fixed
22
31
23
32
- Fixes [#2823](https://github.com/gitkraken/vscode-gitlens/issues/2823) - Handle stdout/stderr Buffers in shell run() — thanks to [PR #2824](https://github.com/gitkraken/vscode-gitlens/pull/2824) by Victor Hallberg ([@mogelbrod](https://github.com/mogelbrod))
33
+
- Fixes issues with missing worktrees breaking the Worktrees view and Worktree quick pick menus
24
34
25
35
## [14.1.1] - 2023-07-18
26
36
@@ -4895,7 +4905,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4895
4905
4896
4906
- Initial release but still heavily a work in progress.
Copy file name to clipboardExpand all lines: package.json
+98-16Lines changed: 98 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "gitlens",
3
3
"displayName": "GitLens — Git supercharged",
4
4
"description": "Supercharge Git within VS Code — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more",
0 commit comments