Skip to content

Releases: github/hotkey

v3.1.4

16 Mar 17:39
f26fabb

Choose a tag to compare

Rereleasing again due to a bad version published with no code.

v3.1.3

16 Mar 17:09
3c70f99

Choose a tag to compare

Re-releasing 3.1.2 due to Actions workflow failure.

v3.1.2

16 Mar 16:41
4ff070b

Choose a tag to compare

What's Changed

Fixed

  • Fix double-modifier bug in hotkey modifier sorting by @iansan5653 in #146

Other changes

  • Use node 22 by @dgreif in #132
  • Migrate from Karma/Mocha/Chai to Vitest with Playwright browser mode by @Copilot in #145
  • Update dependencies (various PRs)

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

06 May 19:44
63d60c5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

14 Dec 14:41
90b68f4

Choose a tag to compare

What's Changed

  • Move eslint-import-resolver-typescript to dev dependencies by @iansan5653 in #120

Full Changelog: v3.0.1...v3.1.0

v3.0.1

12 Dec 22:13
bb2f46a

Choose a tag to compare

Re-releasing v3.0.0 due to a bad workflow configuration.

v3.0.0

12 Dec 14:35
bd832b7

Choose a tag to compare

Breaking changes

  • When Shift is used to type an uppercase letter, Shift+ will now be included in the hotkey string (#115). This means authors will need to update hotkey strings which contain capital letters to add Shift. For example, A becomes Shift+A, Mod+U because Mod+Shift+U.
  • The behavior of Mod and Meta has been made more consistent: on MacOS, when these keys are used with Shift, the resulting key name is now normalized to uppercase (#116). This allows using the same Mod shortcuts on Windows, Linux, and MacOS, but may require updating some hotkey strings to use uppercase letters. For example, Meta+Shift+a becomes Meta+Shift+A, and Mod+Shift+A will work as expected across all operating systems.

v2.3.1

05 Dec 16:56
caec920

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.3.1

v2.3.0

31 Oct 20:14
bc70e3d

Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

30 Oct 13:37
8b64334

Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.2.0