From 8d283db636126b7e3c7dedaa7934f95e6c18bedc Mon Sep 17 00:00:00 2001 From: Grigory Date: Thu, 20 Feb 2025 18:40:44 +0500 Subject: [PATCH 1/2] chore: release 0.17.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a9c844..c5df67e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.17.1 + +- **Fix:** When `insert_final_newline` is set to `true` selections don't 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" From 82f2699cf50c01e0abd67f1ffca1801ae72f32f5 Mon Sep 17 00:00:00 2001 From: Grigory Date: Thu, 20 Feb 2025 18:43:26 +0500 Subject: [PATCH 2/2] correction --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5df67e..ef9af39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 0.17.1 -- **Fix:** When `insert_final_newline` is set to `true` selections don't change when typing fast/whitespace render mode chages/using `INSERT` mode in vscodevim +- **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