From a10376385a6035bd184bc1ab230553bf88a1222e Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sun, 17 Sep 2017 22:41:31 -0400 Subject: [PATCH] Preps v5.1.1-beta --- CHANGELOG.md | 11 +++++++++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ecb95116ba0..8499306ea86ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,20 @@ 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/). ## [Unreleased] + +## [5.1.1-beta] ### Added -- Adds new `Changed Files` node to the `Repository Status` node of the `GitLens` custom view's `Repository View` -- closes [#139](https://github.com/eamodio/vscode-gitlens/issues/139) +- Adds new `Changed Files` node to the `Repository Status` node of the `GitLens` custom view's `Repository View` (enabled via `"gitlens.insiders": true`) -- closes [#139](https://github.com/eamodio/vscode-gitlens/issues/139) - Provides a file-based view of all the changed files in the working tree and/or files in commits that haven't yet been pushed upstream - Adds `gitlens.gitExplorer.enabled` setting to specify whether or not to show the `GitLens` custom view - closes [#144](https://github.com/eamodio/vscode-gitlens/issues/144) +### Changed +- Chnages the default of the `gitlens.gitExplorer.commitFormat` setting to add parentheses around the commit id +- Removes many menu items from `editor/title` & `editor/title/context` by default -- can be re-enabled via the `gitlens.advanced.menus` setting + ### Fixed -- Fixed an issue when running `Open File in Remote` with a multi-line selection wasn't properly opening the selection in GitLab -- thanks to [PR #145](https://github.com/eamodio/vscode-gitlens/pull/145) by Amanda Cameron ([@AmandaCameron](https://github.com/AmandaCameron))! +- Fixes an issue when running `Open File in Remote` with a multi-line selection wasn't properly opening the selection in GitLab -- thanks to [PR #145](https://github.com/eamodio/vscode-gitlens/pull/145) by Amanda Cameron ([@AmandaCameron](https://github.com/AmandaCameron))! +- Fixes an issue where the `gitlens.advanced.menus` setting wasn't controlling all the menu items properly ## [5.1.0] - 2017-09-15 ### Added diff --git a/package-lock.json b/package-lock.json index b1869d3e834e9..10464a58202d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "5.1.0", + "version": "5.1.1-beta", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cd8c6014b2afc..f37f17d0ee032 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "5.1.0", + "version": "5.1.1-beta", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"