Releases: tshino/vscode-kb-macro
Releases · tshino/vscode-kb-macro
v0.13.0
What's Changed
- Feature:
- Added optimization of the input sequence to the playback command. #195
- This optimization can improve playback performance, especially in a sequence containing a long typing.
- Added Background Recording API which opens a way to create custom keystroke automation extensions. #176
- Update
- Changed the activatation context of wrapper keybindings from
kb-macro.recording
to kb-macro.active
. #133
- This change does not require any actions for existing users unless they want to use the extra feature Background Recording API.
- Updated keymap wrapper for Vz Keymap (v0.19.4). #180
- Updated keymap wrapper for Atom Keymap (v3.2.0).
- Internal
- Added
vsce
command to devDependencies.
New Contributors
Full Changelog: v0.12.10...v0.13.0
v0.12.10
What's Changed
- Fix
- Fixed: Some keybindings related to Code Action, which cannot be played back, were being recorded. #173
- Update
- Updated default keybindings wrappers based on vscode 1.74.1. #172
Full Changelog: v0.12.9...v0.12.10
v0.12.9
What's Changed
- Update
- Updated default keybindings wrappers based on vscode 1.74.0. #170
- Updated keymap wrapper for Awesome Emacs Keymap (v0.46.0). #162
- Updated keymap wrapper for Awesome Emacs Keymap (v0.47.0). #165
- Updated keymap wrapper for Vz Keymap (v0.19.3). #166
Full Changelog: v0.12.8...v0.12.9
v0.12.8
What's Changed
- Update
- Updated default keybindings wrappers based on vscode 1.73.0. #158
- Internal:
- Updated automated workflow to stop using deprecated 'set-output' commands. #156
Full Changelog: v0.12.7...v0.12.8
v0.12.7
What's Changed
- Update
- Updated default keybindings wrappers based on vscode 1.72.0. #151
- Updated keymap wrapper for Delphi Keymap (v9.6.0). #152
Full Changelog: v0.12.6...v0.12.7
v0.12.6
What's Changed
- Update
- Updated default keybindings wrappers based on vscode 1.71.0. #147
- Internal:
- Fixed: Failure in automated workflow to update default keybindings wrappers. #145
Full Changelog: v0.12.5...v0.12.6
v0.12.5
What's Changed
- Fix
- Fixed:
ctrl+shift+f
fails to focus Search in recording mode. #142
- Update
- Updated keymap wrapper for Awesome Emacs Keymap (v0.44.1). #144
Full Changelog: v0.12.4...v0.12.5
v0.12.4
What's Changed
- Update
- Updated default keybindings wrappers based on vscode 1.70.0. #135
- Updated keymap wrapper for Delphi Keymap (v9.5.1). #136
- Documentation:
- Added 'Dealing with re-entrance' section to DESIGN.md.
- Internal:
- Added new
kb-macro.active
'when'-clause context. At this version, it is just an alias of kb-macro.recording
. #134
Full Changelog: v0.12.3...v0.12.4
v0.12.3
What's Changed
- Update
- Update default keybindings wrappers based on vscode 1.69.0. #126
Full Changelog: v0.12.2...v0.12.3
v0.12.2
What's Changed
- Fix
- Fixed:
ctrl+tab
doesn't work correctly with this extension installed. #119
- Update
- Update default keybindings wrappers based on vscode 1.67.1. #106
- Update default keybindings wrappers based on vscode 1.67.2. #108
- Update default keybindings wrappers based on vscode 1.68.0. #117
- Updated keymap wrapper for Vz Keymap (v0.19.2). #118
- Internal
- Added summary output for the automated workflow. #102
- Enabled github-actions version updates with Dependabot.
Full Changelog: v0.12.1...v0.12.2