diff --git a/CHANGELOG.md b/CHANGELOG.md index 227eeceb391..07e3b97006f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Change Log +## [v0.17.3](https://github.com/vscodevim/vim/tree/v0.17.3) (2018-12-30) + +[Full Changelog](https://github.com/vscodevim/vim/compare/v0.17.2...v0.17.3) + +**Enhancements:** + +- :on is not an editor command [\#3286](https://github.com/VSCodeVim/Vim/issues/3286) +- editor.wordSeparators setting is ignored [\#3166](https://github.com/VSCodeVim/Vim/issues/3166) +- save \(:w or :wq\) with SSHFS and LiveShare guest don't work properly [\#2956](https://github.com/VSCodeVim/Vim/issues/2956) + +**Fixed Bugs:** + +- \ jumps back to wrong location after 'gd' [\#3277](https://github.com/VSCodeVim/Vim/issues/3277) + +**Closed issues:** + +- Either slash or colon not working [\#3291](https://github.com/VSCodeVim/Vim/issues/3291) +- s and S Key Commands Not Working [\#3274](https://github.com/VSCodeVim/Vim/issues/3274) +- Extension Host is unresponsive [\#3056](https://github.com/VSCodeVim/Vim/issues/3056) +- Vim mode randomly not functional - show warning [\#2725](https://github.com/VSCodeVim/Vim/issues/2725) +- Is hanging. [\#2629](https://github.com/VSCodeVim/Vim/issues/2629) + +**Merged pull requests:** + +- fix: sync editor.wordSeparators and vim.iskeyword. closes \#3166 [\#3305](https://github.com/VSCodeVim/Vim/pull/3305) ([jpoon](https://github.com/jpoon)) +- feat: add on as alias for only [\#3303](https://github.com/VSCodeVim/Vim/pull/3303) ([jpoon](https://github.com/jpoon)) +- fix: \#3277 [\#3302](https://github.com/VSCodeVim/Vim/pull/3302) ([jpoon](https://github.com/jpoon)) +- fix saving remote file error [\#3281](https://github.com/VSCodeVim/Vim/pull/3281) ([zhuzisheng](https://github.com/zhuzisheng)) + ## [v0.17.2](https://github.com/vscodevim/vim/tree/v0.17.2) (2018-12-28) [Full Changelog](https://github.com/vscodevim/vim/compare/v0.17.1...v0.17.2) diff --git a/package-lock.json b/package-lock.json index dc30f053c5b..5c12a6a00fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vim", - "version": "0.17.2", + "version": "0.17.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 963b500a21a..117287af3cd 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": "0.17.2", + "version": "0.17.3", "publisher": "vscodevim", "galleryBanner": { "color": "#e3f4ff",