瀏覽代碼

Preps v9.5.1

main
Eric Amodio 5 年之前
父節點
當前提交
b0941c2acc
共有 3 個檔案被更改,包括 14 行新增1 行删除
  1. +11
    -0
      CHANGELOG.md
  2. +2
    -0
      README.md
  3. +1
    -1
      package.json

+ 11
- 0
CHANGELOG.md 查看文件

@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## [9.5.1] - 2019-02-13
### Added
- Adds better tooltips for file revisions (`gitlen://` uris) — includes the commit id
- Adds an _Open Revision from Branch or Tag..._ (`gitlens.openFileRevisionFromBranch`) command to open the revision of the current file from the selected branch — closes [#646](https://github.com/eamodio/vscode-gitlens/issues/646)
### Fixed
- Fixes issues with the welcome page and the interactive settings in the latest vscode insiders build
## [9.5.0] - 2019-02-06
### Added

+ 2
- 0
README.md 查看文件

@ -613,6 +613,8 @@ The compare view provides the following features,
- Adds an _Open Revision..._ command (`gitlens.openFileRevision`) to open the selected revision for the current file
- Adds an _Open Revision from Branch or Tag..._ command (`gitlens.openFileRevisionFromBranch`) to open the revision of the current file from the selected branch
- Adds an _Open Changes (with difftool)_ command (`gitlens.externalDiff`) to the source control group and source control resource context menus to open the changes of a file or set of files with the configured git difftool
- Adds an _Open All Changes (with difftool)_ command (`gitlens.externalDiffAll`) to open all working changes with the configured git difftool

+ 1
- 1
package.json 查看文件

@ -2,7 +2,7 @@
"name": "gitlens",
"displayName": "GitLens — Git supercharged",
"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",
"version": "9.5.0",
"version": "9.5.1",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"

Loading…
取消
儲存