Skip to content

Fix double quotes bug in Windows options

Choose a tag to compare

@TheJaredWilcurt TheJaredWilcurt released this 18 Jun 14:46
· 22 commits to main since this release
e4182ca

Breaking Changes:

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

Enhancements:

  • Windows arguments, comments, and hotkeys can now accept double quotes (") in their values.
    • Special thanks to AngelCMHxD for catching this after the last release.

Maintenance:

  • Wrote new E2E test to ensure the shortcut properties produced by the VBS script match the desired inputs

Code Quality:

  • Linting and Test coverage remains at 100%
  • E2E tests all passing
    • OSX at ~68-100ms
    • Windows at ~173-224ms
    • Linux at ~32-41ms

Code Changes