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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
8
8
9
9
### Added
10
10
11
+
- Adds rich hovers to commits in the views — including associated pull requests (when connected to GitHub) and auto-linked issues
12
+
- Adds a new section for associated pull requests (when connected to GitHub) and auto-linked issues to the _Details_ hover
11
13
- Adds the ability to filter comparisons to show only either the left-side or right-side file differences
12
14
- Adds the _Open Folder History_ command to root folders — closes [#1505](https://github.com/eamodio/vscode-gitlens/issues/1505)
13
15
- Adds the ability to show contributor statistics, files changed as well as lines added and deleted (can take a while to compute depending on the repository) — closes [#1489](https://github.com/eamodio/vscode-gitlens/issues/1489)
14
16
- Adds a _Show Statistics_ / _Hide Statistics_ toggle to the `...` menu of the _Contributors_ view
15
17
- Adds a `gitlens.views.contributors.showStatistics` setting to specify whether to show contributor statistics in the _Contributors_ view
18
+
- Adds _Create Pull Request..._ inline command to branches in the views
16
19
17
20
### Changed
18
21
22
+
- Adopts more VS Code codicons
19
23
- Changes the _Restore_ command title to _Restore (Checkout)_— closes [#1493](https://github.com/eamodio/vscode-gitlens/issues/1493)
24
+
- Changes _Compare with Working_ icon to better align with VS Code compare changes codicon
25
+
- Renames the _Discuss / Collab..._ button on the _Details_ hover to _Team..._
20
26
- Reverses the resulting comparison of the _Compare with HEAD_, _Compare with Working_, and _Compare with Upstream_ commands in the views
21
27
22
28
### Fixed
@@ -27,6 +33,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
27
33
- Fixes [#1512](https://github.com/eamodio/vscode-gitlens/issues/1512) - Git tag command can add an extra `-m`
28
34
- Fixes [#1402](https://github.com/eamodio/vscode-gitlens/issues/1402) - File history missing commits from other branches
29
35
- Fixes an issue where the current line blame intermittently fails to appear
36
+
- Fixes an issue where auto-linking of GitHub 3rd party issue links was broken
37
+
- Fixes an issue where view decorations on macOS wouldn't show the correct icon
0 commit comments