Skip to content

Commit 94bb3e8

Browse files
committed
Preps v7.5.6
1 parent eb41dec commit 94bb3e8

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [7.5.6] - 2018-01-22
88
### Changed
99
- Changes `chorded` keymap on Windows to use `Ctrl+Shift+G` rather than `Ctrl+Alt+G` to avoid [issues](https://blogs.msdn.microsoft.com/oldnewthing/20040329-00/?p=40003)
1010
- Also remaps `Show SCM` to `Ctrl+Shift+G G` since by default it is `Ctrl+Shift+G` if the `chorded` keymap is used
11+
- Refactors git log and stash output parsing -- should be faster and far more robust
1112

1213
### Fixed
14+
- Fixes [#256](https://github.com/eamodio/vscode-gitlens/issues/256) - Fails to copy commit message
15+
- Fixes [#255](https://github.com/eamodio/vscode-gitlens/issues/255) - Lines after an empty line in the commit message are not copied to clipboard
1316
- Fixes [#252](https://github.com/eamodio/vscode-gitlens/issues/252) - Cannot read property 'push' of undefined
1417
- Fixes issue where GitLens wouldn't detect the creation of a Git repository if there were no other repositories open
1518
- Fixes issue where some GitLens commands would show in the palette even though there was no repository
19+
- Fixes issue where navigating the history of a renamed file could cause errors
20+
- Fixes issue with using the `gitlens.diffWithPrevious` command option for Git code lens
1621

1722
## [7.5.5] - 2018-01-18
1823
### Fixed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlens",
3-
"version": "7.5.5",
3+
"version": "7.5.6",
44
"author": {
55
"name": "Eric Amodio",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)