Skip to content

Commit

Permalink
Update version to 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonatwork committed Dec 2, 2022
1 parent 198d45a commit 299d095
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.36.0](https://github.com/aioutecism/amVim-for-VSCode/releases/tag/1.36.0)
- Add new when clause context `amVim.waitingForInput` #303
- Allows for binding `h`, `j`, `k` and `l` to native cursor movement.
- Small improvements to mode change behavior to avoid unexpected cursor placement.
- Add `:shell` and `:split` commands #314
- Improve `:wq` command to behave more consistently when save fails.


# [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`.
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.35.1-pre",
"version": "1.36.0",
"publisher": "auiworks",
"icon": "images/icon.png",
"displayName": "amVim",
Expand Down

0 comments on commit 299d095

Please sign in to comment.