Skip to content

Commit

Permalink
Update version to 1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonatwork committed Oct 31, 2022
1 parent 0fd8d09 commit e957f0b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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!
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amvim",
"version": "1.34.1-pre",
"version": "1.35.0",
"publisher": "auiworks",
"icon": "images/icon.png",
"displayName": "amVim",
Expand Down

0 comments on commit e957f0b

Please sign in to comment.