Kaynağa Gözat

Preps v3.5.0-beta.2

main
Eric Amodio 7 yıl önce
ebeveyn
işleme
535e627048
3 değiştirilmiş dosya ile 15 ekleme ve 2 silme
  1. +7
    -1
      CHANGELOG.md
  2. +7
    -0
      README.md
  3. +1
    -1
      package.json

+ 7
- 1
CHANGELOG.md Dosyayı Görüntüle

@ -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/).
## [3.5.0-beta.2] - 2017-05-23
### Fixed
- Fixes [#40](https://github.com/eamodio/vscode-gitlens/issues/40) - Encoding issues
- Given the limitations of the vscode api, I'm unable to fix all the encoding issues, but many of them should now be squashed
- `files.encoding` is now honored for the cases where the encoding cannot currently be gleaned
## [3.5.0-beta] - 2017-05-23
### Added
- Improves performance
@ -11,7 +17,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Caches many more git commands to reduce git command roundtrips and parsing
- Increases the debounce (delay) on cursor movement to reduce lag when navigating around a file
- Adds diff information (previous line's code) into the active line hover when the current line is uncommitted
- Adds `gitlens.statusBar.alignment` settings to control the alignment of the status bar -- thanks to Zack Schuster (@zackschuster)!
- Adds `gitlens.statusBar.alignment` settings to control the alignment of the status bar -- thanks to [PR #72](https://github.com/eamodio/vscode-gitlens/pull/72) by Zack Schuster ([@zackschuster](https://github.com/zackschuster))!
- Adds `Open Branch in Remote` command (`gitlens.openBranchInRemote`) - opens the current branch commits in the supported remote service
- Adds `Open Repository in Remote` command (`gitlens.openRepoInRemote`) - opens the repository in the supported remote service
- Adds support to the `Search commits` command (`gitlens.showCommitSearch`) to work without any active editor

+ 7
- 0
README.md Dosyayı Görüntüle

@ -219,3 +219,10 @@ GitLens is highly customizable and provides many configuration settings to allow
- 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 issues ([vscode issue #11485](https://github.com/Microsoft/vscode/issues/11485)) with the `expanded` and `compact` blame annotation styles when using a non-monospace font -- set `"gitlens.advanced.toggleWhitespace.enabled": true` if you are using a non-monospace font
## Contributors
A big thanks to the people that have contributed to this project:
- Aurelio Ogliari ([@nobitagit](https://github.com/nobitagit)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=nobitagit)
- Zack Schuster ([@zackschuster](https://github.com/zackschuster)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=zackschuster)

+ 1
- 1
package.json Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet