Skip to content

Releases: mkht/DSCR_Shortcut

2.3.0

08 Jul 13:36
Compare
Choose a tag to compare

v2.3.0

Improvements ⚡

  • Class libraries are included as pre-compiled binaries. This greatly improves module load times. #14

2.2.0

12 Mar 12:31
Compare
Choose a tag to compare

v2.2.0

New Features ✨

  • Export useful functions. Get-Shortcut, New-Shortcut, Update-Shortcut

Bug Fix 🐛

  • Fixed an issue that the test fails when http / https URLs is specified in Target.

2.1.1

30 Nov 02:42
Compare
Choose a tag to compare

v2.1.1

Improvements ⚡

  • [Regression] Fixed an issue where environment variables in a shortcut file would be unintentionally expanded.

2.1.0

03 Nov 06:57
ead0ce4
Compare
Choose a tag to compare

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

14 Oct 13:09
582def6
Compare
Choose a tag to compare

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 ✨

Improvements ⚡

  • For better performance and future scalability, The internal interface has been changed from WshShortcut to IShellLink.
  • Avoid positional parameters.
  • Fix minor issues.

1.3.8

07 Apr 10:38
Compare
Choose a tag to compare
  • Changed not to test for properties not explicitly specified.

1.3.7

05 Sep 12:53
Compare
Choose a tag to compare
  • Fix PSSA issues.
  • Remove unnecessary files in the published data.

1.3.6

02 Aug 16:00
Compare
Choose a tag to compare
  • Fixed issue that the Test-TargetResource always fails when the Target contains environment variables. #9
  • Fixed issue that the Test-TargetResource may fails when the Icon is specified.

1.3.4

24 Jul 15:06
Compare
Choose a tag to compare
  • Fixed issue that the Test-TargetResource always fails when the HotKey is not specified. #8
  • Improved verbose messages.

1.3.1

20 Jul 15:39
Compare
Choose a tag to compare

Change type of HotKey to [string]