From e957f0b6e70b0c7506724fee648e6307251ca1a1 Mon Sep 17 00:00:00 2001 From: Alison Winters Date: Mon, 31 Oct 2022 21:38:03 +0800 Subject: [PATCH] Update version to 1.35.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7143707..b0c2fa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.35.0](https://github.com/aioutecism/amVim-for-VSCode/releases/tag/1.35.0) +- Wrapped line support: #305 #306 + - Implements `g^`, `g0`, `g$`, `gm`, `gk` and `gj`. + - Known issues include a slight flicker and occasional unexpected cursor placement. + + # [1.34.0](https://github.com/aioutecism/amVim-for-VSCode/releases/tag/1.34.0) - Improve replace command `r` and add basic replace mode `R` #287 - `r` command now supports a count @@ -8,6 +14,7 @@ - `n` command now nudges the cursor forward to find the next match - this now makes it work the same as vim - Temporarily remove `g?` ROT13 command since it broke `gg` motions in visual mode #292 + # [1.33.0](https://github.com/aioutecism/amVim-for-VSCode/releases/tag/1.33.0) - Support remote development mode with workspace execution location: #283 Thanks @imyelo! diff --git a/package-lock.json b/package-lock.json index cb2c78c..e9de1e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "amvim", - "version": "1.34.1-pre", + "version": "1.35.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "amvim", - "version": "1.34.1-pre", + "version": "1.35.0", "license": "ISC", "devDependencies": { "@types/glob": "^8.0.0", diff --git a/package.json b/package.json index dff88d9..2c3039e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amvim", - "version": "1.34.1-pre", + "version": "1.35.0", "publisher": "auiworks", "icon": "images/icon.png", "displayName": "amVim",