Skip to content

Commit

Permalink
Update version to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tshino committed Aug 16, 2021
1 parent 7ceb136 commit d33b68d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

All notable changes to the Vz Keymap extension will be documented in this file.

### [Unreleased]
- [WIP] New: Keyboard macro recording and replay
- Ctrl+_ for start or cancel recording.
- Ctrl+^ for finish recording or replay recorded sequence.
### [0.16.0] - 2021-08-17
- Added the Keyboard Macro function which is the final big piece of this extension:
- Ctrl+_ for start or cancel recording keyboard sequence.
- Ctrl+^ for finish recording or replay the recorded sequence.
- Improved:
- The 'when' clause of Escape to cancel box-selection mode.
- The behavior of Undelete (Utrl+U) of Delete left half of line with non-empty selection range.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vz-like-keymap",
"displayName": "Vz Keymap",
"description": "A keymap similar to Vz Editor",
"version": "0.15.0",
"version": "0.16.0",
"publisher": "tshino",
"engines": {
"vscode": "^1.59.0"
Expand Down

0 comments on commit d33b68d

Please sign in to comment.