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
+12-15Lines changed: 12 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
-
## [Unreleased]
7
+
## [8.0.0-rc] - 2018-02-06
8
8
### Added
9
+
- Adds an all-new GitLens welcome page via the *Welcome* (`gitlens.showWelcomePage`) command — provides a welcome / onboarding experience
10
+
- Adds an all-new GitLens Settings editor via the *Open Settings* (`gitlens.showSettingsPage`) command — provides an easy-to-use WYSIWYG settings editor for many of GitLen's features
9
11
- Adds a tree layout option to branches in the *GitLens* explorer — closes [#258](https://github.com/eamodio/vscode-gitlens/issues/258) thanks to [PR #260](https://github.com/eamodio/vscode-gitlens/pull/260) by Yukai Huang ([@Yukaii](https://github.com/Yukaii))!
10
12
- Adds *Follow Renames* command (`gitlens.gitExplorer.setRenameFollowingOn`) to the **GitLens** explorer *History* view to follow file renames in the history
11
13
- Adds *Don't Follow Renames* command (`gitlens.gitExplorer.setRenameFollowingOff`) to the **GitLens** explorer *History* view to not follow file renames in the history
12
14
- Adds `gitlens.advanced.fileHistoryFollowsRenames` setting to specify whether file histories will follow renames -- will affect how merge commits are shown in histories — closes [#259](https://github.com/eamodio/vscode-gitlens/issues/259)
13
-
14
-
### Fixed
15
-
- Fixes [#35](https://github.com/eamodio/vscode-gitlens/issues/35) - Copy Commit Sha to Clipboard not working (linux)
16
-
- Fixes issue where the last commit of a file history would be broken (failed to parse correctly)
17
-
- Fixes issue with *Open Working File* command (`gitlens.openWorkingFile`) failing when a file was renamed
18
-
19
-
## [8.0.0-beta3] - 2018-02-03
20
-
### Added
21
-
- Adds an all-new GitLens welcome page via the *Welcome* (`gitlens.showWelcomePage`) command — provides a welcome / onboarding experience
22
-
- Adds an all-new GitLens Settings editor via the *Open Settings* (`gitlens.showSettingsPage`) command — provides an easy-to-use WYSIWYG settings editor for many of GitLen's features
23
15
- Adds `gitlens.hovers.enabled` setting to specify whether to provide any hovers
24
16
- Adds `gitlens.hovers.annotations.enabled` setting to specify whether to provide any hovers when showing blame annotations
25
17
- Adds `gitlens.hovers.currentLine.enabled` setting to specify whether to provide any hovers for the current line
@@ -83,6 +75,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
83
75
- Removes `gitlens.annotations.line.hover.changes` setting, use `gitlens.hovers.annotations.changes` instead
84
76
- Removes `gitlens.annotations.line.hover.details` setting, use `gitlens.hovers.annotations.details` instead
85
77
78
+
### Fixed
79
+
- Fixes [#35](https://github.com/eamodio/vscode-gitlens/issues/35) - Copy Commit Sha to Clipboard not working (linux)
80
+
- Fixes issue where the last commit of a file history would be broken (failed to parse correctly)
81
+
- Fixes issue with *Open Working File* command (`gitlens.openWorkingFile`) failing when a file was renamed
82
+
86
83
## [7.5.10] - 2018-02-01
87
84
### Added
88
85
- Adds support for custom remotes with split project/repo url structure — closes [#267](https://github.com/eamodio/vscode-gitlens/issues/267)
@@ -275,13 +272,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
275
272
- Fixes incorrect blame highlighting — thanks to [PR #231](https://github.com/eamodio/vscode-gitlens/pull/231) by Alexey Vasyukov ([@notmedia](https://github.com/notmedia))!
276
273
- Fixes issue with the *Open in File/Revision* option in the file history quick pick menu
277
274
- Fixes issues with Git warnings when parsing log status output (can cause the **GitLens** view to not show data in some cases)
278
-
- Fixes 🤞[#226](https://github.com/eamodio/vscode-gitlens/issues/226) - Annotations show in Debug Console
275
+
- Fixes 🤞[#226](https://github.com/eamodio/vscode-gitlens/issues/226) - Annotations show in Debug Console
279
276
280
277
## [6.4.0] - 2017-12-12
281
278
### Added
282
279
- Adds `gitlens.keymap` setting to specify the keymap to use for GitLens shortcut keys — closes [#104](https://github.com/eamodio/vscode-gitlens/issues/104)
283
280
-`standard` - adds a standard set of shortcut keys
284
-
-`chorded` - adds a chorded set of shortcut keys that all start with `Ctrl+Alt+G` (`⌥⌘G` on macOS)
281
+
-`chorded` - adds a chorded set of shortcut keys that all start with `Ctrl+Alt+G` (<code>⌥⌘G</code> on macOS)
285
282
-`none` - no shortcut keys will be added
286
283
- Adds progress indicator to the *Show Stashed Changes* command (`gitlens.showQuickStashList`)
287
284
- Adds progress indicator to the *Apply Stashed Changes* command (`gitlens.stashApply`)
@@ -306,8 +303,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
306
303
- Adds Git code lens to Git file revisions (GitLens or vscode's)
307
304
308
305
### Fixed
309
-
- Fixes 🤞[#202](https://github.com/eamodio/vscode-gitlens/issues/202) - Staged change's vscode diff side-by-side view shows the wrong history
310
-
- Fixes 🤞[#216](https://github.com/eamodio/vscode-gitlens/issues/216) - PowerShell session not started if GitLen is enabled
306
+
- Fixes 🤞[#202](https://github.com/eamodio/vscode-gitlens/issues/202) - Staged change's vscode diff side-by-side view shows the wrong history
307
+
- Fixes 🤞[#216](https://github.com/eamodio/vscode-gitlens/issues/216) - PowerShell session not started if GitLen is enabled
311
308
- Fixes [#217](https://github.com/eamodio/vscode-gitlens/issues/217) - empty editor has git lens in status bar with old information
312
309
- Fixes [#218](https://github.com/eamodio/vscode-gitlens/issues/218) - Cannot read property 'replace' of undefined
313
310
- Fixes issue with feedback when searching for commits without any matches
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -480,7 +480,7 @@ GitLens is highly customizable and provides many configuration settings to allow
480
480
|`gitlens.defaultDateStyle`|Specifies how dates will be displayed by default
481
481
|`gitlens.defaultGravatarsStyle`|Specifies the style of the gravatar default (fallback) images<br />`identicon` - a geometric pattern<br />`mm` - (mystery-man) a simple, cartoon-style silhouetted outline of a person (does not vary by email hash)<br />`monsterid` - a monster with different colors, faces, etc<br />`retro` - 8-bit arcade-style pixelated faces<br />`robohash` - a robot with different colors, faces, etc<br />`wavatar` - faces with differing features and backgrounds
482
482
|`gitlens.insiders`|Opts into the insiders channel — provides access to upcoming features
483
-
|`gitlens.keymap`|Specifies the keymap to use for GitLens shortcut keys<br />`standard` - adds a standard set of shortcut keys<br />`chorded` - adds a chorded set of shortcut keys that all start with `Ctrl+Shift+G` (`⌥⌘G` on macOS)<br />`none` - no shortcut keys will be added
483
+
|`gitlens.keymap`|Specifies the keymap to use for GitLens shortcut keys<br />`standard` - adds a standard set of shortcut keys<br />`chorded` - adds a chorded set of shortcut keys that all start with `Ctrl+Shift+G` (<code>⌥⌘G</code> on macOS)<br />`none` - no shortcut keys will be added
484
484
|`gitlens.outputLevel`|Specifies how much (if any) output will be sent to the GitLens output channel
485
485
|`gitlens.showWhatsNewAfterUpgrades`|Specifies whether to show What's New after upgrading to new feature releases
0 commit comments