You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking Changes:
NONE! Your code should work exactly the same without changing anything.
Enhancements:
Windows arguments, comments, and hotkeys will now escape any double quotes (") passed in. This is because a VBScript is required on Windows to create shortcuts, and the VBS language uses the double quote as their escape key. This will fix issues like `arguments: '--thing="some text"' not working.
Special thanks to AngelCMHxD for reporting this issue.
Maintenance:
Updated dependencies
Wrote 3 new tests to ensure this bug fix remains fixed.