Skip to content

Commit af06550

Browse files
committed
Updates CHANGELOG
1 parent 5ebb6cf commit af06550

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
88

99
### Added
1010

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
1113
- Adds the ability to filter comparisons to show only either the left-side or right-side file differences
1214
- Adds the _Open Folder History_ command to root folders — closes [#1505](https://github.com/eamodio/vscode-gitlens/issues/1505)
1315
- 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)
1416
- Adds a _Show Statistics_ / _Hide Statistics_ toggle to the `...` menu of the _Contributors_ view
1517
- 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
1619

1720
### Changed
1821

22+
- Adopts more VS Code codicons
1923
- 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..._
2026
- Reverses the resulting comparison of the _Compare with HEAD_, _Compare with Working_, and _Compare with Upstream_ commands in the views
2127

2228
### Fixed
@@ -27,6 +33,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2733
- Fixes [#1512](https://github.com/eamodio/vscode-gitlens/issues/1512) - Git tag command can add an extra `-m`
2834
- Fixes [#1402](https://github.com/eamodio/vscode-gitlens/issues/1402) - File history missing commits from other branches
2935
- 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
3038

3139
## [11.4.1] - 2021-04-14
3240

0 commit comments

Comments
 (0)