Skip to content

Releases: Byron/open-rs

v5.1.4

04 Jun 20:03
644f186
Compare
Choose a tag to compare

This release adds vision-os support, by means of ios simulation.
See the PR for a little more context.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Prepare changelog prior to release (5967b66)
    • Merge pull request #99 from eugenehp/visionos (1efa4cb)
    • Added visionos support (df28e8b)

v5.1.3

16 May 19:26
6e396da
Compare
Choose a tag to compare

Bug Fixes

  • use ShellExecuteExW to avoid freeze when opening directories

Commit Statistics

  • 5 commits contributed to the release over the course of 68 calendar days.
  • 70 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #94

Commit Details

view details
  • #94
    • Clarify docs of shellexecute-on-windows feature (7652a30)
  • Uncategorized
    • Merge pull request #98 from amrbashir/fix/windows/shell-execute-freeze (d152c8e)
    • Use cfg_attr (c8840af)
    • Update src/windows.rs (75c7ea0)
    • Use ShellExecuteExW to avoid freeze when opening directories (43d8d88)

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