Skip to content

Commit 236c178

Browse files
committed
Bumps to v11.0.1
1 parent 913c060 commit 236c178

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,23 @@ 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+
## [11.0.2] - 2020-11-20
8+
9+
### Added
10+
11+
- Adds a quick-access button to the _Interactive Rebase Editor_ to disable it — closes [#1153](https://github.com/eamodio/vscode-gitlens/issues/1153)
12+
- Adds shortcut keys to start and abort a rebase in the _Interactive Rebase Editor_
13+
- Adds a _Disable Interactive Rebase Editor_ command (`gitlens.disableRebaseEditor`) to disable the interactive rebase editor
14+
- Adds an _Enable Interactive Rebase Editor_ command (`gitlens.enableRebaseEditor`) to enable the interactive rebase editor
15+
- Adds an _Interactive Rebase Editor_ section to the GitLens Interactive Settings
16+
17+
### Changes
18+
19+
- Changes the layout spacing of the _Interactive Rebase Editor_ to allow for more commits to be shown at once
820

921
### Fixed
1022

23+
- Fixes [#1187](https://github.com/eamodio/vscode-gitlens/issues/1187) - Warning about incorrect regexp in DevTools console — thanks to [PR #1188](https://github.com/eamodio/vscode-gitlens/pull/1188) by Andrii Dieiev ([@IllusionMH](https://github.com/IllusionMH))
1124
- Fixes [#1151](https://github.com/eamodio/vscode-gitlens/issues/1151) - Icons not showing in interactive rebase
1225
- Fixes [#1166](https://github.com/eamodio/vscode-gitlens/issues/1166) - Enormous avatars in interactive rebase view
1326

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,7 @@ A big thanks to the people that have contributed to this project:
951951
- Andrea Cigana ([@ciganandrea](https://github.com/ciganandrea)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=ciganandrea)
952952
- Ash Clarke ([@ashclarke](https://github.com/ashclarke)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=ashclarke)
953953
- Matt Cooper ([@vtbassmatt](https://github.com/vtbassmatt)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=vtbassmatt)
954+
- Andrii Dieiev ([@IllusionMH](https://github.com/IllusionMH)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=IllusionMH)
954955
- Segev Finer ([@segevfiner](https://github.com/segevfiner)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=segevfiner)
955956
- Cory Forsyth ([@bantic](https://github.com/bantic)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=bantic)
956957
- John Gee ([@shadowspawn](https://github.com/shadowspawn)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=shadowspawn)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitlens",
33
"displayName": "GitLens — Git supercharged",
44
"description": "Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more",
5-
"version": "11.0.1",
5+
"version": "11.0.2",
66
"author": {
77
"name": "Eric Amodio",
88
"email": "[email protected]"

0 commit comments

Comments
 (0)