Skip to content

v5.0.0

Compare
Choose a tag to compare
@Byron Byron released this 25 Jun 07:17
· 45 commits to main since this release
92695f6

Bug Fixes (BREAKING)

  • with() on windows to be able to lookup program in registry/PATH.
    The underlying invocation of with() changed slightly on windows to make it more useful
    as it can now find application names like chrome in the registry, but that change may also
    be breaking for some who previously worked around the previous behaviour.

    Please let us know if this truly works better, or if more changes are needed to launch something
    with a program on Windows.

    See #82 for details.

Commit Statistics

  • 4 commits contributed to the release over the course of 3 calendar days.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #80

Commit Details

view details
  • #80
    • Fix open::with() on Windows. (5607cd6)
    • open application now reads OPEN_WITH environment variable to obtain the program to open with. (659b8a0)
  • Uncategorized
    • with() on windows to be able to lookup program in registry/PATH. (ddf4842)
    • Cleanup main program to support --with on all platforms. (b5528b6)