瀏覽代碼

Preps v9.0

Updates GitLens logo
Adds CodeStream sponsor
main
Eric Amodio 6 年之前
父節點
當前提交
6ac3128b71
共有 15 個檔案被更改,包括 188 行新增110 行删除
  1. +1
    -1
      BACKERS.md
  2. +17
    -16
      CHANGELOG.md
  3. +48
    -39
      README.md
  4. 二進制
      images/docs/gitlens-logo-dark.png
  5. 二進制
      images/docs/gitlens-logo.pdn
  6. 二進制
      images/docs/gitlens-logo.png
  7. 二進制
      images/docs/sponsors/codestream-light.png
  8. 二進制
      images/sponsors/codestream-vertical-dark.png
  9. 二進制
      images/sponsors/codestream-vertical-light.png
  10. +1
    -1
      package-lock.json
  11. +1
    -1
      package.json
  12. +0
    -2
      src/extension.ts
  13. +35
    -3
      src/ui/scss/main.scss
  14. +18
    -18
      src/ui/settings/index.html
  15. +67
    -29
      src/ui/welcome/index.html

+ 1
- 1
BACKERS.md 查看文件

@ -11,7 +11,7 @@ If you'd like to join in supporting GitLens, please consider:
<h2 align="center">Gold Sponsors ($100+)</h2>
<p align="center" style="margin: 0 10%">
<a title="Try CodeStream" href="https://codestream.com/?utm_source=vscmarket&utm_medium=banner&utm_campaign=gitlens"><img src="images/docs/sponsors/codestream-light.png" alt="CodeStream Logo"/></a>
<a title="Try CodeStream" href="https://codestream.com/?utm_source=vscmarket&utm_medium=banner&utm_campaign=gitlens"><img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/sponsors/codestream-light.png" alt="CodeStream Logo"/></a>
<br />
<small>
CodeStream enables continuous code review by putting team chat in VS Code. Save discussions about code with your code. Integrates w/Slack.

+ 17
- 16
CHANGELOG.md 查看文件

@ -4,7 +4,7 @@ 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/).
## [9.0.0-beta] - 2018-11-26
## [9.0.0] - 2018-12-02
### Added
@ -14,22 +14,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Adds a new Git virtual file system provider for the `gitlens:` scheme &mdash; closes [#430](https://github.com/eamodio/vscode-gitlens/issues/430)
- Replaces GitLens' internal handling of file revisions, which allows for better performance, as well as avoiding the use of temp files. It also provides a much better experience when dealing with file encodings, images, etc.
- Adds an _Explore the Repository from Here_ (`gitlens.views.exploreRepoRevision`) command which opens a virtual workspace folder (uses the new Git virtual file system provider) for the repository at the specified point in time (commit, branch, tag, etc) &mdash; closes [#398](https://github.com/eamodio/vscode-gitlens/issues/398)
- Adds a new [_Repositories_ view](https://github.com/eamodio/vscode-gitlens/tree/develop/#repositories-view- 'Jump to the Repositories view docs'), formerly the _GitLens_ view, to visualize, navigate, and explore Git repositories &mdash; closes [#456](https://github.com/eamodio/vscode-gitlens/issues/456), [#470](https://github.com/eamodio/vscode-gitlens/issues/470), [#494](https://github.com/eamodio/vscode-gitlens/issues/494)
<br/>[![Repositories view](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/view-repositories.png)](https://github.com/eamodio/vscode-gitlens/tree/develop/#repositories-view- 'Jump to the Repositories view docs')
- Provides a cleaner information-rich view of your opened repositories, more git commands (fetch, push, pull, checkout, stage, unstage, etc), better visibility and accessibility of existing features, and [more](https://github.com/eamodio/vscode-gitlens/tree/develop/#repositories-view- 'Jump to the Repositories view docs')
- Adds a new [_Repositories_ view](https://github.com/eamodio/vscode-gitlens/tree/master/#repositories-view- 'Jump to the Repositories view docs'), formerly the _GitLens_ view, to visualize, navigate, and explore Git repositories &mdash; closes [#456](https://github.com/eamodio/vscode-gitlens/issues/456), [#470](https://github.com/eamodio/vscode-gitlens/issues/470), [#494](https://github.com/eamodio/vscode-gitlens/issues/494)
<br/>[![Repositories view](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/view-repositories.png)](https://github.com/eamodio/vscode-gitlens/tree/master/#repositories-view- 'Jump to the Repositories view docs')
- Provides a cleaner information-rich view of your opened repositories, more git commands (fetch, push, pull, checkout, stage, unstage, etc), better visibility and accessibility of existing features, and [more](https://github.com/eamodio/vscode-gitlens/tree/master/#repositories-view- 'Jump to the Repositories view docs')
- Adds a `gitlens.views.repositories.autoReveal` setting to specify whether to automatically reveal repositories in the _Repositories_ view when opening files
- Adds a new [_File History_ view](https://github.com/eamodio/vscode-gitlens/tree/develop/#file-history-view- 'Jump to the File History view docs'), formerly the _History_ view, to visualize, navigate, and explore the revision history of the current file
<br/>[![File History view](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/view-file-history.png)](https://github.com/eamodio/vscode-gitlens/tree/develop/#file-history-view- 'Jump to the File History view docs')
- Provides similar features to the former _History_ view as well as quickly toggling file tracking on and off, changing the base (branch, tag, commit, etc) of the file's history, and [more](https://github.com/eamodio/vscode-gitlens/tree/develop/#file-history-view- 'Jump to the File History view docs')
- Adds an all-new [_Line History_ view](https://github.com/eamodio/vscode-gitlens/tree/develop/#line-history-view- 'Jump to the Line History view docs') to visualize, navigate, and explore the revision history of the selected lines of current file &mdash; closes [#354](https://github.com/eamodio/vscode-gitlens/issues/354)
<br/>[![Line History view](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/view-line-history.png)](https://github.com/eamodio/vscode-gitlens/tree/develop/#line-history-view- 'Jump to the Line History view docs')
- Provides similar features to the _File History_ view including quickly toggling line tracking on and off, changing the base (branch, tag, commit, etc) of the selected lines' history, and [more](https://github.com/eamodio/vscode-gitlens/tree/develop/#line-history-view- 'Jump to the Line History view docs')
- Adds an all-new [_Search Commits_ view](https://github.com/eamodio/vscode-gitlens/tree/develop/#search-commits-view- 'Jump to the Search Commits view docs') to search and explore commit histories by message, author, files, id, etc &mdash; closes [#455](https://github.com/eamodio/vscode-gitlens/issues/455)
<br/>[![Search Commits view](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/view-search.png)](https://github.com/eamodio/vscode-gitlens/tree/develop/#search-commits-view- 'Jump to the Search Commits view docs')
- Provides somewhat similar features to the former _Results_ view as well as it is now a persistent view, makes it easier to start a commit search, and [more](https://github.com/eamodio/vscode-gitlens/tree/develop/#search-commits-view- 'Jump to the Search Commits view docs')
- Adds an all-new [_Compare_ view](https://github.com/eamodio/vscode-gitlens/tree/develop/#compare-view- 'Jump to the Compare view docs') to visualize comparisons between branches, tags, commits, and more
<br/>[![Compare view](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/view-compare.png)](https://github.com/eamodio/vscode-gitlens/tree/develop/#compare-view- 'Jump to the Compare view docs')
- Provides somewhat similar and powerful features to the former _Results_ view as well as it is now a persistent view, makes it easier to start a comparison, and [more](https://github.com/eamodio/vscode-gitlens/tree/develop/#compare-view- 'Jump to the Compare view docs')
- Adds a new [_File History_ view](https://github.com/eamodio/vscode-gitlens/tree/master/#file-history-view- 'Jump to the File History view docs'), formerly the _History_ view, to visualize, navigate, and explore the revision history of the current file
<br/>[![File History view](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/view-file-history.png)](https://github.com/eamodio/vscode-gitlens/tree/master/#file-history-view- 'Jump to the File History view docs')
- Provides similar features to the former _History_ view as well as quickly toggling file tracking on and off, changing the base (branch, tag, commit, etc) of the file's history, and [more](https://github.com/eamodio/vscode-gitlens/tree/master/#file-history-view- 'Jump to the File History view docs')
- Adds an all-new [_Line History_ view](https://github.com/eamodio/vscode-gitlens/tree/master/#line-history-view- 'Jump to the Line History view docs') to visualize, navigate, and explore the revision history of the selected lines of current file &mdash; closes [#354](https://github.com/eamodio/vscode-gitlens/issues/354)
<br/>[![Line History view](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/view-line-history.png)](https://github.com/eamodio/vscode-gitlens/tree/master/#line-history-view- 'Jump to the Line History view docs')
- Provides similar features to the _File History_ view including quickly toggling line tracking on and off, changing the base (branch, tag, commit, etc) of the selected lines' history, and [more](https://github.com/eamodio/vscode-gitlens/tree/master/#line-history-view- 'Jump to the Line History view docs')
- Adds an all-new [_Search Commits_ view](https://github.com/eamodio/vscode-gitlens/tree/master/#search-commits-view- 'Jump to the Search Commits view docs') to search and explore commit histories by message, author, files, id, etc &mdash; closes [#455](https://github.com/eamodio/vscode-gitlens/issues/455)
<br/>[![Search Commits view](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/view-search.png)](https://github.com/eamodio/vscode-gitlens/tree/master/#search-commits-view- 'Jump to the Search Commits view docs')
- Provides somewhat similar features to the former _Results_ view as well as it is now a persistent view, makes it easier to start a commit search, and [more](https://github.com/eamodio/vscode-gitlens/tree/master/#search-commits-view- 'Jump to the Search Commits view docs')
- Adds an all-new [_Compare_ view](https://github.com/eamodio/vscode-gitlens/tree/master/#compare-view- 'Jump to the Compare view docs') to visualize comparisons between branches, tags, commits, and more
<br/>[![Compare view](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/view-compare.png)](https://github.com/eamodio/vscode-gitlens/tree/master/#compare-view- 'Jump to the Compare view docs')
- Provides somewhat similar and powerful features to the former _Results_ view as well as it is now a persistent view, makes it easier to start a comparison, and [more](https://github.com/eamodio/vscode-gitlens/tree/master/#compare-view- 'Jump to the Compare view docs')
- Reduces the overhead of all GitLens views &mdash; GitLens now only tracks changes and updates the views if they are visible, collapsed or hidden views should have almost zero overhead
- Adds relative date markers (_Less than a week ago_, _Over a week ago_, _Over a month ago_, etc) to revision (commit) histories in GitLens views
- Adds branch and tag tip markers to revision (commit) histories in GitLens views &mdash; closes [#560](https://github.com/eamodio/vscode-gitlens/issues/560)
@ -52,6 +52,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Adds better detection of on-prem BitBucket and GitLab remotes &mdash; closes [#214](https://github.com/eamodio/vscode-gitlens/issues/214)
- Adds some missing gitmojis &mdash; thanks to [PR #510](https://github.com/eamodio/vscode-gitlens/pull/510) by Loris Bettazza ([@Pustur](https://github.com/Pustur))
- Adds a `gitlens.codeLens.includeSingleLineSymbols` setting to specify whether to provide any Git code lens on symbols that span only a single line
- Adds smooth scrolling to the interactive settings editor when using the _Jump To_ links
### Changed

+ 48
- 39
README.md 查看文件

@ -5,12 +5,20 @@
<p align="center">
<br />
<a title="Learn more about GitLens" href="http://gitlens.amod.io"><img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/gitlens-logo.png" alt="GitLens Logo" /></a>
<a title="Learn more about GitLens" href="https://gitlens.amod.io"><img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/gitlens-logo.png" alt="GitLens Logo" /></a>
</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.
<br />
# Sponsors
<p align="center" style="margin: 0 10%">
<a title="Try CodeStream" href="https://codestream.com/?utm_source=vscmarket&utm_medium=banner&utm_campaign=gitlens"><img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/sponsors/codestream-light.png" alt="CodeStream Logo"/></a>
<br />
<small>
CodeStream enables continuous code review by putting team chat in VS Code. Save discussions about code with your code. Integrates w/Slack.
</small>
</p>
# Support GitLens
@ -30,18 +38,19 @@ Also please [write a review](https://marketplace.visualstudio.com/items?itemName
- Adds a new Git virtual file system provider for the `gitlens:` scheme &mdash; closes [#430](https://github.com/eamodio/vscode-gitlens/issues/430)
- Replaces GitLens' internal handling of file revisions, which allows for better performance, as well as avoiding the use of temp files. It also provides a much better experience when dealing with file encodings, images, etc.
- Adds an _Explore the Repository from Here_ (`gitlens.views.exploreRepoRevision`) command which opens a virtual workspace folder (uses the Git virtual file system provider) for the repository at the specified point in time (commit, branch, tag, etc) &mdash; closes [#398](https://github.com/eamodio/vscode-gitlens/issues/398)
- Adds a new [_Repositories_ view](https://github.com/eamodio/vscode-gitlens/tree/develop/#repositories-view- 'Jump to the Repositories view docs'), formerly the _GitLens_ view, to visualize, navigate, and explore Git repositories &mdash; closes [#456](https://github.com/eamodio/vscode-gitlens/issues/456), [#470](https://github.com/eamodio/vscode-gitlens/issues/470), [#494](https://github.com/eamodio/vscode-gitlens/issues/494)
- Provides a cleaner information-rich view of your opened repositories, more git commands (fetch, push, pull, checkout, stage, unstage, etc), better visibility and accessibility of existing features, and [more](https://github.com/eamodio/vscode-gitlens/tree/develop/#repositories-view- 'Jump to the Repositories view docs')
- Adds a new [_File History_ view](https://github.com/eamodio/vscode-gitlens/tree/develop/#file-history-view- 'Jump to the File History view docs'), formerly the _History_ view, to visualize, navigate, and explore the revision history of the current file
- Provides similar features to the former _History_ view as well as quickly toggling file tracking on and off, changing the base (branch, tag, commit, etc) of the file's history, and [more](https://github.com/eamodio/vscode-gitlens/tree/develop/#file-history-view- 'Jump to the File History view docs')
- Adds an all-new [_Line History_ view](https://github.com/eamodio/vscode-gitlens/tree/develop/#line-history-view- 'Jump to the Line History view docs') to visualize, navigate, and explore the revision history of the selected lines of current file &mdash; closes [#354](https://github.com/eamodio/vscode-gitlens/issues/354)
- Provides similar features to the _File History_ view including quickly toggling line tracking on and off, changing the base (branch, tag, commit, etc) of the selected lines' history, and [more](https://github.com/eamodio/vscode-gitlens/tree/develop/#line-history-view- 'Jump to the Line History view docs')
- Adds an all-new [_Search Commits_ view](https://github.com/eamodio/vscode-gitlens/tree/develop/#search-commits-view- 'Jump to the Search Commits view docs') to search and explore commit histories by message, author, files, id, etc &mdash; closes [#455](https://github.com/eamodio/vscode-gitlens/issues/455)
- Provides somewhat similar features to the former _Results_ view as well as it is now a persistent view, makes it easier to start a commit search, and [more](https://github.com/eamodio/vscode-gitlens/tree/develop/#search-commits-view- 'Jump to the Search Commits view docs')
- Adds an all-new [_Compare_ view](https://github.com/eamodio/vscode-gitlens/tree/develop/#compare-view- 'Jump to the Compare view docs') to visualize comparisons between branches, tags, commits, and more
- Provides somewhat similar and powerful features to the former _Results_ view as well as it is now a persistent view, makes it easier to start a comparison, and [more](https://github.com/eamodio/vscode-gitlens/tree/develop/#compare-view- 'Jump to the Compare view docs')
- Adds a new [_Repositories_ view](https://github.com/eamodio/vscode-gitlens/tree/master/#repositories-view- 'Jump to the Repositories view docs'), formerly the _GitLens_ view, to visualize, navigate, and explore Git repositories &mdash; closes [#456](https://github.com/eamodio/vscode-gitlens/issues/456), [#470](https://github.com/eamodio/vscode-gitlens/issues/470), [#494](https://github.com/eamodio/vscode-gitlens/issues/494)
- Provides a cleaner information-rich view of your opened repositories, more git commands (fetch, push, pull, checkout, stage, unstage, etc), better visibility and accessibility of existing features, and [more](https://github.com/eamodio/vscode-gitlens/tree/master/#repositories-view- 'Jump to the Repositories view docs')
- Adds a new [_File History_ view](https://github.com/eamodio/vscode-gitlens/tree/master/#file-history-view- 'Jump to the File History view docs'), formerly the _History_ view, to visualize, navigate, and explore the revision history of the current file
- Provides similar features to the former _History_ view as well as quickly toggling file tracking on and off, changing the base (branch, tag, commit, etc) of the file's history, and [more](https://github.com/eamodio/vscode-gitlens/tree/master/#file-history-view- 'Jump to the File History view docs')
- Adds an all-new [_Line History_ view](https://github.com/eamodio/vscode-gitlens/tree/master/#line-history-view- 'Jump to the Line History view docs') to visualize, navigate, and explore the revision history of the selected lines of current file &mdash; closes [#354](https://github.com/eamodio/vscode-gitlens/issues/354)
- Provides similar features to the _File History_ view including quickly toggling line tracking on and off, changing the base (branch, tag, commit, etc) of the selected lines' history, and [more](https://github.com/eamodio/vscode-gitlens/tree/master/#line-history-view- 'Jump to the Line History view docs')
- Adds an all-new [_Search Commits_ view](https://github.com/eamodio/vscode-gitlens/tree/master/#search-commits-view- 'Jump to the Search Commits view docs') to search and explore commit histories by message, author, files, id, etc &mdash; closes [#455](https://github.com/eamodio/vscode-gitlens/issues/455)
- Provides somewhat similar features to the former _Results_ view as well as it is now a persistent view, makes it easier to start a commit search, and [more](https://github.com/eamodio/vscode-gitlens/tree/master/#search-commits-view- 'Jump to the Search Commits view docs')
- Adds an all-new [_Compare_ view](https://github.com/eamodio/vscode-gitlens/tree/master/#compare-view- 'Jump to the Compare view docs') to visualize comparisons between branches, tags, commits, and more
- Provides somewhat similar and powerful features to the former _Results_ view as well as it is now a persistent view, makes it easier to start a comparison, and [more](https://github.com/eamodio/vscode-gitlens/tree/master/#compare-view- 'Jump to the Compare view docs')
- Reduces the overhead of all GitLens views &mdash; GitLens now only tracks changes and updates the views if they are visible, collapsed or hidden views should have almost zero overhead
- Adds relative date markers (_Less than a week ago_, _Over a week ago_, _Over a month ago_, etc) to revision (commit) histories in GitLens views
- Adds branch and tag tip markers to revision (commit) histories in GitLens views &mdash; closes [#560](https://github.com/eamodio/vscode-gitlens/issues/560)
- Adds a changes indicator (+x ~x -x) to commits in GitLens views (uses the new `${changes}` token in the `gitlens.views.commitFormat` setting) &mdash; closes [#493](https://github.com/eamodio/vscode-gitlens/issues/493)
- Adds comparisions to commit ids, by prefixing with a `#`, in addition to branches and tags &mdash; closes [#535](https://github.com/eamodio/vscode-gitlens/issues/535)
- Adds support for git mailmap &mdash; closes [#388](https://github.com/eamodio/vscode-gitlens/issues/388)
@ -63,7 +72,7 @@ See the [release notes](https://github.com/eamodio/vscode-gitlens/blob/master/CH
# GitLens
[GitLens](http://gitlens.amod.io 'Learn more about GitLens') is an [open-source](https://github.com/eamodio/vscode-gitlens 'Open GitLens on GitHub') extension for [Visual Studio Code](https://code.visualstudio.com) created by [Eric Amodio](http://www.amod.io 'Learn more about Eric').
[GitLens](https://gitlens.amod.io 'Learn more about GitLens') is an [open-source](https://github.com/eamodio/vscode-gitlens 'Open GitLens on GitHub') extension for [Visual Studio Code](https://code.visualstudio.com) created by [Eric Amodio](https://www.amod.io 'Learn more about Eric').
GitLens simply helps you **better understand code**. Quickly glimpse into whom, why, and when a line or code block was changed. Jump back through history to **gain further insights** as to how and why the code evolved. Explore the history and evolution of a codebase.
@ -89,14 +98,14 @@ Here are just some of the **features** that GitLens provides,
<p align="center">
<br />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/gitlens-preview.gif" alt="GitLens Preview" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/gitlens-preview.gif" alt="GitLens Preview" />
<br />
</p>
# Configuration
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/settings.png" alt="GitLens Interactive Settings" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/settings.png" alt="GitLens Interactive Settings" />
</p>
GitLens has a built-in **interactive settings editor** which provides an easy-to-use interface to configure many of GitLens' powerful features. It can be accessed via the _Open Settings_ (`gitlens.showSettingsPage`) command from the [_Command Palette_](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette).
@ -108,7 +117,7 @@ For more advanced customizations, refer to the [settings documentation](#gitlens
### Current Line Blame [#](#current-line-blame- 'Current Line Blame')
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/current-line-blame.png" alt="Current Line Blame" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/current-line-blame.png" alt="Current Line Blame" />
</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
@ -120,7 +129,7 @@ For more advanced customizations, refer to the [settings documentation](#gitlens
### Gutter Blame [#](#gutter-blame- 'Gutter Blame')
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/gutter-blame.png" alt="Gutter Blame">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/gutter-blame.png" alt="Gutter Blame">
</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
@ -137,7 +146,7 @@ For more advanced customizations, refer to the [settings documentation](#gitlens
#### Current Line Hovers
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/hovers-current-line.png" alt="Current Line Hovers" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/hovers-current-line.png" alt="Current Line Hovers" />
</p>
- Adds [customizable](#hover-settings- 'Jump to the Hover settings') Git blame hovers accessible over the current line
@ -145,7 +154,7 @@ For more advanced customizations, refer to the [settings documentation](#gitlens
##### Details Hover
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/hovers-current-line-details.png" alt="Current Line Details Hover" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/hovers-current-line-details.png" alt="Current Line Details Hover" />
</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)
@ -156,7 +165,7 @@ For more advanced customizations, refer to the [settings documentation](#gitlens
##### Changes (diff) Hover
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/hovers-current-line-changes.png" alt="Current Line Changes (diff) Hover" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/hovers-current-line-changes.png" alt="Current Line Changes (diff) Hover" />
</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)
@ -166,7 +175,7 @@ For more advanced customizations, refer to the [settings documentation](#gitlens
#### Annotation Hovers
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/hovers-annotations.png" alt="Annotation Hovers" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/hovers-annotations.png" alt="Annotation Hovers" />
</p>
- Adds [customizable](#hover-settings- 'Jump to the Hover settings') Git blame hovers accessible when annotating
@ -174,7 +183,7 @@ For more advanced customizations, refer to the [settings documentation](#gitlens
##### Details Hover
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/hovers-annotations-details.png" alt="Annotations Details Hover" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/hovers-annotations-details.png" alt="Annotations Details Hover" />
</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)
@ -185,7 +194,7 @@ For more advanced customizations, refer to the [settings documentation](#gitlens
##### Changes (diff) Hover
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/hovers-annotations-changes.png" alt="Annotations Changes (diff) Hover" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/hovers-annotations-changes.png" alt="Annotations Changes (diff) Hover" />
</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)
@ -197,7 +206,7 @@ For more advanced customizations, refer to the [settings documentation](#gitlens
### Code Lens [#](#code-lens- 'Code Lens')
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/code-lens.png" alt="Code Lens" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/code-lens.png" alt="Code Lens" />
</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)
@ -224,7 +233,7 @@ For more advanced customizations, refer to the [settings documentation](#gitlens
### Gutter Heatmap [#](#gutter-heatmap- 'Gutter Heatmap')
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/heatmap.png" alt="Gutter Heatmap" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/heatmap.png" alt="Gutter Heatmap" />
</p>
- Adds an on-demand **heatmap** to the edge of the gutter to show how recently lines were changed
@ -238,7 +247,7 @@ For more advanced customizations, refer to the [settings documentation](#gitlens
### Recent Changes [#](#recent-changes- 'Recent Changes')
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/recent-changes.png" alt="Recent Changes" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/recent-changes.png" alt="Recent Changes" />
</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
@ -250,7 +259,7 @@ For more advanced customizations, refer to the [settings documentation](#gitlens
### Status Bar Blame [#](#status-bar-blame- 'Status Bar Blame')
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/status-bar.png" alt="Status Bar Blame" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/status-bar.png" alt="Status Bar Blame" />
</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)
@ -275,7 +284,7 @@ For more advanced customizations, refer to the [settings documentation](#gitlens
### Repositories view [#](#repositories-view- 'Repositories view')
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/view-repositories.png" alt="Repositories view" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/view-repositories.png" alt="Repositories view" />
</p>
A [customizable](#repositories-view-settings- 'Jump to the Repositories view settings') view to visualize, navigate, and explore Git repositories
@ -361,7 +370,7 @@ The repositories view provides the following features,
### File History view [#](#file-history-view- 'File History view')
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/view-file-history.png" alt="File History view" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/view-file-history.png" alt="File History view" />
</p>
A [customizable](#file-history-view-settings- 'Jump to the File History view settings') view to visualize, navigate, and explore the revision history of the current file
@ -386,7 +395,7 @@ The file history view provides the following features,
### Line History view [#](#line-history-view- 'Line History view')
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/view-line-history.png" alt="Line History view" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/view-line-history.png" alt="Line History view" />
</p>
A [customizable](#line-history-view-settings- 'Jump to the Line History view settings') view to visualize, navigate, and explore the revision history of the selected lines of current file
@ -411,7 +420,7 @@ The line history view provides the following features,
### Search Commits view [#](#search-commits-view- 'Search Commits view')
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/view-search.png" alt="Search Commits view" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/view-search.png" alt="Search Commits view" />
</p>
A [customizable](#search-commits-view-settings- 'Jump to the Search Commits view settings') view to search and explore commit histories by message, author, files, id, etc
@ -447,7 +456,7 @@ The search commits view provides the following features,
### Compare view [#](#compare-view- 'Compare view')
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/view-compare.png" alt="Compare view" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/view-compare.png" alt="Compare view" />
</p>
A [customizable](#compare-view-settings- 'Jump to the Compare view settings') view to visualize comparisons between branches, tags, commits, and more
@ -503,7 +512,7 @@ The compare view provides the following features,
#### Branch History
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/menu-branch-history.png" alt="Branch History Quick Pick Menu" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/menu-branch-history.png" alt="Branch History Quick Pick Menu" />
</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
@ -518,7 +527,7 @@ The compare view provides the following features,
#### File History
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/menu-file-history.png" alt="File History Quick Pick Menu" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/menu-file-history.png" alt="File History Quick Pick Menu" />
</p>
- Adds a _Show File History_ command (`gitlens.showQuickFileHistory`) to show a paged **file history quick pick menu** of the current file for exploring its commit history
@ -529,7 +538,7 @@ The compare view provides the following features,
#### Commit Details
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/menu-commit-details.png" alt="Commit Details Quick Pick Menu" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/menu-commit-details.png" alt="Commit Details Quick Pick Menu" />
</p>
- Adds a _Show Commit Details_ command (`gitlens.showQuickCommitDetails`) to show a **commit details quick pick menu** of the most recent commit of the current file
@ -540,7 +549,7 @@ The compare view provides the following features,
- 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">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/menu-commit-file-details.png" alt="Commit File Details Quick Pick Menu" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/menu-commit-file-details.png" alt="Commit File Details Quick Pick Menu" />
</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 current file
@ -551,7 +560,7 @@ The compare view provides the following features,
#### Repository Status
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/menu-repo-status.png" alt="Repository Status Quick Pick Menu" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/menu-repo-status.png" alt="Repository Status Quick Pick Menu" />
</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
@ -566,7 +575,7 @@ The compare view provides the following features,
#### Stashes
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/menu-stash-list.png" alt="Stashed Changes Quick Pick Menu" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/menu-stash-list.png" alt="Stashed Changes Quick Pick Menu" />
</p>
- Adds a _Show Stashed Changes_ command (`gitlens.showQuickStashList`) to show a **stashed changes quick pick menu** for exploring your repository stash history
@ -580,7 +589,7 @@ The compare view provides the following features,
#### Stash Details
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/menu-stash-details.png" alt="Stash Details Quick Pick Menu" />
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/menu-stash-details.png" alt="Stash Details Quick Pick Menu" />
</p>
- Stashed changes show a **stash details quick pick menu** which is very similar to the **commit details quick pick menu** above

二進制
images/docs/gitlens-logo-dark.png 查看文件

Before After
Width: 419  |  Height: 132  |  Size: 28 KiB Width: 419  |  Height: 132  |  Size: 28 KiB

二進制
images/docs/gitlens-logo.pdn 查看文件


二進制
images/docs/gitlens-logo.png 查看文件

Before After
Width: 419  |  Height: 132  |  Size: 27 KiB Width: 419  |  Height: 132  |  Size: 27 KiB

二進制
images/docs/sponsors/codestream-light.png 查看文件

Before After
Width: 419  |  Height: 65  |  Size: 8.4 KiB

二進制
images/sponsors/codestream-vertical-dark.png 查看文件

Before After
Width: 200  |  Height: 180  |  Size: 6.6 KiB

二進制
images/sponsors/codestream-vertical-light.png 查看文件

Before After
Width: 200  |  Height: 180  |  Size: 6.9 KiB

+ 1
- 1
package-lock.json 查看文件

@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "9.0.0-beta",
"version": "9.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

+ 1
- 1
package.json 查看文件

@ -2,7 +2,7 @@
"name": "gitlens",
"displayName": "GitLens — Git supercharged",
"description": "Supercharge the Git capabilities built into Visual Studio Code — 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",
"version": "9.0.0-beta",
"version": "9.0.0",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"

+ 0
- 2
src/extension.ts 查看文件

@ -255,8 +255,6 @@ async function migrateSettings(context: ExtensionContext, previousVersion: strin
return modes;
}
});
// await configuration.migrate('modes', configuration.name('modes')('').value);
}
}
catch (ex) {

+ 35
- 3
src/ui/scss/main.scss 查看文件

@ -450,7 +450,7 @@ ul {
display: flex;
font-size: 0.9em;
justify-content: center;
padding-left: 8em;
padding: 0 0 0 7em;
position: relative;
&:before {
@ -481,8 +481,12 @@ ul {
margin: 1em;
}
.changelog__image-link {
text-align: center;
}
.changelog__image {
margin: 1em 0 0 0;
margin: 1em 0 0 -2em;
max-width: 65%;
}
@ -633,6 +637,10 @@ ul {
flex-wrap: nowrap;
}
.header__logo--highlight {
color: #914db3;
}
.header__subtitle {
color: var(--color--50);
display: block;
@ -1038,8 +1046,20 @@ ul {
text-align: center;
}
.sponsors {
.sponsor__image {
opacity: 0.8;
transition: opacity 250ms;
&:hover {
opacity: 1;
}
}
.sponsor__tag {
font-size: 0.8em;
margin: -1em 0.5em 0 0.5em;
opacity: 0.5;
text-align: center;
}
.bold {
@ -1082,4 +1102,16 @@ ul {
flex-wrap: nowrap !important;
}
.light {
.vscode-dark & {
display: none;
}
}
.dark {
.vscode-light & {
display: none;
}
}
@import 'popup';

+ 18
- 18
src/ui/settings/index.html 查看文件

@ -11,11 +11,11 @@
<div class="container">
<div class="content">
<header>
<a class="header__link" title="Learn more about GitLens" href="http://gitlens.amod.io">
<a class="header__link" title="Learn more about GitLens" href="https://gitlens.amod.io">
<div class="header__logo">
<img class="image__logo" src="{{root}}/images/gitlens-icon.png" />
<div>
<h1>GitLens</h1>
<h1>Git<span class="header__logo--highlight">Lens</span></h1>
<p class="header__subtitle">Git supercharged</p>
</div>
</div>
@ -52,7 +52,7 @@
For advanced customizations refer to the
<a
title="See the GitLens settings docs"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#gitlens-settings-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#gitlens-settings-"
>GitLens docs</a
>
and edit your
@ -71,7 +71,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#general-settings-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#general-settings-"
>
<i class="icon icon__info"></i>
</a>
@ -509,7 +509,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#current-line-blame-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#current-line-blame-"
>
<i class="icon icon__info"></i>
</a>
@ -688,7 +688,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#gutter-blame-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#gutter-blame-"
>
<i class="icon icon__info"></i>
</a>
@ -1008,7 +1008,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#hovers-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#hovers-"
>
<i class="icon icon__info"></i>
</a>
@ -1357,7 +1357,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#code-lens-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#code-lens-"
>
<i class="icon icon__info"></i>
</a>
@ -1609,7 +1609,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#gutter-heatmap-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#gutter-heatmap-"
>
<i class="icon icon__info"></i>
</a>
@ -1666,7 +1666,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#recent-changes-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#recent-changes-"
>
<i class="icon icon__info"></i>
</a>
@ -1786,7 +1786,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#status-bar-blame-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#status-bar-blame-"
>
<i class="icon icon__info"></i>
</a>
@ -2015,7 +2015,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#repositories-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#repositories-view-"
>
<i class="icon icon__info"></i>
</a>
@ -2204,7 +2204,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#file-history-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#file-history-view-"
>
<i class="icon icon__info"></i>
</a>
@ -2280,7 +2280,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#line-history-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#line-history-view-"
>
<i class="icon icon__info"></i>
</a>
@ -2356,7 +2356,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#search-commits-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#search-commits-view-"
>
<i class="icon icon__info"></i>
</a>
@ -2486,7 +2486,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#compare-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#compare-view-"
>
<i class="icon icon__info"></i>
</a>
@ -2616,7 +2616,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#modes-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#modes-"
>
<i class="icon icon__info"></i>
</a>
@ -2809,7 +2809,7 @@
<div class="sidebar-group">
<h2>Resources</h2>
<ul>
<li><a href="http://gitlens.amod.io">Website</a></li>
<li><a href="https://gitlens.amod.io">Website</a></li>
<li>
<a href="https://marketplace.visualstudio.com/items/eamodio.gitlens/changelog"
>Changelog</a

+ 67
- 29
src/ui/welcome/index.html 查看文件

@ -8,12 +8,12 @@
<div class="container">
<div class="content">
<header>
<a class="header__link" title="Learn more about GitLens" href="http://gitlens.amod.io">
<a class="header__link" title="Learn more about GitLens" href="https://gitlens.amod.io">
<div class="header__logo">
<!-- prettier-ignore-attribute src -->
<img class="image__logo" src="{{root}}/images/gitlens-icon.png" />
<div>
<h1>GitLens</h1>
<h1>Git<span class="header__logo--highlight">Lens</span></h1>
<p class="header__subtitle">Git supercharged</p>
</div>
</div>
@ -28,12 +28,13 @@
<div class="about">
<p>
<a class="bold" title="Learn more about GitLens" href="http://gitlens.amod.io">GitLens</a> is an
<a class="bold" title="Learn more about GitLens" href="https://gitlens.amod.io">GitLens</a> is
an
<a class="bold" title="Open GitLens on GitHub" href="https://github.com/eamodio/vscode-gitlens"
>open-source</a
>
extension for Visual Studio Code created by
<a class="bold" title="Learn more about Eric" href="http://www.amod.io/?utm_source=gitlens"
<a class="bold" title="Learn more about Eric" href="https://www.amod.io/?utm_source=gitlens"
>Eric Amodio</a
>.
</p>
@ -56,7 +57,7 @@
<a
class="bold"
title="Open the GitLens docs"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#gitlens-settings-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#gitlens-settings-"
>GitLens docs</a
>
and edit your
@ -71,7 +72,7 @@
<a
class="button button--flat button--big"
title="Support GitLens"
href="http://gitlens.amod.io/#support-gitlens"
href="https://gitlens.amod.io/#support-gitlens"
>Support GitLens &#x2764;</a
>
</div>
@ -131,7 +132,7 @@
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span> Adds a new Git
virtual file system provider for the `gitlens:` scheme &mdash; closes
virtual file system provider for the <code>gitlens:</code> scheme &mdash; closes
<a
title="Open Issue #430"
href="https://github.com/eamodio/vscode-gitlens/issues/430"
@ -162,7 +163,7 @@
<span class="changelog__badge changelog__badge--added">NEW</span> Adds a new
<a
title="Jump to the Repositories view docs"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#repositories-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#repositories-view-"
><i>Repositories</i> view</a
>, formerly the <i>GitLens</i> view, to visualize, navigate, and explore Git
repositories &mdash; closes
@ -183,12 +184,13 @@
>
<div class="changelog__details changelog__details--list">
<a
class="changelog__image-link"
title="Jump to the Repositories view docs"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#repositories-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#repositories-view-"
>
<img
class="changelog__image"
src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/view-repositories.png"
src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/view-repositories.png"
/>
</a>
<p>
@ -197,7 +199,7 @@
visibility and accessibility of existing features, and
<a
title="Jump to the Repositories view docs"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#repositories-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#repositories-view-"
>more</a
>
</p>
@ -207,18 +209,19 @@
<span class="changelog__badge changelog__badge--added">NEW</span> Adds a new
<a
title="Jump to the File History view docs"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#file-history-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#file-history-view-"
><i>File History</i> view</a
>, formerly the <i>History</i> view, to visualize, navigate, and explore the
revision history of the current file
<div class="changelog__details changelog__details--list">
<a
class="changelog__image-link"
title="Jump to the File History view docs"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#file-history-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#file-history-view-"
>
<img
class="changelog__image"
src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/view-file-history.png"
src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/view-file-history.png"
/>
</a>
<p>
@ -227,7 +230,7 @@
commit, etc) of the file's history, and
<a
title="Jump to the File History view docs"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#file-history-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#file-history-view-"
>more</a
>
</p>
@ -237,7 +240,7 @@
<span class="changelog__badge changelog__badge--added">NEW</span> Adds an all-new
<a
title="Jump to the Line History view docs"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#line-history-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#line-history-view-"
><i>Line History</i> view</a
>
to visualize, navigate, and explore the revision history of the selected lines of
@ -249,12 +252,13 @@
>
<div class="changelog__details changelog__details--list">
<a
class="changelog__image-link"
title="Jump to the Line History view docs"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#line-history-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#line-history-view-"
>
<img
class="changelog__image"
src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/view-line-history.png"
src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/view-line-history.png"
/>
</a>
<p>
@ -263,7 +267,7 @@
etc) of the selected lines' history, and
<a
title="Jump to the Line History view docs"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#line-history-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#line-history-view-"
>more</a
>
</p>
@ -273,7 +277,7 @@
<span class="changelog__badge changelog__badge--added">NEW</span> Adds an all-new
<a
title="Jump to the Search Commits view docs"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#search-commits-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#search-commits-view-"
><i>Search Commits</i> view</a
>
to search and explore commit histories by message, author, files, id, etc &mdash;
@ -285,12 +289,13 @@
>
<div class="changelog__details changelog__details--list">
<a
class="changelog__image-link"
title="Jump to the Search Commits view docs"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#search-commits-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#search-commits-view-"
>
<img
class="changelog__image"
src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/view-search.png"
src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/view-search.png"
/>
</a>
<p>
@ -299,7 +304,7 @@
and
<a
title="Jump to the Search Commits view docs"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#search-commits-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#search-commits-view-"
>more</a
>
</p>
@ -309,18 +314,19 @@
<span class="changelog__badge changelog__badge--added">NEW</span> Adds an all-new
<a
title="Jump to the Compare view docs"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#compare-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#compare-view-"
><i>Compare</i> view</a
>
to visualize comparisons between branches, tags, commits, and more
<div class="changelog__details changelog__details--list">
<a
class="changelog__image-link"
title="Jump to the Compare view docs"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#compare-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#compare-view-"
>
<img
class="changelog__image"
src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/view-search.png"
src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/view-search.png"
/>
</a>
<p>
@ -329,7 +335,7 @@
to start a comparison, and
<a
title="Jump to the Compare view docs"
href="https://github.com/eamodio/vscode-gitlens/tree/develop/#compare-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#compare-view-"
>more</a
>
</p>
@ -349,6 +355,16 @@
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span> Adds branch and
tag tip markers to revision (commit) histories in GitLens views &mdash; closes
<a
title="Open Issue #560"
href="https://github.com/eamodio/vscode-gitlens/issues/560"
>#560</a
>
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span> Adds a changes
indicator (+x ~x -x) to commits in GitLens views &mdash; closes
<a
@ -516,7 +532,29 @@
</div>
<div class="section-group__sidebar section-group__sidebar--welcome">
<div class="sidebar-group">
<!-- <h2>Sponsors</h2> -->
<h2>Sponsors</h2>
<a
title="Try CodeStream"
href="https://codestream.com/?utm_source=vscmarket&utm_medium=banner&utm_campaign=gitlens"
>
<!-- prettier-ignore-attribute src -->
<img
class="sponsor__image light"
src="{{root}}/images/sponsors/codestream-vertical-light.png"
alt="CodeStream Logo"
/>
<!-- prettier-ignore-attribute src -->
<img
class="sponsor__image dark"
src="{{root}}/images/sponsors/codestream-vertical-dark.png"
alt="CodeStream Logo"
/>
</a>
<p class="sponsor__tag">
CodeStream enables continuous code review by putting team chat in VS Code. Save
discussions about code with your code. Integrates w/Slack.
</p>
<h2 name="#support-gitlens">Show Your Support &nbsp;&#x2764;</h2>
<p class="sidebar-group__message">
While GitLens is generously offered to everyone free of charge, if you find it useful,
@ -596,7 +634,7 @@
<div class="sidebar-group">
<h2>Resources</h2>
<ul>
<li><a href="http://gitlens.amod.io">Website</a></li>
<li><a href="https://gitlens.amod.io">Website</a></li>
<li>
<a href="https://marketplace.visualstudio.com/items/eamodio.gitlens/changelog"
>Changelog</a

Loading…
取消
儲存