mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-16 10:58:34 -05:00
Renames Diff commands for better clarity
Removes `Git` from the commands as it feels unnecessary Reorders the context menu commands Adds `Diff Commit with Working Tree` to the explorer context menu (assuming `gitlens.menus.fileDiff.enabled` is `true`) Adds `Diff Commit with Working Tree` & `Diff Commit with Previous` to the editor title context menu (assuming `gitlens.menus.fileDiff.enabled` is `true`)
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
---
|
||||
## Release Notes
|
||||
|
||||
### 1.3.1
|
||||
|
||||
- Renames `Diff` commands for better clarity
|
||||
- Removes `Git` from the commands as it feels unnecessary
|
||||
- Reorders the context menu commands
|
||||
- Adds `Diff Commit with Working Tree` to the explorer context menu (assuming `gitlens.menus.fileDiff.enabled` is `true`)
|
||||
- Adds `Diff Commit with Working Tree` & `Diff Commit with Previous` to the editor title context menu (assuming `gitlens.menus.fileDiff.enabled` is `true`)
|
||||
|
||||
### 1.3.0
|
||||
|
||||
- Adds support for blame and history (log) on files opened via compare commands -- allows for deep navigation through git history
|
||||
|
||||
Reference in New Issue
Block a user