From f364a108e04db27a267c401842e5bc51c098dba7 Mon Sep 17 00:00:00 2001 From: tshino Date: Sun, 26 Dec 2021 17:12:24 +0900 Subject: [PATCH] Update version to v0.7.0 --- CHANGELOG.md | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18836066..4e95379a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/package-lock.json b/package-lock.json index c44dc910..71b40782 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "kb-macro", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6950ff57..769d1ebe 100644 --- a/package.json +++ b/package.json @@ -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"