diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a9c844..ef9af39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.17.1 + +- **Fix:** The cursor position doesn't unexpectedly change when typing fast/whitespace render mode chages/using `INSERT` mode in vscodevim +- **Revert:** The cursor position changes if it was on the last character of the last line when the last newline was inserted. This is an expected regression that will be fixed in the next version after the VSCode update + ## 0.17.0 - **New:** add option to disable the "Generate .editorconfig" context menu entry (by @SunsetTechuila) diff --git a/package.json b/package.json index 8170c4f..2762592 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "EditorConfig for VS Code", "description": "EditorConfig Support for Visual Studio Code", "publisher": "EditorConfig", - "version": "0.17.0", + "version": "0.17.1", "icon": "EditorConfig_icon.png", "engines": { "vscode": "^1.82.0"