Preps v4.1-beta

This commit is contained in:
Eric Amodio
2017-06-10 04:21:02 -04:00
parent 48a1ca704d
commit 7f2ec30164
2 changed files with 44 additions and 41 deletions

View File

@@ -4,8 +4,11 @@ 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/). The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## [4.0.2-beta] - 2017-06-10 ## [4.1.0-beta] - 2017-06-10
### Added ### Added
- Adds all-new recent changes annotations of the whole-file - annotates and highlights all of lines changed in the most recent commit
- Can customize the [layout](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#file-recent-changes-annotation-settings), as well as the [theme](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#theme-settings)
- Adds `Toggle Recent File Changes Annotations` command (`gitlens.toggleFileRecentChanges`) - toggles the recent changes annotations on and off
- Improves performance - Improves performance
- Optimized git output parsing to increase speed and reduce memory usage - Optimized git output parsing to increase speed and reduce memory usage
- Defers diff chunk parsing until it is actually required - Defers diff chunk parsing until it is actually required

View File

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