Skip to content

Commit 004b1dc

Browse files
committed
Preps v8.0.0-rc
1 parent 9dd554b commit 004b1dc

File tree

4 files changed

+15
-18
lines changed

4 files changed

+15
-18
lines changed

CHANGELOG.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [8.0.0-rc] - 2018-02-06
88
### 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
911
- 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))!
1012
- Adds *Follow Renames* command (`gitlens.gitExplorer.setRenameFollowingOn`) to the **GitLens** explorer *History* view to follow file renames in the history
1113
- Adds *Don't Follow Renames* command (`gitlens.gitExplorer.setRenameFollowingOff`) to the **GitLens** explorer *History* view to not follow file renames in the history
1214
- 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
2315
- Adds `gitlens.hovers.enabled` setting to specify whether to provide any hovers
2416
- Adds `gitlens.hovers.annotations.enabled` setting to specify whether to provide any hovers when showing blame annotations
2517
- 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
8375
- Removes `gitlens.annotations.line.hover.changes` setting, use `gitlens.hovers.annotations.changes` instead
8476
- Removes `gitlens.annotations.line.hover.details` setting, use `gitlens.hovers.annotations.details` instead
8577

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+
8683
## [7.5.10] - 2018-02-01
8784
### Added
8885
- 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
275272
- Fixes incorrect blame highlighting — thanks to [PR #231](https://github.com/eamodio/vscode-gitlens/pull/231) by Alexey Vasyukov ([@notmedia](https://github.com/notmedia))!
276273
- Fixes issue with the *Open in File/Revision* option in the file history quick pick menu
277274
- 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
279276

280277
## [6.4.0] - 2017-12-12
281278
### Added
282279
- Adds `gitlens.keymap` setting to specify the keymap to use for GitLens shortcut keys — closes [#104](https://github.com/eamodio/vscode-gitlens/issues/104)
283280
- `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>&#x2325;&#x2318;G</code> on macOS)
285282
- `none` - no shortcut keys will be added
286283
- Adds progress indicator to the *Show Stashed Changes* command (`gitlens.showQuickStashList`)
287284
- 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
306303
- Adds Git code lens to Git file revisions (GitLens or vscode's)
307304

308305
### 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 &#x1F91E; [#202](https://github.com/eamodio/vscode-gitlens/issues/202) - Staged change's vscode diff side-by-side view shows the wrong history
307+
- Fixes &#x1F91E; [#216](https://github.com/eamodio/vscode-gitlens/issues/216) - PowerShell session not started if GitLen is enabled
311308
- Fixes [#217](https://github.com/eamodio/vscode-gitlens/issues/217) - empty editor has git lens in status bar with old information
312309
- Fixes [#218](https://github.com/eamodio/vscode-gitlens/issues/218) - Cannot read property 'replace' of undefined
313310
- Fixes issue with feedback when searching for commits without any matches

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ GitLens is highly customizable and provides many configuration settings to allow
480480
|`gitlens.defaultDateStyle`|Specifies how dates will be displayed by default
481481
|`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
482482
|`gitlens.insiders`|Opts into the insiders channel &mdash; 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>&#x2325;&#x2318;G</code> on macOS)<br />`none` - no shortcut keys will be added
484484
|`gitlens.outputLevel`|Specifies how much (if any) output will be sent to the GitLens output channel
485485
|`gitlens.showWhatsNewAfterUpgrades`|Specifies whether to show What's New after upgrading to new feature releases
486486

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlens",
3-
"version": "8.0.0-beta3",
3+
"version": "8.0.0-rc",
44
"author": {
55
"name": "Eric Amodio",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)