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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4094,7 +4094,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4094
4094
### Fixed
4095
4095
4096
4096
- Fixes 🤞 [#202](https://github.com/gitkraken/vscode-gitlens/issues/202) - Staged change's vscode diff side-by-side view shows the wrong history
4097
-
- Fixes 🤞 [#216](https://github.com/gitkraken/vscode-gitlens/issues/216) - PowerShell session not started if GitLen is enabled
4097
+
- Fixes 🤞 [#216](https://github.com/gitkraken/vscode-gitlens/issues/216) - PowerShell session not started if GitLens is enabled
4098
4098
- Fixes [#217](https://github.com/gitkraken/vscode-gitlens/issues/217) - empty editor has git lens in status bar with old information
4099
4099
- Fixes [#218](https://github.com/gitkraken/vscode-gitlens/issues/218) - Cannot read property 'replace' of undefined
4100
4100
- Fixes issue with feedback when searching for commits without any matches
@@ -4264,7 +4264,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4264
4264
4265
4265
### Changed
4266
4266
4267
-
- Swaps out Moment.js for date-fns to improve blame annotation performance and to reduce the GitLen bundle size (saves ~400kb)
4267
+
- Swaps out Moment.js for date-fns to improve blame annotation performance and to reduce the GitLens bundle size (saves ~400kb)
4268
4268
4269
4269
### Fixed
4270
4270
@@ -4869,7 +4869,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4869
4869
4870
4870
### Added
4871
4871
4872
-
- Completely overhauls the [GitLens documentation](https://github.com/gitkraken/vscode-gitlens) and messaging — make sure to check it out to see all the powerful features GitLen provides!
4872
+
- Completely overhauls the [GitLens documentation](https://github.com/gitkraken/vscode-gitlens) and messaging — make sure to check it out to see all the powerful features GitLens provides!
4873
4873
- Adds `gitlens.blame.annotation.activeLineDarkColor` & `gitlens.blame.annotation.activeLineLightColor` settings to control the colors of the active line blame annotation
4874
4874
4875
4875
### Changed
@@ -4921,7 +4921,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4921
4921
- Adds `alt+f` shortcut for the _Search commits_ command (`gitlens.showCommitSearch`)
4922
4922
- Adds _Show Commit Search_ command to the branch history quick pick menu
4923
4923
- Adds _Show Stashed Changes_ command to the repository status quick pick menu
4924
-
- Adds a _Don't Show Again_ option to the GitLen update notification
4924
+
- Adds a _Don't Show Again_ option to the GitLens update notification
0 commit comments