ソースを参照

Preps v3.0.5

main
Eric Amodio 7年前
コミット
d0b4c2fd5c
3個のファイルの変更9行の追加2行の削除
  1. +8
    -0
      CHANGELOG.md
  2. +0
    -1
      README.md
  3. +1
    -1
      package.json

+ 8
- 0
CHANGELOG.md ファイルの表示

@ -1,5 +1,11 @@
## Release Notes
### 3.0.5
- Adds additional experimental support for GitLab, Bitbucket, and Visual Studio Team Services to the `Open x in Remote` commands and quick picks -- need to enable it via `"gitlens.insiders": true`
- Adds experimental line support to `Open File in Remote` command (`gitlens.openFileInRemote`)
- Adds original file name for renamed files to the repository status and commit details quick pick
- Fixes [#56](https://github.com/eamodio/vscode-gitlens/issues/56) - Handle file names with spaces
### 3.0.4
- Changes telemetry a bit to reduce noise
- Fixes common telemetry error by switching to non-strict iso dates (since they are only available in later git versions)
@ -17,6 +23,8 @@
### 3.0.0
- Adds experimental support for `Open in GitHub` to the relevant quick picks -- need to enable it via `"gitlens.insiders": true`
- Adds experimental `Open Line Commit in Remote` command (`gitlens.openCommitInRemote`) to open the current commit in the remote service (currently only GitHub)
- Adds experimental `Open File in Remote` command (`gitlens.openFileInRemote`) to open the current file in the remote service (currently only GitHub)
- Adds an update notification for feature releases
- Adds `Show Branch History` command (`gitlens.showQuickBranchHistory`) to show the history of the selected branch
- Adds `Show Last Opened Quick Pick` command (`gitlens.showLastQuickPick`) to re-open the previously opened quick pick - helps to get back to previous context

+ 0
- 1
README.md ファイルの表示

@ -62,4 +62,3 @@ Provides Git CodeLens information (most recent commit, # of authors), on-demand
- If the `Copy to * clipboard` commands don't work on Linux -- `xclip` needs to be installed. You can install it via `sudo apt-get install xclip`
- Visible whitespace causes issue ([vscode issue](https://github.com/Microsoft/vscode/issues/11485)) with `expanded` & `compact` blame annotations when using a non-monospace font -- use `gitlens.advanced.toggleWhitespace.enabled` if you are using a non-monospace font
- Menu `alt` commands aren't working: [vscode issue](https://github.com/Microsoft/vscode/issues/15395)

+ 1
- 1
package.json ファイルの表示

@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "3.0.4",
"version": "3.0.5",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"

読み込み中…
キャンセル
保存