Skip to content

Windows empty hotkey minor bugfix

Latest
Compare
Choose a tag to compare
@TheJaredWilcurt TheJaredWilcurt released this 18 Apr 12:46
ecf3446

Breaking Changes:

  • NONE! Your code should work exactly the same without changing anything.

Bug fix:

  • Windows shortcuts no longer set the hotkey to empty string (which is technically a value, causing a minor bug).
    • Special thanks to caumeira for this PR

Maintenance:

  • Ran npm audit fix

Code Quality:

  • Linting and Test coverage remains at 100%
  • E2E tests all passing
    • OSX at ~25-115ms
    • Windows at ~248-468ms
    • Linux at ~30-36ms

Code Changes