Releases: github/hotkey
Releases · github/hotkey
v3.1.4
v3.1.3
v3.1.2
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
- @dgreif made their first contribution in #132
- @gracepark made their first contribution in #134
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
- fix: hotkey mapper URL by @davidsneighbour in #121
- Bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in #122
- Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #124
- Make localizeMod SSR safe by @Cbodfield in #126
New Contributors
- @davidsneighbour made their first contribution in #121
- @Cbodfield made their first contribution in #126
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Move
eslint-import-resolver-typescriptto dev dependencies by @iansan5653 in #120
Full Changelog: v3.0.1...v3.1.0
v3.0.1
v3.0.0
Breaking changes
- When
Shiftis 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 addShift. For example,AbecomesShift+A,Mod+UbecauseMod+Shift+U. - The behavior of
ModandMetahas been made more consistent: on MacOS, when these keys are used withShift, the resulting key name is now normalized to uppercase (#116). This allows using the sameModshortcuts on Windows, Linux, and MacOS, but may require updating some hotkey strings to use uppercase letters. For example,Meta+Shift+abecomesMeta+Shift+A, andMod+Shift+Awill work as expected across all operating systems.
v2.3.1
What's Changed
- Fix backtick mapping for macOS symbol layer by @JoyceZhu in #113
- Don't use symbol plane unless
Altis pressed by @iansan5653 in #114
New Contributors
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Add support for
SpaceandPlusby @iansan5653 in #112
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Add support for alt/option on Mac via symbol map by @iansan5653 in #110
Full Changelog: v2.1.1...v2.2.0