Skip to content

Releases: tshino/vscode-kb-macro

v0.13.0

16 Jan 13:51
eb465d0
Compare
Choose a tag to compare

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

  • @rasa made their first contribution in #190

Full Changelog: v0.12.10...v0.13.0

v0.12.10

17 Dec 07:37
58e0cd1
Compare
Choose a tag to compare

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

09 Dec 19:03
18fd1ca
Compare
Choose a tag to compare

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

05 Nov 04:55
e2bb96b
Compare
Choose a tag to compare

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

08 Oct 17:48
2a0ad7d
Compare
Choose a tag to compare

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

05 Sep 12:49
0c798ef
Compare
Choose a tag to compare

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

28 Aug 10:22
06fc531
Compare
Choose a tag to compare

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

06 Aug 08:31
6492b05
Compare
Choose a tag to compare

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

09 Jul 14:52
17391eb
Compare
Choose a tag to compare

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

12 Jun 12:31
v0.12.2
Compare
Choose a tag to compare

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