Releases: tshino/vscode-kb-macro
Releases · tshino/vscode-kb-macro
v0.12.4
What's Changed
- Update
- 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 ofkb-macro.recording
. #134
- Added new
Full Changelog: v0.12.3...v0.12.4
v0.12.3
v0.12.2
What's Changed
- Fix
- Fixed:
ctrl+tab
doesn't work correctly with this extension installed. #119
- Fixed:
- Update
- Internal
- Added summary output for the automated workflow. #102
- Enabled github-actions version updates with Dependabot.
Full Changelog: v0.12.1...v0.12.2
v0.12.1
What's Changed
- Documentation:
- Added 'Testing' section to DESIGN.md.
- Update
- Update default keybindings wrappers based on vscode 1.66.1. #93
- Update default keybindings wrappers based on vscode 1.66.2. #95
- Update default keybindings wrappers based on vscode 1.67.0. #101
- Updated keymap wrapper for Vz Keymap (v0.19.0). #96
- Updated keymap wrapper for Vz Keymap (v0.19.1). #100
- Updated Keymap wrapper for Awesome Emacs Keymap (v0.43.1). #97
- Updated Keymap wrapper for Awesome Emacs Keymap (v0.44.0). #99
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- Feature
- Enabled using saved macros during recording. #72
- Documentation:
- Added 'When clause context' section to the README.
- Added 'Keymap wrappers' section to DESIGN.md.
- Update
- Fix
- Fixed: Typing in the find input box during recording may cause unexpected cursor movements during playback. #33
- Internal
Full Changelog: v0.11.3...v0.12.0
v0.11.3
What's Changed
- Update
- Fix
- Fixed: Deadlock happens if wrap invokes wrap #63
- Internal
Full Changelog: v0.11.2...v0.11.3
v0.11.2
v0.11.1
v0.11.0
What's Changed
- Feature
- Documentation
- Added 'How to save the recorded sequence for future use' section to the README.
- Update
- Updated default keybindings based on VS Code 1.64.0 (Windows, Linux).
- Updated keymap wrapper for Awesome Emacs Keymap (v0.39.0).
- Fix
- Fixed uncaught errors 'Cannot read property 'textEditor' of undefined'. #47
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- Feature
- Documentation
- Added 'Tips' section to the README.
- Internal
- Renamed internal commands. #39
internal:performType
->$type
internal:performCursorMotion
->$moveCursor
- Renamed internal commands. #39
Full Changelog: v0.9.0...v0.10.0