Browse Source

Preps v8.0.0

Closes #51, Closes #167, Closes #270
main
Eric Amodio 6 years ago
parent
commit
6c3716daf8
8 changed files with 114 additions and 114 deletions
  1. +7
    -7
      CHANGELOG.md
  2. +24
    -24
      README.md
  3. +4
    -4
      package-lock.json
  4. +2
    -2
      package.json
  5. +52
    -52
      src/ui/package-lock.json
  6. +2
    -2
      src/ui/package.json
  7. +10
    -10
      src/ui/settings/index.html
  8. +13
    -13
      src/ui/welcome/index.html

+ 7
- 7
CHANGELOG.md View File

@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## [8.0.0-rc] - 2018-02-06
## [8.0.0] - 2018-02-07
### Added ### Added
- Adds an all-new GitLens welcome page via the *Welcome* (`gitlens.showWelcomePage`) command — provides a welcome / onboarding experience
- 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
- Adds an all-new GitLens welcome page via the *Welcome* (`gitlens.showWelcomePage`) command — provides a welcome / onboarding experience — closes [#51](https://github.com/eamodio/vscode-gitlens/issues/51)
- 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 — closes [#167](https://github.com/eamodio/vscode-gitlens/issues/167)
- 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))! - 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))!
- Adds *Follow Renames* command (`gitlens.gitExplorer.setRenameFollowingOn`) to the **GitLens** explorer *History* view to follow file renames in the history - Adds *Follow Renames* command (`gitlens.gitExplorer.setRenameFollowingOn`) to the **GitLens** explorer *History* view to follow file renames in the history
- Adds *Don't Follow Renames* command (`gitlens.gitExplorer.setRenameFollowingOff`) to the **GitLens** explorer *History* view to not follow file renames in the history - Adds *Don't Follow Renames* command (`gitlens.gitExplorer.setRenameFollowingOff`) to the **GitLens** explorer *History* view to not follow file renames in the history
@ -481,7 +481,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Added ### Added
- Adds a **quick-access** command bar to the bottom of the **details** hover annotations - Adds a **quick-access** command bar to the bottom of the **details** hover annotations
![Details Blame Annotation (hover)](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-hovers-current-line-details.png)
![Details Blame Annotation (hover)](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-hovers-current-line-details.png)
- Provides *Open Changes*, *Blame Previous Revision*, *Open in Remote*, and *Show More Actions* command buttons - Provides *Open Changes*, *Blame Previous Revision*, *Open in Remote*, and *Show More Actions* command buttons
- Adds support for remembering file annotations when switching tabs - Adds support for remembering file annotations when switching tabs
@ -577,7 +577,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- **Repository View** - provides a full repository explorer - **Repository View** - provides a full repository explorer
![GitLens Repository view](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-gitlens-explorer-repository.png)
![GitLens Repository view](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-gitlens-explorer-repository.png)
- **Repository Status** node — provides the status of the repository - **Repository Status** node — provides the status of the repository
- Provides the name of the current branch, its upstream tracking branch (if available), and its upstream status (if available) - Provides the name of the current branch, its upstream tracking branch (if available), and its upstream status (if available)
@ -616,7 +616,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- **History View** - provides the revision history of the active file - **History View** - provides the revision history of the active file
![GitLens History view](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-gitlens-explorer-history.png)
![GitLens History view](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-gitlens-explorer-history.png)
- Automatically updates to track the active editor - Automatically updates to track the active editor
- Provides a context menu with *Open File*, *Open File in Remote*, and *Refresh* commands - Provides a context menu with *Open File*, *Open File in Remote*, and *Refresh* commands
@ -627,7 +627,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Adds all-new interactivity to the hover annotations - Adds all-new interactivity to the hover annotations
![Hover Annotations](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-hovers-annotations.png)
![Hover Annotations](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-hovers-annotations.png)
- Adds the following command-links to the **details** hover annotation - Adds the following command-links to the **details** hover annotation
- Clicking the commit id will run the *Show Commit Details* command (`gitlens.showQuickCommitDetails`) - Clicking the commit id will run the *Show Commit Details* command (`gitlens.showQuickCommitDetails`)

+ 24
- 24
README.md View File

@ -5,7 +5,7 @@
<p align="center"> <p align="center">
<br /> <br />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/gitlens-header.png" alt="GitLens Logo" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/gitlens-header.png" alt="GitLens Logo" />
</p> </p>
> GitLens **supercharges** the Git capabilities built into Visual Studio Code. It helps you to **visualize code authorship** at a glance via Git blame annotations and code lens, **seamlessly navigate and explore** Git repositories, **gain valuable insights** via powerful comparison commands, and so much more. > GitLens **supercharges** the Git capabilities built into Visual Studio Code. It helps you to **visualize code authorship** at a glance via Git blame annotations and code lens, **seamlessly navigate and explore** Git repositories, **gain valuable insights** via powerful comparison commands, and so much more.
@ -35,7 +35,7 @@ GitLens is powerful, feature rich, and also [highly customizable](#gitlens-setti
<p align="center"> <p align="center">
<br /> <br />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/gitlens-preview.gif" alt="GitLens Preview" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/gitlens-preview.gif" alt="GitLens Preview" />
<br /> <br />
</p> </p>
@ -60,7 +60,7 @@ A [customizable](#gitlens-explorer-settings "Jump to the GitLens Explorer settin
#### Repository view #### Repository view
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-gitlens-explorer-repository.png" alt="GitLens Explorer Repository view" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-gitlens-explorer-repository.png" alt="GitLens Explorer Repository view" />
</p> </p>
The repository view provides a full Git repository explorer, which has the following features, The repository view provides a full Git repository explorer, which has the following features,
@ -123,7 +123,7 @@ The repository view provides a full Git repository explorer, which has the follo
### History view ### History view
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-gitlens-explorer-history.png" alt="GitLens Explorer History view" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-gitlens-explorer-history.png" alt="GitLens Explorer History view" />
</p> </p>
The history view provides the revision history of the active file, which has the following features, The history view provides the revision history of the active file, which has the following features,
@ -135,7 +135,7 @@ The history view provides the revision history of the active file, which has the
--- ---
### GitLens Results View ### GitLens Results View
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-gitlens-results.png" alt="GitLens Results view" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-gitlens-results.png" alt="GitLens Results view" />
</p> </p>
An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens Results view settings") view to explore commits, histories, and searches, or visualize comparisons between branches, tags, commits, and more An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens Results view settings") view to explore commits, histories, and searches, or visualize comparisons between branches, tags, commits, and more
@ -176,7 +176,7 @@ An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens
--- ---
### Code Lens ### Code Lens
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-code-lens.png" alt="Code Lens" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-code-lens.png" alt="Code Lens" />
</p> </p>
- Adds Git authorship **code lens** to the top of the file and on code blocks ([optional](#code-lens-settings "Jump to the Code Lens settings"), on by default) - Adds Git authorship **code lens** to the top of the file and on code blocks ([optional](#code-lens-settings "Jump to the Code Lens settings"), on by default)
@ -200,7 +200,7 @@ An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens
--- ---
### Current Line Blame ### Current Line Blame
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-current-line-blame.png" alt="Current Line Blame" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-current-line-blame.png" alt="Current Line Blame" />
</p> </p>
- Adds an unobtrusive, [customizable](#current-line-blame-settings "Jump to the Current Line Blame settings"), and [themable](#themable-colors "Jump to the Themable Colors"), **blame annotation** at the end of the current line - Adds an unobtrusive, [customizable](#current-line-blame-settings "Jump to the Current Line Blame settings"), and [themable](#themable-colors "Jump to the Themable Colors"), **blame annotation** at the end of the current line
@ -211,7 +211,7 @@ An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens
--- ---
### Gutter Blame ### Gutter Blame
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-gutter-blame.png" alt="Gutter Blame">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-gutter-blame.png" alt="Gutter Blame">
</p> </p>
- Adds on-demand, [customizable](#gutter-blame-settings "Jump to the Gutter Blame settings"), and [themable](#themable-colors "Jump to the Themable Colors"), **gutter blame annotations** for the whole file - Adds on-demand, [customizable](#gutter-blame-settings "Jump to the Gutter Blame settings"), and [themable](#themable-colors "Jump to the Themable Colors"), **gutter blame annotations** for the whole file
@ -225,7 +225,7 @@ An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens
--- ---
### Gutter Heatmap ### Gutter Heatmap
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-heatmap.png" alt="Gutter Heatmap" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-heatmap.png" alt="Gutter Heatmap" />
</p> </p>
- Adds an on-demand **heatmap** to the edge of the gutter to show the relative age of a line - Adds an on-demand **heatmap** to the edge of the gutter to show the relative age of a line
@ -237,14 +237,14 @@ An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens
### Hovers ### Hovers
#### Current Line Hovers #### Current Line Hovers
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-hovers-current-line.png" alt="Current Line Hovers" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-hovers-current-line.png" alt="Current Line Hovers" />
</p> </p>
- Adds [customizable](#hover-settings "Jump to the Hover settings") Git blame hovers accessible over the current line - Adds [customizable](#hover-settings "Jump to the Hover settings") Git blame hovers accessible over the current line
##### Details Hover ##### Details Hover
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-hovers-current-line-details.png" alt="Current Line Details Hover" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-hovers-current-line-details.png" alt="Current Line Details Hover" />
</p> </p>
- Adds a **details hover** annotation to the current line to show more commit details ([optional](#hover-settings "Jump to the Hover settings"), on by default) - Adds a **details hover** annotation to the current line to show more commit details ([optional](#hover-settings "Jump to the Hover settings"), on by default)
@ -253,7 +253,7 @@ An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens
##### Changes (diff) Hover ##### Changes (diff) Hover
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-hovers-current-line-changes.png" alt="Current Line Changes (diff) Hover" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-hovers-current-line-changes.png" alt="Current Line Changes (diff) Hover" />
</p> </p>
- Adds a **changes (diff) hover** annotation to the current line to show the line's previous version ([optional](#hover-settings "Jump to the Hover settings"), on by default) - Adds a **changes (diff) hover** annotation to the current line to show the line's previous version ([optional](#hover-settings "Jump to the Hover settings"), on by default)
@ -262,14 +262,14 @@ An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens
#### Annotation Hovers #### Annotation Hovers
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-hovers-annotations.png" alt="Annotation Hovers" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-hovers-annotations.png" alt="Annotation Hovers" />
</p> </p>
- Adds [customizable](#hover-settings "Jump to the Hover settings") Git blame hovers accessible when annotating - Adds [customizable](#hover-settings "Jump to the Hover settings") Git blame hovers accessible when annotating
##### Details Hover ##### Details Hover
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-hovers-annotations-details.png" alt="Annotations Details Hover" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-hovers-annotations-details.png" alt="Annotations Details Hover" />
</p> </p>
- Adds a **details hover** annotation to each line while annotating to show more commit details ([optional](#hover-settings "Jump to the Hover settings"), on by default) - Adds a **details hover** annotation to each line while annotating to show more commit details ([optional](#hover-settings "Jump to the Hover settings"), on by default)
@ -278,7 +278,7 @@ An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens
##### Changes (diff) Hover ##### Changes (diff) Hover
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-hovers-annotations-changes.png" alt="Annotations Changes (diff) Hover" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-hovers-annotations-changes.png" alt="Annotations Changes (diff) Hover" />
</p> </p>
- Adds a **changes (diff) hover** annotation to each line while annotating to show the line's previous version ([optional](#hover-settings "Jump to the Hover settings"), on by default) - Adds a **changes (diff) hover** annotation to each line while annotating to show the line's previous version ([optional](#hover-settings "Jump to the Hover settings"), on by default)
@ -288,7 +288,7 @@ An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens
--- ---
### Recent Changes ### Recent Changes
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-recent-changes.png" alt="Recent Changes" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-recent-changes.png" alt="Recent Changes" />
</p> </p>
- Adds an on-demand, [customizable](#recent-changes-settings "Jump to the Recent Changes settings") and [themable](#themable-colors "Jump to the Themable Colors"), **recent changes annotation** to highlight lines changed by the most recent commit - Adds an on-demand, [customizable](#recent-changes-settings "Jump to the Recent Changes settings") and [themable](#themable-colors "Jump to the Themable Colors"), **recent changes annotation** to highlight lines changed by the most recent commit
@ -298,7 +298,7 @@ An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens
--- ---
### Status Bar Blame ### Status Bar Blame
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-status-bar.png" alt="Status Bar Blame" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-status-bar.png" alt="Status Bar Blame" />
</p> </p>
- Adds a [customizable](#status-bar-settings "Jump to the Status Bar Blame settings") **Git blame annotation** about the current line to the **status bar** ([optional](#status-bar-settings "Jump to the Status Bar Blame settings"), on by default) - Adds a [customizable](#status-bar-settings "Jump to the Status Bar Blame settings") **Git blame annotation** about the current line to the **status bar** ([optional](#status-bar-settings "Jump to the Status Bar Blame settings"), on by default)
@ -342,7 +342,7 @@ An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens
#### Branch History #### Branch History
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-menu-branch-history.png" alt="Branch History Quick Pick Menu" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-menu-branch-history.png" alt="Branch History Quick Pick Menu" />
</p> </p>
- Adds a *Show Current Branch History* command (`gitlens.showQuickRepoHistory`) with a shortcut of `shift+alt+h` to show a paged **branch history quick pick menu** of the current branch for exploring its commit history - Adds a *Show Current Branch History* command (`gitlens.showQuickRepoHistory`) with a shortcut of `shift+alt+h` to show a paged **branch history quick pick menu** of the current branch for exploring its commit history
@ -355,7 +355,7 @@ An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens
#### File History #### File History
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-menu-file-history.png" alt="File History Quick Pick Menu" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-menu-file-history.png" alt="File History Quick Pick Menu" />
</p> </p>
- Adds a *Show File History* command (`gitlens.showQuickFileHistory`) to show a paged **file history quick pick menu** of the active file for exploring its commit history - Adds a *Show File History* command (`gitlens.showQuickFileHistory`) to show a paged **file history quick pick menu** of the active file for exploring its commit history
@ -365,7 +365,7 @@ An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens
#### Commit Details #### Commit Details
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-menu-commit-details.png" alt="Commit Details Quick Pick Menu" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-menu-commit-details.png" alt="Commit Details Quick Pick Menu" />
</p> </p>
- Adds a *Show Commit Details* command (`gitlens.showQuickCommitDetails`) to show a **commit details quick pick menu** of the most recent commit of the active file - Adds a *Show Commit Details* command (`gitlens.showQuickCommitDetails`) to show a **commit details quick pick menu** of the most recent commit of the active file
@ -376,7 +376,7 @@ An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens
- Use the `alt+right arrow` shortcut on a file entry in the `Changed Files` section to preview the comparison of the current revision with the previous one - Use the `alt+right arrow` shortcut on a file entry in the `Changed Files` section to preview the comparison of the current revision with the previous one
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-menu-commit-file-details.png" alt="Commit File Details Quick Pick Menu" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-menu-commit-file-details.png" alt="Commit File Details Quick Pick Menu" />
</p> </p>
- Adds a *Show Commit File Details* command (`gitlens.showQuickCommitFileDetails`) with a shortcut of `alt+c` to show a **file commit details quick pick menu** of the most recent commit of the active file - Adds a *Show Commit File Details* command (`gitlens.showQuickCommitFileDetails`) with a shortcut of `alt+c` to show a **file commit details quick pick menu** of the most recent commit of the active file
@ -386,7 +386,7 @@ An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens
#### Repository Status #### Repository Status
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-menu-repo-status.png" alt="Repository Status Quick Pick Menu" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-menu-repo-status.png" alt="Repository Status Quick Pick Menu" />
</p> </p>
- Adds a *Show Repository Status* command (`gitlens.showQuickRepoStatus`) with a shortcut of `alt+s` to show a **repository status quick pick menu** for visualizing the current repository status - Adds a *Show Repository Status* command (`gitlens.showQuickRepoStatus`) with a shortcut of `alt+s` to show a **repository status quick pick menu** for visualizing the current repository status
@ -400,7 +400,7 @@ An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens
#### Stashes #### Stashes
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-menu-stash-list.png" alt="Stashed Changes Quick Pick Menu" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-menu-stash-list.png" alt="Stashed Changes Quick Pick Menu" />
</p> </p>
- Adds a *Show Stashed Changes* command (`gitlens.showQuickStashList`) to show a **stashed changes quick pick menu** for exploring your repository stash history - Adds a *Show Stashed Changes* command (`gitlens.showQuickStashList`) to show a **stashed changes quick pick menu** for exploring your repository stash history
@ -412,7 +412,7 @@ An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens
#### Stash Details #### Stash Details
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/ss-menu-stash-details.png" alt="Stash Details Quick Pick Menu" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-menu-stash-details.png" alt="Stash Details Quick Pick Menu" />
</p> </p>
- Stashed changes show a **stash details quick pick menu** which is very similar to the **commit details quick pick menu** above - Stashed changes show a **stash details quick pick menu** which is very similar to the **commit details quick pick menu** above

+ 4
- 4
package-lock.json View File

@ -1,6 +1,6 @@
{ {
"name": "gitlens", "name": "gitlens",
"version": "8.0.0-rc",
"version": "8.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -11,9 +11,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "9.4.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-9.4.0.tgz",
"integrity": "sha512-zkYho6/4wZyX6o9UQ8rd0ReEaiEYNNCqYFIAACe2Tf9DrYlgzWW27OigYHnnztnnZQwVRpwWmZKegFmDpinIsA==",
"version": "9.4.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-9.4.1.tgz",
"integrity": "sha512-9ESUxmXt1Isc1xKfDBZ7tpULyTPY5ZCywcfvQTXoLUqP+n4D+MBH+0n75hdzrcmfCc3eWByOi27+GLmMuAvcUA==",
"dev": true "dev": true
}, },
"@types/tmp": { "@types/tmp": {

+ 2
- 2
package.json View File

@ -1,6 +1,6 @@
{ {
"name": "gitlens", "name": "gitlens",
"version": "8.0.0-rc",
"version": "8.0.0",
"author": { "author": {
"name": "Eric Amodio", "name": "Eric Amodio",
"email": "eamodio@gmail.com" "email": "eamodio@gmail.com"
@ -3302,7 +3302,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/copy-paste": "1.1.30", "@types/copy-paste": "1.1.30",
"@types/node": "9.4.0",
"@types/node": "9.4.1",
"@types/tmp": "0.0.33", "@types/tmp": "0.0.33",
"husky": "0.14.3", "husky": "0.14.3",
"ts-loader": "3.4.0", "ts-loader": "3.4.0",

+ 52
- 52
src/ui/package-lock.json View File

@ -5,9 +5,9 @@
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"@types/node": { "@types/node": {
"version": "9.4.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-9.4.0.tgz",
"integrity": "sha512-zkYho6/4wZyX6o9UQ8rd0ReEaiEYNNCqYFIAACe2Tf9DrYlgzWW27OigYHnnztnnZQwVRpwWmZKegFmDpinIsA==",
"version": "9.4.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-9.4.1.tgz",
"integrity": "sha512-9ESUxmXt1Isc1xKfDBZ7tpULyTPY5ZCywcfvQTXoLUqP+n4D+MBH+0n75hdzrcmfCc3eWByOi27+GLmMuAvcUA==",
"dev": true "dev": true
}, },
"@types/tapable": { "@types/tapable": {
@ -26,12 +26,12 @@
} }
}, },
"@types/webpack": { "@types/webpack": {
"version": "3.8.4",
"resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-3.8.4.tgz",
"integrity": "sha512-xZ1XD7he+dji6Gs1L8OuY44uzXnruD7Ron1gpA59sC+M8Zmg97V26uchuBJh1B1NOQA1m4Upc72k8ROtNli0tg==",
"version": "3.8.5",
"resolved": "https://registry.npmjs.org/@types/webpack/-/@types/webpack-3.8.5.tgz",
"integrity": "sha512-YrRis2hq8PxzGkOfF33pW7bPpCmb26BfkIv2odCiqhnd0PwXfg3oNPbeiS+DY6iT11Yx0Bq4XUgE527NGmcM2w==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/node": "9.4.0",
"@types/node": "9.4.1",
"@types/tapable": "0.2.4", "@types/tapable": "0.2.4",
"@types/uglify-js": "2.6.30" "@types/uglify-js": "2.6.30"
} }
@ -43,9 +43,9 @@
"dev": true "dev": true
}, },
"acorn": { "acorn": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-5.3.0.tgz",
"integrity": "sha512-Yej+zOJ1Dm/IMZzzj78OntP/r3zHEaKcyNoU2lAaxPtrseM6rF0xwqoz5Q5ysAiED9hTjI2hgtvLXitlCN1/Ug==",
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-5.4.1.tgz",
"integrity": "sha512-XLmq3H/BVvW6/GbxKryGxWORz1ebilSsUDlyC27bXhWGWAZWkGwS6FLHjOlwFXNFoWFQEO/Df4u0YYd0K3BQgQ==",
"dev": true "dev": true
}, },
"acorn-dynamic-import": { "acorn-dynamic-import": {
@ -315,7 +315,7 @@
"integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==", "integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==",
"dev": true, "dev": true,
"requires": { "requires": {
"lodash": "4.17.4"
"lodash": "4.17.5"
} }
}, },
"async-each": { "async-each": {
@ -367,7 +367,7 @@
"dev": true, "dev": true,
"requires": { "requires": {
"browserslist": "1.7.7", "browserslist": "1.7.7",
"caniuse-db": "1.0.30000798",
"caniuse-db": "1.0.30000804",
"normalize-range": "0.1.2", "normalize-range": "0.1.2",
"num2fraction": "1.2.2", "num2fraction": "1.2.2",
"postcss": "5.2.18", "postcss": "5.2.18",
@ -424,7 +424,7 @@
"component-emitter": "1.2.1", "component-emitter": "1.2.1",
"define-property": "1.0.0", "define-property": "1.0.0",
"isobject": "3.0.1", "isobject": "3.0.1",
"mixin-deep": "1.3.0",
"mixin-deep": "1.3.1",
"pascalcase": "0.1.1" "pascalcase": "0.1.1"
}, },
"dependencies": { "dependencies": {
@ -749,8 +749,8 @@
"integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
"dev": true, "dev": true,
"requires": { "requires": {
"caniuse-db": "1.0.30000798",
"electron-to-chromium": "1.3.31"
"caniuse-db": "1.0.30000804",
"electron-to-chromium": "1.3.33"
} }
}, },
"buffer": { "buffer": {
@ -877,7 +877,7 @@
"move-concurrently": "1.0.1", "move-concurrently": "1.0.1",
"promise-inflight": "1.0.1", "promise-inflight": "1.0.1",
"rimraf": "2.6.2", "rimraf": "2.6.2",
"ssri": "5.1.0",
"ssri": "5.2.1",
"unique-filename": "1.1.0", "unique-filename": "1.1.0",
"y18n": "3.2.1" "y18n": "3.2.1"
} }
@ -946,15 +946,15 @@
"dev": true, "dev": true,
"requires": { "requires": {
"browserslist": "1.7.7", "browserslist": "1.7.7",
"caniuse-db": "1.0.30000798",
"caniuse-db": "1.0.30000804",
"lodash.memoize": "4.1.2", "lodash.memoize": "4.1.2",
"lodash.uniq": "4.5.0" "lodash.uniq": "4.5.0"
} }
}, },
"caniuse-db": { "caniuse-db": {
"version": "1.0.30000798",
"resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000798.tgz",
"integrity": "sha1-kvJvd/icwqTWBIf0Hgs9Kmw/40E=",
"version": "1.0.30000804",
"resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000804.tgz",
"integrity": "sha1-hP60IBj8ZM9q/2Nx5DEV8pLAAXk=",
"dev": true "dev": true
}, },
"capture-stack-trace": { "capture-stack-trace": {
@ -2262,9 +2262,9 @@
} }
}, },
"electron-to-chromium": { "electron-to-chromium": {
"version": "1.3.31",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.31.tgz",
"integrity": "sha512-XE4CLbswkZgZFn34cKFy1xaX+F5LHxeDLjY1+rsK9asDzknhbrd9g/n/01/acbU25KTsUSiLKwvlLyA+6XLUOA==",
"version": "1.3.33",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.33.tgz",
"integrity": "sha1-vwBwPWKnxlI4E2V4w1LWxcBCpUU=",
"dev": true "dev": true
}, },
"elliptic": { "elliptic": {
@ -3880,7 +3880,7 @@
"integrity": "sha1-iUhUSRvFkbDxR9euVw9cZ4tyVus=", "integrity": "sha1-iUhUSRvFkbDxR9euVw9cZ4tyVus=",
"dev": true, "dev": true,
"requires": { "requires": {
"rc": "1.2.4"
"rc": "1.2.5"
} }
}, },
"get-stdin": { "get-stdin": {
@ -4040,7 +4040,7 @@
"dev": true, "dev": true,
"requires": { "requires": {
"glob": "7.1.2", "glob": "7.1.2",
"lodash": "4.17.4",
"lodash": "4.17.5",
"minimatch": "3.0.4" "minimatch": "3.0.4"
} }
}, },
@ -4570,7 +4570,7 @@
"bluebird": "3.5.1", "bluebird": "3.5.1",
"html-minifier": "3.5.8", "html-minifier": "3.5.8",
"loader-utils": "0.2.17", "loader-utils": "0.2.17",
"lodash": "4.17.4",
"lodash": "4.17.5",
"pretty-error": "2.1.1", "pretty-error": "2.1.1",
"toposort": "1.0.6" "toposort": "1.0.6"
}, },
@ -5709,9 +5709,9 @@
} }
}, },
"lodash": { "lodash": {
"version": "4.17.4",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
"version": "4.17.5",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz",
"integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==",
"dev": true "dev": true
}, },
"lodash._basecopy": { "lodash._basecopy": {
@ -5843,9 +5843,9 @@
"dev": true "dev": true
}, },
"lodash.mergewith": { "lodash.mergewith": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.0.tgz",
"integrity": "sha1-FQzwoWeR9ZA7iJHqsVRgknS96lU=",
"version": "4.6.1",
"resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.1.tgz",
"integrity": "sha512-eWw5r+PYICtEBgrBE5hhlT6aAa75f411bgDz/ZL2KZqYV03USvucsxcHUIlGTDTECs1eunpI7HOV7U+WLDvNdQ==",
"dev": true "dev": true
}, },
"lodash.restparam": { "lodash.restparam": {
@ -6062,7 +6062,7 @@
"integrity": "sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=", "integrity": "sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=",
"dev": true, "dev": true,
"requires": { "requires": {
"mimic-fn": "1.1.0"
"mimic-fn": "1.2.0"
} }
}, },
"memory-fs": { "memory-fs": {
@ -6238,9 +6238,9 @@
} }
}, },
"mimic-fn": { "mimic-fn": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.1.0.tgz",
"integrity": "sha1-5md4PZLonb00KBi1IwudYqZyrRg=",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz",
"integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==",
"dev": true "dev": true
}, },
"minimalistic-assert": { "minimalistic-assert": {
@ -6331,9 +6331,9 @@
} }
}, },
"mixin-deep": { "mixin-deep": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.0.tgz",
"integrity": "sha512-dgaCvoh6i1nosAUBKb0l0pfJ78K8+S9fluyIR2YvAeUD/QuMahnFnF3xYty5eYXMjhGSsB0DsW6A0uAZyetoAg==",
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz",
"integrity": "sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"for-in": "1.0.2", "for-in": "1.0.2",
@ -6606,7 +6606,7 @@
"in-publish": "2.0.0", "in-publish": "2.0.0",
"lodash.assign": "4.2.0", "lodash.assign": "4.2.0",
"lodash.clonedeep": "4.5.0", "lodash.clonedeep": "4.5.0",
"lodash.mergewith": "4.6.0",
"lodash.mergewith": "4.6.1",
"meow": "3.7.0", "meow": "3.7.0",
"mkdirp": "0.5.1", "mkdirp": "0.5.1",
"nan": "2.8.0", "nan": "2.8.0",
@ -8096,9 +8096,9 @@
} }
}, },
"rc": { "rc": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/rc/-/rc-1.2.4.tgz",
"integrity": "sha1-oPYGyq4qO4YrvQ74VILAElsxX6M=",
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/rc/-/rc-1.2.5.tgz",
"integrity": "sha1-J1zWh/bjs2zHVrqibf7oCnkDAf0=",
"dev": true, "dev": true,
"requires": { "requires": {
"deep-extend": "0.4.2", "deep-extend": "0.4.2",
@ -8514,7 +8514,7 @@
"dev": true, "dev": true,
"requires": { "requires": {
"glob": "7.1.2", "glob": "7.1.2",
"lodash": "4.17.4",
"lodash": "4.17.5",
"scss-tokenizer": "0.2.3", "scss-tokenizer": "0.2.3",
"yargs": "7.1.0" "yargs": "7.1.0"
} }
@ -8988,9 +8988,9 @@
} }
}, },
"ssri": { "ssri": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/ssri/-/ssri-5.1.0.tgz",
"integrity": "sha512-TevC8fgxQKTfQ1nWtM9GNzr3q5rrHNntG9CDMH1k3QhSZI6Kb+NbjLRs8oPFZa2Hgo7zoekL+UTvoEk7tsbjQg==",
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/ssri/-/ssri-5.2.1.tgz",
"integrity": "sha512-y4PjOWlAuxt+yAcXitQYOnOzZpKaH3+f/qGV3OWxbyC2noC9FA9GNC9uILnVdV7jruA1aDKr4OKz3ZDBcVZwFQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"safe-buffer": "5.1.1" "safe-buffer": "5.1.1"
@ -10171,7 +10171,7 @@
"resolve": "1.5.0", "resolve": "1.5.0",
"semver": "5.5.0", "semver": "5.5.0",
"tslib": "1.9.0", "tslib": "1.9.0",
"tsutils": "2.19.1"
"tsutils": "2.21.0"
}, },
"dependencies": { "dependencies": {
"ansi-styles": { "ansi-styles": {
@ -10212,9 +10212,9 @@
} }
}, },
"tsutils": { "tsutils": {
"version": "2.19.1",
"resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.19.1.tgz",
"integrity": "sha512-1B3z4H4HddgzWptqLzwrJloDEsyBt8DvZhnFO14k7A4RsQL/UhEfQjD4hpcY5NpF3veBkjJhQJ8Bl7Xp96cN+A==",
"version": "2.21.0",
"resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.21.0.tgz",
"integrity": "sha512-zlOHTYtTwvTiKxUyAU8wiKzPpAgwZrGjb7AY18VUlxuCgBiTMVorIl5HjrCT8V64Hm34RI1BZITJMVQpBLMxVg==",
"dev": true, "dev": true,
"requires": { "requires": {
"tslib": "1.9.0" "tslib": "1.9.0"
@ -10856,7 +10856,7 @@
"integrity": "sha512-fxxKXoicjdXNUMY7LIdY89tkJJJ0m1Oo8PQutZ5rLgWbV5QVKI15Cn7+/IHnRTd3vfKfiwBx6SBqlorAuNA8LA==", "integrity": "sha512-fxxKXoicjdXNUMY7LIdY89tkJJJ0m1Oo8PQutZ5rLgWbV5QVKI15Cn7+/IHnRTd3vfKfiwBx6SBqlorAuNA8LA==",
"dev": true, "dev": true,
"requires": { "requires": {
"acorn": "5.3.0",
"acorn": "5.4.1",
"acorn-dynamic-import": "2.0.2", "acorn-dynamic-import": "2.0.2",
"ajv": "5.5.2", "ajv": "5.5.2",
"ajv-keywords": "2.1.1", "ajv-keywords": "2.1.1",

+ 2
- 2
src/ui/package.json View File

@ -24,8 +24,8 @@
"build-dev": "webpack" "build-dev": "webpack"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "9.4.0",
"@types/webpack": "3.8.4",
"@types/node": "9.4.1",
"@types/webpack": "3.8.5",
"css-loader": "0.28.9", "css-loader": "0.28.9",
"extract-text-webpack-plugin": "3.0.2", "extract-text-webpack-plugin": "3.0.2",
"html-webpack-inline-source-plugin": "0.0.9", "html-webpack-inline-source-plugin": "0.0.9",

+ 10
- 10
src/ui/settings/index.html View File

@ -30,7 +30,7 @@
<div class="page-header"> <div class="page-header">
<h2 class="page-header__title">Settings</h2> <h2 class="page-header__title">Settings</h2>
<p class="page-header__subtitle">For advanced customizations refer to the <a title="See the GitLens settings docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#gitlens-settings">GitLens settings docs</a> and edit your
<p class="page-header__subtitle">For advanced customizations refer to the <a title="See the GitLens settings docs" href="https://github.com/eamodio/vscode-gitlens/#gitlens-settings">GitLens settings docs</a> and edit your
<a class="command" title="Open User Settings" href="command:workbench.action.openGlobalSettings">User Settings</a> <a class="command" title="Open User Settings" href="command:workbench.action.openGlobalSettings">User Settings</a>
</p> </p>
@ -46,7 +46,7 @@
<section id="gitlens-explorer"> <section id="gitlens-explorer">
<div class="section__header"> <div class="section__header">
<h2 class="section__title">GitLens Explorer <h2 class="section__title">GitLens Explorer
<a class="link__learn-more" title="Learn more" href="https://github.com/eamodio/vscode-gitlens/tree/develop#gitlens-explorer">
<a class="link__learn-more" title="Learn more" href="https://github.com/eamodio/vscode-gitlens/#gitlens-explorer">
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>
</h2> </h2>
@ -121,7 +121,7 @@
<section id="gitlens-results"> <section id="gitlens-results">
<div class="section__header"> <div class="section__header">
<h2 class="section__title">GitLens Results <h2 class="section__title">GitLens Results
<a class="link__learn-more" title="Learn more" href="https://github.com/eamodio/vscode-gitlens/tree/develop#gitlens-results-view">
<a class="link__learn-more" title="Learn more" href="https://github.com/eamodio/vscode-gitlens/#gitlens-results-view">
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>
</h2> </h2>
@ -166,7 +166,7 @@
<section id="code-lens"> <section id="code-lens">
<div class="section__header"> <div class="section__header">
<h2 class="section__title">Code Lens <h2 class="section__title">Code Lens
<a class="link__learn-more" title="Learn more" href="https://github.com/eamodio/vscode-gitlens/tree/develop#code-lens">
<a class="link__learn-more" title="Learn more" href="https://github.com/eamodio/vscode-gitlens/#code-lens">
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>
</h2> </h2>
@ -257,7 +257,7 @@
<section id="current-line"> <section id="current-line">
<div class="section__header"> <div class="section__header">
<h2 class="section__title">Current Line Blame <h2 class="section__title">Current Line Blame
<a class="link__learn-more" title="Learn more" href="https://github.com/eamodio/vscode-gitlens/tree/develop#current-line-blame">
<a class="link__learn-more" title="Learn more" href="https://github.com/eamodio/vscode-gitlens/#current-line-blame">
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>
</h2> </h2>
@ -290,7 +290,7 @@
<section id="blame"> <section id="blame">
<div class="section__header"> <div class="section__header">
<h2 class="section__title">Gutter Blame <h2 class="section__title">Gutter Blame
<a class="link__learn-more" title="Learn more" href="https://github.com/eamodio/vscode-gitlens/tree/develop#gutter-blame">
<a class="link__learn-more" title="Learn more" href="https://github.com/eamodio/vscode-gitlens/#gutter-blame">
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>
</h2> </h2>
@ -365,7 +365,7 @@
<section id="hovers"> <section id="hovers">
<div class="section__header"> <div class="section__header">
<h2 class="section__title">Hovers <h2 class="section__title">Hovers
<a class="link__learn-more" title="Learn more" href="https://github.com/eamodio/vscode-gitlens/tree/develop#hovers">
<a class="link__learn-more" title="Learn more" href="https://github.com/eamodio/vscode-gitlens/#hovers">
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>
</h2> </h2>
@ -468,7 +468,7 @@
<section id="recent-changes"> <section id="recent-changes">
<div class="section__header"> <div class="section__header">
<h2 class="section__title">Recent Changes <h2 class="section__title">Recent Changes
<a class="link__learn-more" title="Learn more" href="https://github.com/eamodio/vscode-gitlens/tree/develop#recent-changes">
<a class="link__learn-more" title="Learn more" href="https://github.com/eamodio/vscode-gitlens/#recent-changes">
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>
</h2> </h2>
@ -509,7 +509,7 @@
<section id="status-bar"> <section id="status-bar">
<div class="section__header"> <div class="section__header">
<h2 class="section__title">Status Bar Blame <h2 class="section__title">Status Bar Blame
<a class="link__learn-more" title="Learn more" href="https://github.com/eamodio/vscode-gitlens/tree/develop#status-bar-blame">
<a class="link__learn-more" title="Learn more" href="https://github.com/eamodio/vscode-gitlens/#status-bar-blame">
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>
</h2> </h2>
@ -622,7 +622,7 @@
<h2>Help</h2> <h2>Help</h2>
<ul> <ul>
<li> <li>
<a href="https://github.com/eamodio/vscode-gitlens/blob/develop/README.md">Documentation</a>
<a href="https://github.com/eamodio/vscode-gitlens/blob/master/README.md">Documentation</a>
</li> </li>
<li> <li>
<a href="https://github.com/eamodio/vscode-gitlens/issues">Questions &amp; Issues</a> <a href="https://github.com/eamodio/vscode-gitlens/issues">Questions &amp; Issues</a>

+ 13
- 13
src/ui/welcome/index.html View File

@ -41,7 +41,7 @@
</ul> </ul>
<p class="changelog__hint"> <p class="changelog__hint">
See the <a title="Open Release Notes" href="https://github.com/eamodio/vscode-gitlens/blob/develop/CHANGELOG.md">Release Notes</a> for the full set of changes
See the <a title="Open Release Notes" href="https://github.com/eamodio/vscode-gitlens/blob/master/CHANGELOG.md">Release Notes</a> for the full set of changes
</p> </p>
<div class="settings-group__setting nowrap ml-1"> <div class="settings-group__setting nowrap ml-1">
@ -66,24 +66,24 @@
</p> </p>
<p>Here are just some of the features that GitLens provides, <p>Here are just some of the features that GitLens provides,
<ul class="features-list"> <ul class="features-list">
<li>a <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#gitlens-explorer"><i>GitLens</i> explorer</a> to navigate and explore repositories or file histories</li>
<li>an on-demand <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#gitlens-results-view"><i>GitLens Results</i> view</a> to explore commits, histories, and searches, or visualize comparisons between branches, tags, commits, and more</li>
<li>authorship <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#code-lens">code lens</a> showing the most recent commit and # of authors to the top of files and/or on code blocks</li>
<li>an unobtrusive <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#current-line-blame">current line blame</a> annotation at the end of the line</li>
<li>on-demand <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#gutter-blame">gutter blame</a> annotations, including a heatmap, for the whole file</li>
<li>detailed blame information accessible via <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#hovers">hovers</a></li>
<li>on-demand <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#recent-changes">recent changes</a> annotations to highlight lines changed by the most recent commit</li>
<li>a <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#status-bar-blame">status bar blame</a> annotation showing author and date for the current line</li>
<li><a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#commit-search">commit search</a> &mdash; by message, author, filename, commit id, or code changes</li>
<li>a <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/#gitlens-explorer"><i>GitLens</i> explorer</a> to navigate and explore repositories or file histories</li>
<li>an on-demand <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/#gitlens-results-view"><i>GitLens Results</i> view</a> to explore commits, histories, and searches, or visualize comparisons between branches, tags, commits, and more</li>
<li>authorship <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/#code-lens">code lens</a> showing the most recent commit and # of authors to the top of files and/or on code blocks</li>
<li>an unobtrusive <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/#current-line-blame">current line blame</a> annotation at the end of the line</li>
<li>on-demand <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/#gutter-blame">gutter blame</a> annotations, including a heatmap, for the whole file</li>
<li>detailed blame information accessible via <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/#hovers">hovers</a></li>
<li>on-demand <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/#recent-changes">recent changes</a> annotations to highlight lines changed by the most recent commit</li>
<li>a <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/#status-bar-blame">status bar blame</a> annotation showing author and date for the current line</li>
<li><a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/#commit-search">commit search</a> &mdash; by message, author, filename, commit id, or code changes</li>
<li>many powerful commands for exploring commits and histories, comparing and navigating revisions, stash access, repository status, etc</li> <li>many powerful commands for exploring commits and histories, comparing and navigating revisions, stash access, repository status, etc</li>
<li>and so much <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#features">more</a></li>
<li>and so much <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/#features">more</a></li>
</ul> </ul>
</p> </p>
<p class="mb-2">GitLens is powerful, feature rich, and highly customizable to meet your specific needs <p class="mb-2">GitLens is powerful, feature rich, and highly customizable to meet your specific needs
&mdash; find code lens intrusive or the current line blame annotation distracting &mdash; &mdash; find code lens intrusive or the current line blame annotation distracting &mdash;
no problem, it is quick and easy to turn them off or change how they behave via the built-in <a class="command" title="Open GitLens Settings" href="command:gitlens.showSettingsPage">GitLens Settings</a> editor, no problem, it is quick and easy to turn them off or change how they behave via the built-in <a class="command" title="Open GitLens Settings" href="command:gitlens.showSettingsPage">GitLens Settings</a> editor,
a WYSIWYG editor covering many of GitLens' powerful settings. a WYSIWYG editor covering many of GitLens' powerful settings.
While for more advanced customizations, refer to the <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#gitlens-settings">GitLens settings docs</a>
While for more advanced customizations, refer to the <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/#gitlens-settings">GitLens settings docs</a>
and edit your <a class="command" title="Open User Settings" href="command:workbench.action.openGlobalSettings">User Settings</a>. and edit your <a class="command" title="Open User Settings" href="command:workbench.action.openGlobalSettings">User Settings</a>.
</p> </p>
</div> </div>
@ -161,7 +161,7 @@
<h2>Help</h2> <h2>Help</h2>
<ul> <ul>
<li> <li>
<a href="https://github.com/eamodio/vscode-gitlens/blob/develop/README.md">Documentation</a>
<a href="https://github.com/eamodio/vscode-gitlens/blob/master/README.md">Documentation</a>
</li> </li>
<li> <li>
<a href="https://github.com/eamodio/vscode-gitlens/issues">Questions &amp; Issues</a> <a href="https://github.com/eamodio/vscode-gitlens/issues">Questions &amp; Issues</a>

Loading…
Cancel
Save