From 39671d5e892aada5c30c388e13e79a5026ac6635 Mon Sep 17 00:00:00 2001 From: Horace He Date: Sat, 16 Sep 2017 19:39:56 -0400 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcdbc732..1be0838e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [v0.10.1 Easy Éclair](https://github.com/VSCodeVim/Vim/releases/tag/v0.10.1) (Sep 16, 2017) + +Much credit goes to @MaxfieldWalker and @brandonbloom for much of the work this patch! +* Made it possible to specify custom characters for Easymotion keys as in #1981. Use vim.easymotionKeys for this new functionality! +* Fix a bug with easymotion not appearing on some matches. +* Fixed a bug with easymotion appearing under code. #2009 +* Started using the vscode theme color for markers instead of red and black as the default. #2017 (comment) +* Support for bidirectional easymotion commands. + +Big thanks to @MaxfieldWalker for all of these improvements! +* Fix an occasional dereference of undefined that occurred occasionally on startup. Thanks @brandonbloom ! +* Implemented <C-]> and <C-t>. Thanks @brandonbloom ! +* Fixed some pesky bugs with the paragraph objects. Thanks @brandonbloom ! +* Implemented '' and `` properly. This involved implementing a command on the VSCode side, so thanks @brandonbloom ! +* Corrected an incorrect behavior of the new setting mouseSelectionGoesIntoVisualMode. Thanks @nguymin4 ! # [v0.10.0 Waiting Walnut](https://github.com/VSCodeVim/Vim/releases/tag/v0.10.0) (Aug 30, 2017) This release has been long overdue. diff --git a/package.json b/package.json index 0bf98e3b..4d95cfbf 100644 --- a/package.json +++ b/package.json @@ -578,4 +578,4 @@ "typescript": "^2.3.2", "vscode": "^1.1.5" } -} \ No newline at end of file +}