Releases: mkht/DSCR_Shortcut
Releases · mkht/DSCR_Shortcut
2.3.0
2.2.0
2.1.1
2.1.0
v2.1.0
Improvements ⚡
- [Regression] Fixed an issue where environment variables in a shortcut file would be unintentionally expanded.
- Fixed an issue where
HotKey
would not be determined correctly between multiple different keyboard layouts. - You can now specify the Fn-key for
HotKey
by itself. (In previous versions, it had to be combined with modifier keys.) - Add Unit & Integration tests.
2.0.0
v2.0.0
BREAKING CHANGES 💥
- v1 of the module initializes properties not specified in the configuration when updating an existing shortcut file, but v2 preserves them.
New Features ✨
- Add
AppUserModelID
property.
You can use this to control the grouping of the taskbar. See Microsoft Docs for more information.
https://docs.microsoft.com/en-us/windows/win32/shell/appids
Improvements ⚡
- For better performance and future scalability, The internal interface has been changed from
WshShortcut
toIShellLink
. - Avoid positional parameters.
- Fix minor issues.