Skip to content

Add "workingDirectory" feature to Windows shortcuts

Choose a tag to compare

@TheJaredWilcurt TheJaredWilcurt released this 03 Nov 17:43
4f1f7e6

Breaking Changes:

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

Enhancements:

  • Added a new API option for Windows called workingDirectory. It lets you set the "current working directory" for the shortcut application when launched. This feature should have been included in the library earlier but was overlooked.

Special thanks to @Tixxxon for bringing this to my attention (#21).

Maintenance:

  • Updated dependencies
  • Updated documentation

Code Quality:

  • Linting and Test coverage remains at 100%
  • E2E tests all passing

Code Changes