Skip to content

Releases: Byron/open-rs

v5.1.2

07 Mar 17:23
a65b733
Compare
Choose a tag to compare

Bug Fixes

  • link using "system" ABI

Commit Statistics

  • 2 commits contributed to the release.
  • 4 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge branch 'fix/shell-execute-w-link' (50b7a96)
    • Link using "system" ABI (2a62e84)

v5.1.1

03 Mar 07:41
0c916ae
Compare
Choose a tag to compare

Bug Fixes

  • add shellexecute-on-windows feature.
    That way, it's possible to toggle on a feature that might
    cause issues in some dependency trees that contain flate2
    with zlib-ng backend.

Commit Statistics

  • 3 commits contributed to the release.
  • 2 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge branch 'validate-linkage' (59886df)
    • Add shellexecute-on-windows feature. (74fd8ec)
    • Try to validate linkage on all platforms (8f26da4)

v5.1.0

01 Mar 06:29
21a73ee
Compare
Choose a tag to compare

New Features

  • use ShellExecuteW for detached spawning on Windows

Commit Statistics

  • 3 commits contributed to the release.
  • 2 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #91 from amrbashir/feat/windows/detachded-using-shellexecutew (b268647)
    • Split into two functions for better readability (4506b2f)
    • Use ShellExecuteW for detached spawning on Windows (191cb0e)

v5.0.2

28 Feb 05:58
f4ef7c9
Compare
Choose a tag to compare

Other

  • use PATH to find launcher
    Redox has moved the launcher from /ui/bin to /usr/bin. Just use the PATH to locate it, so any future changes in location don't break this crate.

Commit Statistics

  • 2 commits contributed to the release.
  • 97 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #89 from jackpot51/patch-1 (0a25651)
    • Use PATH to find launcher (a583658)

v5.0.1

22 Nov 19:54
4a2a5b1
Compare
Choose a tag to compare

Bug Fixes

  • open paths with given applications with whitespace in their paths on windows.

Commit Statistics

  • 5 commits contributed to the release over the course of 21 calendar days.
  • 150 days passed between releases.
  • 2 commits were understood as conventional.
  • 1 unique issue was worked on: #85

Commit Details

view details
  • #85
    • Open paths with given applications with whitespace in their paths on windows. (15eedee)
  • Uncategorized
    • Prepare changelog (2735009)
    • Wrap provided app in quotes on Windows (e1b74d8)
    • Merge pull request #84 from nomyfan/readme-version (a33caba)
    • Update version to v5 (dca688b)

v5.0.0

25 Jun 07:17
92695f6
Compare
Choose a tag to compare

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)

v4.2.0

21 Jun 13:41
b4592a4
Compare
Choose a tag to compare

New Features

  • add that_detached() and with_detached() functions.

    They allow to open the program in a completely independent fashion so that it can out-live the program that spawned it.

Commit Statistics

  • 3 commits contributed to the release over the course of 1 calendar day.
  • 55 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelog prior to release (4ad428e)
    • Merge branch 'feat/detached-process' (d21c48e)
    • Add that_detached and with_detached (7ad9cb3)

v4.1.0

26 Apr 18:47
8e47876
Compare
Choose a tag to compare

New Features

  • Add Redox support.

Commit Statistics

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

Commit Details

view details

v4.0.2

16 Apr 08:45
370f03b
Compare
Choose a tag to compare

Bug Fixes

  • now works within WSL if gio is installed.
    gio would fail on WSL which is fixed by detecting that WSL is present
    which is when wslview will be prioritized.

    Note that the binary size inceases by ~13kb as we try to avoid running wslview
    first and fail everywhere, so prefer runtime performance on linux over binary
    size. The binary size changes only on unix.

Commit Statistics

  • 5 commits contributed to the release.
  • 26 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #71

Commit Details

view details
  • #71
    • Now works within WSL if gio is installed. (5f1f80f)
  • Uncategorized
    • See if using the latest ubuntu provides CI runners faster (b7009ac)
    • Only pull is-wsl on unix. (1912915)
    • Check whether running in WSL before trying wslview (b150494)
    • Prioritize wslview so it's always launched when present (9048e63)

v4.0.1

20 Mar 18:26
c5af111
Compare
Choose a tag to compare

In the previous releases 3.3 and 4.0 on windows the console windows would show.
This was unintentional and is now fixed.

Thanks so much for the contribution.

Bug Fixes

  • hide the console window in Windows

Commit Statistics

  • 3 commits contributed to the release.
  • 10 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelog prior to release (8b4c259)
    • Merge pull request #69 from amrbashir/hide-console (8cf21e0)
    • Hide the console window in Windows (bc75d84)