Skip to content

Commit 4790293

Browse files
committed
Preps v9.4.0
1 parent df0a30d commit 4790293

File tree

5 files changed

+733
-2941
lines changed

5 files changed

+733
-2941
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [9.4.0] - 2019-01-08
88

99
### Added
1010

1111
- Adds pinning of comparisons in the _Compare_ view — pinned comparisons will persist across reloads
1212
- Adds an _Open in Terminal_ command to repositories in the _Repositories_ view
1313

14+
### Changed
15+
16+
- Renames the _Copy Remote File URL to Clipboard_ command (`gitlens.copyRemoteFileUrlToClipboard`) to _Copy Remote URL to Clipboard_ for brevity
17+
1418
### Fixed
1519

1620
- Fixes [#606](https://github.com/eamodio/vscode-gitlens/issues/606) - ID for xxx is already registered?!

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ The file history view provides the following features,
370370

371371
- Automatically tracks the current editor and lists the revision (commit) history of the current file
372372
- An inline toolbar provides quick access to the _Open File_, and _Open File on Remote_ (if available) commands
373-
- A context menu provides _Open File_, _Open File on Remote_ (if available), _Copy Remote File Url to Clipboard_ (if available), and _Refresh_ commands
373+
- A context menu provides _Open File_, _Open File on Remote_ (if available), _Copy Remote Url to Clipboard_ (if available), and _Refresh_ commands
374374
- Provides the message, author, and date of each revision (commit) — fully [customizable](#view-settings- 'Jump to the View settings')
375375
- 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
376376
- A context menu provides access to more common revision (commit) commands
@@ -395,7 +395,7 @@ The line history view provides the following features,
395395

396396
- Automatically tracks the current editor selection and lists the revision (commit) history of the selection in current file
397397
- An inline toolbar provides quick access to the _Open File_, and _Open File on Remote_ (if available) commands
398-
- A context menu provides _Open File_, _Open File on Remote_ (if available), _Copy Remote File Url to Clipboard_ (if available), and _Refresh_ commands
398+
- A context menu provides _Open File_, _Open File on Remote_ (if available), _Copy Remote Url to Clipboard_ (if available), and _Refresh_ commands
399399
- Provides the message, author, and date of each revision (commit) — fully [customizable](#view-settings- 'Jump to the View settings')
400400
- 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
401401
- A context menu provides access to more common revision (commit) commands
@@ -626,7 +626,7 @@ The compare view provides the following features,
626626

627627
- Adds a _Copy Commit Message to Clipboard_ command (`gitlens.copyMessageToClipboard`) to copy the commit message of the current line to the clipboard or from the most recent commit to the current branch, if there is no current editor
628628

629-
- Adds a _Copy Remote File Url to Clipboard_ command (`gitlens.copyRemoteFileUrlToClipboard`) to copy the remote url of the current file and line to the clipboard
629+
- Adds a _Copy Remote Url to Clipboard_ command (`gitlens.copyRemoteFileUrlToClipboard`) to copy the remote url of the current file and line to the clipboard
630630

631631
- Adds an _Open Working File"_ command (`gitlens.openWorkingFile`) to open the working file for the current file revision
632632

0 commit comments

Comments
 (0)