Skip to content

Retain environment variables in Windows shortcut paths

Latest
Compare
Choose a tag to compare
@TheJaredWilcurt TheJaredWilcurt released this 06 Jan 18:57
299a4b1

Breaking Changes:

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

Enhancements:

  • File paths for Windows shortcuts now retain their input value, rather than resolving environment variables to hardcoded values.

Maintenance:

  • Updated dependencies
  • Fix some typos in code comments

Code Quality:

  • Linting and Test coverage remains at 100%
  • E2E tests all passing
    • OSX at ~44-63ms
    • Windows at ~134-381ms
    • Linux at ~30-37ms

Code Changes