Skip to content

Releases: github/hotkey

v3.1.1

06 May 19:44
63d60c5
Compare
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
Compare
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
Compare
Choose a tag to compare

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

v3.0.0

12 Dec 14:35
bd832b7
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v2.2.0

30 Oct 13:37
8b64334
Compare
Choose a tag to compare

What's Changed

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

v2.1.1

12 Oct 17:38
dd45427
Compare
Choose a tag to compare

What's Changed

  • Make NormalizedHotkeyString extend NormalizedSequenceString by @iansan5653 in #106

Full Changelog: v2.1.0...v2.1.1

v2.1.0

10 Oct 20:12
3353f4a
Compare
Choose a tag to compare

New features

  • Add a special Mod modifier that translates to either Meta on Mac or Control on other platforms by @theinterned in #66
  • Expose tools for building & normalizing hotkey & sequence strings by @iansan5653 in #94

Demos / docs

Other changes

  • Add npm package provenance in release workflow by @iansan5653 in #95

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

21 Jul 12:45
f11dd2a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1