diff --git a/CHANGELOG.md b/CHANGELOG.md index d900a2f3c6e..ba5d901ea03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Change Log +## [v1.21.7](https://github.com/vscodevim/vim/tree/v1.21.7) (2021-08-31) + +[Full Changelog](https://github.com/vscodevim/vim/compare/v1.21.6...v1.21.7) + +**Enhancements:** + +- `:delete` and `:yank` should support `{count}` argument [\#6995](https://github.com/VSCodeVim/Vim/issues/6995) + +**Fixed Bugs:** + +- Failed to handle key=\. Cannot read property 'end' of undefined [\#7027](https://github.com/VSCodeVim/Vim/issues/7027) +- Failed to handle key=\. e.getTransformation is not a function [\#7009](https://github.com/VSCodeVim/Vim/issues/7009) +- Pressing tab while in Replace mode resulting \ [\#6641](https://github.com/VSCodeVim/Vim/issues/6641) +- Failed to handle key=\. Cannot read property 'previousMode' of undefined [\#6343](https://github.com/VSCodeVim/Vim/issues/6343) + +**Closed issues:** + +- Why vim-surround command csw" \(word surround\) is not working now? [\#7003](https://github.com/VSCodeVim/Vim/issues/7003) +- Allow for appending to \[a-z\] registers [\#6965](https://github.com/VSCodeVim/Vim/issues/6965) + +**Merged pull requests:** + +- Show command and search when showmodename is disabled [\#7021](https://github.com/VSCodeVim/Vim/pull/7021) ([BlakeWilliams](https://github.com/BlakeWilliams)) +- Adds count argument to `:yank` and `:delete` commands [\#7007](https://github.com/VSCodeVim/Vim/pull/7007) ([DevinLeamy](https://github.com/DevinLeamy)) +- fix: \ behavior in replace mode [\#6997](https://github.com/VSCodeVim/Vim/pull/6997) ([Komar0ff](https://github.com/Komar0ff)) +- Append to \[a-z\] registers [\#6971](https://github.com/VSCodeVim/Vim/pull/6971) ([DevinLeamy](https://github.com/DevinLeamy)) + ## [v1.21.6](https://github.com/vscodevim/vim/tree/v1.21.6) (2021-08-11) [Full Changelog](https://github.com/vscodevim/vim/compare/v1.21.5...v1.21.6) @@ -25,7 +52,6 @@ - s [\#6959](https://github.com/VSCodeVim/Vim/issues/6959) - Status bar shows -- NORMAL -- but no commands working [\#6929](https://github.com/VSCodeVim/Vim/issues/6929) - Make "gd" Open definition to the side in Search Editor [\#6921](https://github.com/VSCodeVim/Vim/issues/6921) -- vim undo vs vscode undo [\#6919](https://github.com/VSCodeVim/Vim/issues/6919) - Simple copy-paste key bindings don't work in --INSERT-- mode [\#6914](https://github.com/VSCodeVim/Vim/issues/6914) - Failed to handle key=\. Could NOT open editor for "file:///home/fabrice/CRIStAL/Speed/examples/train_example.py". [\#6868](https://github.com/VSCodeVim/Vim/issues/6868) - Failed to handle key=2. Cannot read property 'length' of undefined [\#6861](https://github.com/VSCodeVim/Vim/issues/6861) @@ -215,25 +241,15 @@ - Failed to handle key=.. Illegal argument: character must be non-negative [\#6339](https://github.com/VSCodeVim/Vim/issues/6339) - Failed to handle key=\. Illegal value for `line` [\#6331](https://github.com/VSCodeVim/Vim/issues/6331) -- Illegal value for `line` [\#6273](https://github.com/VSCodeVim/Vim/issues/6273) -- Failed to handle key=d. Illegal value for `line` [\#6258](https://github.com/VSCodeVim/Vim/issues/6258) ## [v1.19.1](https://github.com/vscodevim/vim/tree/v1.19.1) (2021-03-21) [Full Changelog](https://github.com/vscodevim/vim/compare/v1.19.0...v1.19.1) -**Fixed Bugs:** - -- Failed to handle key=\. Cannot read property 'isOperator' of undefined [\#6309](https://github.com/VSCodeVim/Vim/issues/6309) - ## [v1.19.0](https://github.com/vscodevim/vim/tree/v1.19.0) (2021-03-19) [Full Changelog](https://github.com/vscodevim/vim/compare/v1.18.9...v1.19.0) -**Closed issues:** - -- Failed to handle key=c. Illegal value for `line` [\#6301](https://github.com/VSCodeVim/Vim/issues/6301) - ## [v1.18.9](https://github.com/vscodevim/vim/tree/v1.18.9) (2021-02-05) [Full Changelog](https://github.com/vscodevim/vim/compare/v1.18.8...v1.18.9) diff --git a/package.json b/package.json index 96c85f34fe1..77eb1e0dd7f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Vim", "description": "Vim emulation for Visual Studio Code", "icon": "images/icon.png", - "version": "1.21.6", + "version": "1.21.7", "publisher": "vscodevim", "galleryBanner": { "color": "#e3f4ff", diff --git a/yarn.lock b/yarn.lock index ec4512e79f5..988aa8a56d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3,7 +3,7 @@ "@babel/code-frame@^7.0.0": - version "7.10.5" + version "7.10.6" resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== dependencies: