Skip to content

Releases: prantlf/link-bin-executable

1.0.3

Choose a tag to compare

@github-actions github-actions released this 11 Aug 17:09

1.0.3 (2024-08-11)

Bug Fixes

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 12 Dec 13:41

1.0.2 (2023-12-12)

Bug Fixes

  • Fix missing declaration of wrioteFile (56e637b)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 12 Dec 13:16

1.0.1 (2023-12-12)

Bug Fixes

  • Install .cmd and .ps1 files on Windows (efff95d)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Dec 11:58

1.0.0 (2023-12-12)

Features

  • Use .cmd and .ps1 files on Windows (6d8f80a)

BREAKING CHANGES

  • Although the previous version did not work on Windows
    in my tests, for somebdy it might. The new version creates .cmd and .ps1
    files instead of the links. The junction will not exist in .bin after
    installing a package. Otherwise the functionality did not change. The
    binary can be run just by the file name with no file extension.

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 04 Nov 21:33

0.3.1 (2023-11-04)

Bug Fixes

  • Fix local bin detection when installling (0db0151)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Nov 19:30

0.3.0 (2023-11-04)

Features

  • Add verbose option to perform debug logging on stdout (8fdc993)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Nov 22:48

0.2.0 (2023-11-01)

Features

  • Allow specifying multiple links in the runtime too (79e5e94)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 01 Nov 22:31

0.1.1 (2023-11-01)

Bug Fixes

  • Replace broken links as well (c6bd347)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Nov 22:19

0.1.0 (2023-11-01)

Features

  • Allow specifying multiple links (4890f73)

v0.0.1

Choose a tag to compare

@prantlf prantlf released this 27 Oct 20:34
22062c1

2023-10-27 (0.0.1)

Initial release