Skip to content

Commit

Permalink
Merge pull request #92 from tshino/update-changelog-issue-33
Browse files Browse the repository at this point in the history
Update README and CHANGELOG for #33
  • Loading branch information
tshino authored Apr 5, 2022
2 parents 5ee4ccc + bc2b78c commit e96f24a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ All notable changes to the Keyboard Macro Bata extension will be documented in t
- Updated keymap wrapper for Awesome Emacs Keymap (v0.41.1). [#81](https://github.com/tshino/vscode-kb-macro/pull/81)
- Updated keymap wrapper for Awesome Emacs Keymap (v0.41.2). [#91](https://github.com/tshino/vscode-kb-macro/pull/91)
- Updated Keymap wrapper for Delphi Keymap (v9.5.0). [#90](https://github.com/tshino/vscode-kb-macro/pull/90)
- Fix
- Fixed: Typing in the find input box during recording may cause unexpected cursor movements during playback. [#33](https://github.com/tshino/vscode-kb-macro/issues/33)
- Internal
- Added `record` option to the `kb-macro.wrap` command. [#76](https://github.com/tshino/vscode-kb-macro/pull/76)
- Fixed: gen_keymap_wrapper.js end with exit code 0 even when it fails [#77](https://github.com/tshino/vscode-kb-macro/pull/77)
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ The `kb-macro.playback` command has an optional `sequence` argument to specify a
| `kb-macro.playing` | The macro playback is ongoing |

## Known issues
- Typing in the search input box during recording may cause unexpected cursor movements during playback. [#33](https://github.com/tshino/vscode-kb-macro/issues/33)
- Keyboard shortcuts that VS Code newly introduced may not be supported by this extension. Because this extension is configured with a fixed set of wrapper keybindings based on a particular version of VS Code for Windows, Linux, and macOS.
- This extension is intended to work with VS Code on Windows, Linux, and macOS, but is tested mainly on Windows at this moment.

Expand Down

0 comments on commit e96f24a

Please sign in to comment.