You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,25 +4,25 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
-
## [Unreleased]
7
+
## [12.1.2] - 2022-07-12
8
8
9
-
## Fixed
9
+
###Fixed
10
10
11
11
- Fixes [#2048](https://github.com/gitkraken/vscode-gitlens/issues/2048) - Gitlens not loading in vscode.dev
12
12
13
13
## [12.1.1] - 2022-06-16
14
14
15
-
## Added
15
+
###Added
16
16
17
17
- Adds getting started tutorial video to the Welcome, Get Started walkthrough, GitLens Home view, and README
18
18
19
-
## Fixed
19
+
###Fixed
20
20
21
21
- Fixes [#2037](https://github.com/gitkraken/vscode-gitlens/issues/2037) - Autolinks can end up getting saved with invalid (cached) properties
22
22
23
23
## [12.1.0] - 2022-06-14
24
24
25
-
## Added
25
+
###Added
26
26
27
27
- Adds [**rich integration**](https://github.com/gitkraken/vscode-gitlens#remote-provider-integrations-) with GitLab and GitLab self-managed instances — closes [#1236](https://github.com/gitkraken/vscode-gitlens/issues/1236)
28
28
- Adds associated pull request to line annotations and hovers
@@ -48,15 +48,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
48
48
- You can now see all autolinks found in the commits in the comparison regardless of whether its a provider-based autolink or a custom (user-provided) autolink
49
49
- Adds _Open Current Branch on Remote_ to the Command Palette — closes [#1718](https://github.com/gitkraken/vscode-gitlens/issues/1718)
50
50
51
-
## Changed
51
+
###Changed
52
52
53
53
- Improves how stashes are shown in the _Stashes_ view by separating the associated branch from the stash message — closes [#1523](https://github.com/gitkraken/vscode-gitlens/issues/1523)
54
54
- Changes previous Gerrit remote support to Google Source remote support — thanks to [PR #1954](https://github.com/gitkraken/vscode-gitlens/pull/1954) by Felipe Santos ([@felipecrs](https://github.com/felipecrs))
55
55
- Renames "Gutter Blame" annotations to "File Blame"
56
56
- Renames "Gutter Changes" annotations to "File Changes"
57
57
- Renames "Gutter Heatmap" annotations to "File Heatmap"
58
58
59
-
## Fixed
59
+
###Fixed
60
60
61
61
- Fixes [#2033](https://github.com/gitkraken/vscode-gitlens/issues/2033) - Diffing, applying, and restoring untracked files in a stash doesn't work
62
62
- Fixes [#2028](https://github.com/gitkraken/vscode-gitlens/issues/2028) - Branch names with special characters '<' also causes errors on the command line — thanks to [PR #2030](https://github.com/gitkraken/vscode-gitlens/pull/2030) by mcy-kylin ([@mcy-kylin](https://github.com/mcy-kylin))
@@ -70,7 +70,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
70
70
71
71
## [12.0.7] - 2022-05-25
72
72
73
-
## Fixed
73
+
###Fixed
74
74
75
75
- Fixes [#1979](https://github.com/gitkraken/vscode-gitlens/issues/1979) - GitLens stopped working in v12.0.0 and later
76
76
- Fixes [#1882](https://github.com/gitkraken/vscode-gitlens/issues/1882) - Blame annotations not showing anymore after update
@@ -82,7 +82,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
82
82
83
83
## [12.0.6] - 2022-04-12
84
84
85
-
## Fixed
85
+
###Fixed
86
86
87
87
- Fixes [#1928](https://github.com/gitkraken/vscode-gitlens/issues/1928) - Unable to get absolute uri between ex.txt and z:; Base path 'z:' must be an absolute path — thanks to [PR #1929](https://github.com/gitkraken/vscode-gitlens/pull/1929) by Ross Smith II ([@rasa](https://github.com/rasa))
88
88
- Fixes [#1932](https://github.com/gitkraken/vscode-gitlens/issues/1932) - Pull request autolink doesn't work for Bitbucket Server 7 — thanks to [PR #1933](https://github.com/gitkraken/vscode-gitlens/pull/1933) by Sam Martin ([@smartinio](https://github.com/smartinio))
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "gitlens",
3
3
"displayName": "GitLens — Git supercharged",
4
4
"description": "Supercharge Git within VS Code — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more",
0 commit comments