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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ 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
+
## [9.7.4] - 2019-05-15
8
8
9
9
## Added
10
10
@@ -23,7 +23,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
23
23
24
24
- Fixes issues with the _Show More Actions_ button on the _Details_ hover not working with renamed files
25
25
- Fixes issues with the _Open File_, _Open Files_, _Open All Changes with Working Tree_, and _Apply Changes_ commands in the views not working with renamed files
26
-
- Fixes issues with the _Open File_, _Open Files_, and _Apply Changes_command in the quick pick menus not working with renamed files
26
+
- Fixes issues with the _Open File_, _Open Files_, and _Apply Changes_commands in the quick pick menus not working with renamed files
27
27
- Fixes issues with the _Show Stashed Changes_ (`gitlens.showQuickStashList`) command and multiple repositories
28
28
29
29
## [9.7.3] - 2019-05-11
@@ -2879,6 +2879,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2879
2879
2880
2880
- Initial release but still heavily a work in progress.
Copy file name to clipboardExpand all lines: README.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
@@ -285,7 +285,7 @@ The repositories view provides the following features,
285
285
-**Branches**— lists the local branches in the repository
286
286
287
287
- An inline toolbar provides quick access to the _Open Branches on Remote_ (if available) command
288
-
- Provides the name of each branch, an indicator (check-mark) of the branch is the current one, and [optionally](#repositories-view-settings-'Jump to the Repositories view settings') shows its remote tracking branch and status (if available)
288
+
- Provides the name of each branch, an indicator (check-mark) if the branch is the current one, and [optionally](#repositories-view-settings-'Jump to the Repositories view settings') shows its remote tracking branch and status (if available)
289
289
- Indicator dots on each branch icon denote the following:
290
290
-_None_— no upstream or up-to-date with the upstream
291
291
-_Green_— ahead of the upstream
@@ -318,7 +318,7 @@ The repositories view provides the following features,
318
318
319
319
-**Incoming Activity**— lists the recent incoming activity (merges and pulls) to your local repository (experimental, enabled via `"gitlens.insiders": true`)
320
320
321
-
- Provides the activity command, branch (if available), and date
321
+
- Provides the command, branch (if available), and date of each activity
322
322
- A context menu provides access to the _Refresh_ command
323
323
- Each activity expands to list the commits added by the command
324
324
- An inline toolbar provides quick access to the _Compare with HEAD_ (`alt-click` for _Compare with Working Tree_), _Copy Commit ID to Clipboard_ (`alt-click` for _Copy Commit Message to Clipboard_), and _Open Commit on Remote_ (if available) commands
@@ -329,7 +329,7 @@ The repositories view provides the following features,
329
329
330
330
-**Remotes**— lists the remotes in the repository
331
331
332
-
- Provides the name of each remote, an indicator of the direction of the remote (fetch, push, both), remote service (if applicable), and repository path
332
+
- Provides the name of each remote, an indicator of the remote's direction (fetch, push, both), remote service (if applicable), and repository path
333
333
- An inline toolbar provides quick access to the _Fetch_, and _Open Repository on Remote_ (if available) commands
334
334
- A context menu provides access to more common repository and remote commands
335
335
- Each remote expands to list its remote branches
@@ -338,7 +338,7 @@ The repositories view provides the following features,
338
338
-**Stashes**— lists the stashed changes in the repository
339
339
340
340
- An inline toolbar provides quick access to the _Stash All Changes_, and _Apply Stash Changes_ commands
341
-
- Provides the name of each stashed changes, the date, and an indicator (+x ~x -x) of the changes
341
+
- Provides the name of each set of stashed changes, the date, and an indicator (+x ~x -x) of the changes
342
342
- An inline toolbar provides quick access to the _Compare with HEAD_ (`alt-click` for _Compare with Working Tree_), _Apply Stashed Changes_, and _Delete Stashed Changes_ commands
343
343
- A context menu provides access to more common stashed changes commands
344
344
- Each stashed changes expands to list the set of stashed files, complete with status indicators for adds, changes, renames, and deletes
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 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",
0 commit comments