浏览代码

Preps v3.5.1

main
Eric Amodio 7 年前
父节点
当前提交
2036c8abaf
共有 2 个文件被更改,包括 10 次插入1 次删除
  1. +9
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 9
- 0
CHANGELOG.md 查看文件

@ -4,6 +4,15 @@ 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.1] - 2017-05-25
### Changed
- Changes certain code lens actions to be unavailable (unclickable) when the commit referenced is uncommitted - avoids unwanted error messages
- Debounces more events when tracking the active line to further reduce lag
### Fixed
- Fixes [#71](https://github.com/eamodio/vscode-gitlens/issues/71) - Blame information is invalid when a file has changed outside of vscode
- Fixes issue with showing the incorrect blame for versioned files (i.e. files on the left of a diff, etc)
## [3.5.0] - 2017-05-24
### Added
- Improves performance

+ 1
- 1
package.json 查看文件

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

正在加载...
取消
保存