You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

12
12
13
-
- Adds icons to remotes in the *GitLens* explorer based on the remote service provider
14
-
- Adds multi-cursor support to current line annotations — closes [#291](https://github.com/eamodio/vscode-gitlens/issues/291)
15
13
- Adds support to toggle annotations for each file individually or for all files at once — closes [#289](https://github.com/eamodio/vscode-gitlens/issues/289)
- Adds new controls the interactive settings editor (*Open Settings* from the Command Palette) to configure this new behavior
17
18
- Adds `gitlens.blame.toggleMode` setting to specify how the gutter blame annotations will be toggled, per file or window
18
19
- Adds `gitlens.heatmap.toggleMode` setting to specify how the gutter heatmap annotations will be toggled, per file or window
19
20
- Adds `gitlens.recentChanges.toggleMode` setting to specify how the recently changed lines annotations will be toggled, per file or window
21
+
- Adds icons to remotes in the *GitLens* explorer based on the remote service provider
22
+
- Adds multi-cursor support to current line annotations — closes [#291](https://github.com/eamodio/vscode-gitlens/issues/291)
20
23
21
24
### Changed
22
-
- Renames *Compare Selected Ancestor with Working Tree* command to *Compare Ancestry with Working Tree* and removes the need to select a branch first, since all compares are done to the working tree — closes [#279](https://github.com/eamodio/vscode-gitlens/issues/279)
25
+
- Renames *Compare Selected Ancestor with Working Tree* command to *Compare Ancestry with Working Tree* and removes the need to select a branch first, since all compares are performed with the working tree — closes [#279](https://github.com/eamodio/vscode-gitlens/issues/279)
23
26
24
27
### Removed
25
28
- Removes tag icons from the *GitLens* explorer
26
29
27
30
### Fixed
28
-
- Fixes [#294](https://github.com/eamodio/vscode-gitlens/issues/294) - Keyboard shortcuts will now default to *chorded* to avoid conflicts. FYI, only affects new installs or if you remove the `gitlens.keymap` setting)
31
+
- Fixes [#294](https://github.com/eamodio/vscode-gitlens/issues/294) - Keyboard shortcuts will now default to *chorded* to avoid conflicts. Only affects new installs or if you remove the `gitlens.keymap` setting
29
32
- Fixes issue where Recent Changes annotations weren't restored properly on tab switch
30
33
- Fixes quick pick menu issue with commits with newlines in the message
31
34
@@ -56,11 +59,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
56
59
### Added
57
60
- 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 interactive settings editor for many of GitLens' 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))!
66
69
- Adds *Follow Renames* command (`gitlens.gitExplorer.setRenameFollowingOn`) to the **GitLens** explorer *History* view to follow file renames in the history
Copy file name to clipboardExpand all lines: README.md
+29-10Lines changed: 29 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,15 @@
13
13
<br />
14
14
15
15
# What's new in GitLens 8
16
+
## 8.1 — March 2018
17
+
- Adds automatic issue linking to Bitbucket, GitHub, GitLab, and Visual Studio Team Services for commit messages in hovers
18
+
- Adds support to toggle annotations for each file individually or for all files at once — closes [#289](https://github.com/eamodio/vscode-gitlens/issues/289)
19
+
- Adds icons to remotes in the *GitLens* explorer based on the remote service provider
20
+
- Adds multi-cursor support to current line annotations — closes [#291](https://github.com/eamodio/vscode-gitlens/issues/291)
21
+
- Renames *Compare Selected Ancestor with Working Tree* command to *Compare Ancestry with Working Tree* and removes the need to select a branch first, since all compares are performed with the working tree — closes [#279](https://github.com/eamodio/vscode-gitlens/issues/279)
22
+
- Fixes [#294](https://github.com/eamodio/vscode-gitlens/issues/294) - Keyboard shortcuts will now default to *chorded* to avoid conflicts. Only affects new installs or if you remove the `gitlens.keymap` setting
23
+
24
+
## 8.0 — February 2018
16
25
- Brand new welcome experience
17
26
- Brand new interactive [settings editor](#configuration)— GitLens is easier than ever to customize to suit your needs
18
27
- Adds a tree layout option to branches in the <i>GitLens</i> explorer — thanks to Yukai Huang ([@Yukaii](https://github.com/Yukaii))!
@@ -22,7 +31,8 @@ See the [release notes](https://github.com/eamodio/vscode-gitlens/blob/master/CH
22
31
23
32
# GitLens
24
33
25
-
[GitLens](http://gitlens.amod.io"Learn more about GitLens") is a free, [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").
34
+
[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").
35
+
While GitLens is generously offered to everyone free of charge, if you find it useful please consider [supporting](#support-gitlens"Support GitLens") it.
26
36
27
37
GitLens simply helps you understand code better. 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.
28
38
@@ -47,21 +57,28 @@ GitLens is powerful, feature rich, and also [highly customizable](#gitlens-setti
47
57
<br />
48
58
</p>
49
59
50
-
## Show Your Support ❤
60
+
## Support GitLens
61
+
62
+
While GitLens is generously offered to everyone free of charge, if you find it useful please consider supporting it.
63
+
64
+
I've been building GitLens in my spare time<sup><atitle="nights and weekends, i.e. trading sleep for time">1</a></sup> for almost 2 years now.
65
+
From its very humble beginnings, GitLens has grown wildly beyond my expectations — in both its reach as well as its demands on my time and attention.
66
+
While I enjoy giving my free time and attention to GitLens' development and growth, I would like to do even more.
67
+
68
+
### Show Your Support ❤
51
69
52
70
To my incredible backers — thank you so much for your contributions. I am truly humbled by your generosity and support. Please know that your support plays a important role in helping me realize GitLens' potential in making developer's lives easier.
53
71
54
72
If you'd like to join them in supporting GitLens, please consider the following — feel free to choose more than one. 😉
55
-
-[Become a Patron](https://www.patreon.com/eamodio"Become a Patron")— join the growing group of generous [backers](https://github.com/eamodio/vscode-gitlens/blob/master/BACKERS.md)
56
-
-[Donate via PayPal](https://www.paypal.me/eamodio)
57
-
-[Write a Review](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#review-details"Write a Review")
58
-
-[Star or Fork me on GitHub](https://github.com/eamodio/vscode-gitlens"Star or Fork me on GitHub")
73
+
-[Become a Sponsor](https://www.patreon.com/eamodio"Become a sponsor on Patreon")— join the growing group of generous [backers](https://github.com/eamodio/vscode-gitlens/blob/master/BACKERS.md)
74
+
-[One-time Donations](https://www.paypal.me/eamodio"One-time donations via PayPal")
75
+
-[Write a Review](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#review-details"Write a review")
76
+
-[Star or Fork me on GitHub](https://github.com/eamodio/vscode-gitlens"Star or fork me on GitHub")
59
77
-[Follow me on Twitter](https://twitter.com/eamodio"Follow me on Twitter")
<imgsrc="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/teaser-settings.png"alt="GitLens Explorer Repository view" />
81
+
<imgsrc="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/cl-settings.png"alt="GitLens Explorer Repository view" />
65
82
</p>
66
83
67
84
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).
@@ -271,6 +288,7 @@ An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens
271
288
</p>
272
289
273
290
- 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)
291
+
- Provides automatic issue linking to Bitbucket, GitHub, GitLab, and Visual Studio Team Services in commit messages
274
292
- Provides a **quick-access command bar** with *Open Changes*, *Blame Previous Revision*, *Open in Remote*, and *Show More Actions* command buttons
275
293
- Click the commit id to execute the *Show Commit Details* command (`gitlens.showQuickCommitDetails`)
276
294
@@ -296,6 +314,7 @@ An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens
296
314
</p>
297
315
298
316
- 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)
317
+
- Provides automatic issue linking to Bitbucket, GitHub, GitLab, and Visual Studio Team Services in commit messages
299
318
- Provides a **quick-access command bar** with *Open Changes*, *Blame Previous Revision*, *Open in Remote*, and *Show More Actions* command buttons
300
319
- Click the commit id to execute the *Show Commit Details* command (`gitlens.showQuickCommitDetails`)
301
320
@@ -355,8 +374,8 @@ An on-demand, [customizable](#gitlens-results-view-settings "Jump to the GitLens
355
374
356
375
- Adds a *Show Last Opened Quick Pick* command (`gitlens.showLastQuickPick`) with a shortcut of `alt+-` to quickly get back to where you were when the last GitLens quick pick menu closed
357
376
358
-
- Adds commands to open files, commits, branches, and the repository in the supported remote services, **BitBucket, GitHub, GitLab, and Visual Studio Team Services** or a [**user-defined** remote services](#custom-remotes-settings"Jump to Custom Remotes settings")— only available if a Git upstream service is configured in the repository
359
-
- Also supports [remote services with custom domains](#custom-remotes-settings"Jump to Custom Remotes settings"), such as **BitBucket, Bitbucket Server (previously called Stash), GitHub, GitHub Enterprise, GitLab**
377
+
- Adds commands to open files, commits, branches, and the repository in the supported remote services, **Bitbucket, GitHub, GitLab, and Visual Studio Team Services** or a [**user-defined** remote services](#custom-remotes-settings"Jump to Custom Remotes settings")— only available if a Git upstream service is configured in the repository
378
+
- Also supports [remote services with custom domains](#custom-remotes-settings"Jump to Custom Remotes settings"), such as **Bitbucket, Bitbucket Server (previously called Stash), GitHub, GitHub Enterprise, GitLab**
360
379
-*Open Branches in Remote* command (`gitlens.openBranchesInRemote`) — opens the branches in the supported remote service
361
380
-*Open Branch in Remote* command (`gitlens.openBranchInRemote`) — opens the current branch commits in the supported remote service
362
381
-*Open Commit in Remote* command (`gitlens.openCommitInRemote`) — opens the commit revision of the active line in the supported remote service
0 commit comments