Skip to content

Commit

Permalink
Update version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tshino committed Dec 26, 2021
1 parent 190907b commit f364a10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

All notable changes to the Keyboard Macro Bata extension will be documented in this file.

### [Unreleased]
### [0.7.0] - 2021-12-26
- New
- Added Atom Keymap support. (See [Keymap Wrappers](keymap-wrapper/README.md)) [#22](https://github.com/tshino/vscode-kb-macro/pull/22)
- Added Notepad++ Keymap support. (See [Keymap Wrappers](keymap-wrapper/README.md)) [#21](https://github.com/tshino/vscode-kb-macro/pull/21)
- Added new 'when' clause context `kb-macro.headOfLine`, which evaluates true if the cursor is at the beginning of a line, for the help of defining more precise await options.
- Update
- Reduced unnecessary delay after the `editor.action.clipboardCutAction` command.
- Reduced unnecessary delays after the `editor.action.clipboardCutAction` command.
- Added comment lines to keymap wrapper files to describe keymap name and its version. [#20](https://github.com/tshino/vscode-kb-macro/pull/20)
- Fix
- Keymap wrapper for Sublime Text may have not been working correctly on Mac due to "mac" keys in user `keybindings.json`.
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -2,7 +2,7 @@
"name": "kb-macro",
"displayName": "Keyboard Macro Beta",
"description": "Recordable keyboard macro for Visual Studio Code",
"version": "0.6.0",
"version": "0.7.0",
"publisher": "tshino",
"engines": {
"vscode": "^1.63.0"
Expand Down

0 comments on commit f364a10

Please sign in to comment.