Ver código fonte

Preps v5.4.0

main
Eric Amodio 7 anos atrás
pai
commit
c09b77e3bb
4 arquivos alterados com 9 adições e 2 exclusões
  1. +6
    -0
      CHANGELOG.md
  2. +1
    -0
      README.md
  3. +1
    -1
      package-lock.json
  4. +1
    -1
      package.json

+ 6
- 0
CHANGELOG.md Ver arquivo

@ -4,6 +4,12 @@ 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/).
## [5.4.0] - 2017-09-30
### Added
- Adds support for user-defined remote services via `gitlens.remotes` setting -- closes [#148](https://github.com/eamodio/vscode-gitlens/issues/148)
- Adds `Open Changes (with difftool)` command (`gitlens.externalDiff`) - opens the changes of a file or set of files with the configured git difftool -- thanks to [PR #154](https://github.com/eamodio/vscode-gitlens/pull/154) by Chris Kaczor ([@ckaczor](https://github.com/ckaczor))!
- Adds to the source control group and source control resource context menus
## [5.3.0] - 2017-09-26
### Added
- Adds new file layouts to the `GitLens` custom view

+ 1
- 0
README.md Ver arquivo

@ -433,6 +433,7 @@ GitLens is highly customizable and provides many configuration settings to allow
A big thanks to the people that have contributed to this project:
- Amanda Cameron ([@AmandaCameron](https://github.com/AmandaCameron)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=AmandaCameron))
- Chris Kaczor ([@ckaczor](https://github.com/ckaczor)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=ckaczor))
- Peng Lyu ([@rebornix](https://github.com/rebornix)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=rebornix))
- Aurelio Ogliari ([@nobitagit](https://github.com/nobitagit)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=nobitagit)
- Johannes Rieken ([@jrieken](https://github.com/jrieken)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=jrieken))

+ 1
- 1
package-lock.json Ver arquivo

@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "5.3.0",
"version": "5.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

+ 1
- 1
package.json Ver arquivo

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

Carregando…
Cancelar
Salvar