Skip to content

Releases: Byron/open-rs

v3.0.3

16 Sep 02:04
9c69785
Compare
Choose a tag to compare

Bug Fixes

  • quote paths on windows to allow spaces in paths not be treated as multiple paths.
    Note that paths that are already quoted will also be quoted, as the
    current quoting implementation is unconditional.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • quote paths on windows to allow spaces in paths not be treated as multiple paths. (4c0fdb3)
    • refactor (e0d5968)
    • Fixed issue on Windows where a space in a path could cause problems with specific programs. (1ab9bc3)
    • try to fix CI by not using nightly toolchains on windows (b20e01c)

v3.0.2

17 Jul 23:56
c7ea529
Compare
Choose a tag to compare

Bug Fixes

  • Improve documentation about blocking behaviour.

Commit Statistics

  • 1 commit contributed to the release.
  • 35 days passed between releases.
  • 1 commit where understood as conventional.
  • 1 unique issue was worked on: #51

Commit Details

view details
  • #51
    • Improve documentation about blocking behaviour. (fe70aad)

v3.0.1

12 Jun 01:34
757f773
Compare
Choose a tag to compare

Bug Fixes

  • deprecate that_in_background() as that() is definitely non-blocking now.
    Note that we keep with_in_background() as it's unclear if a custom
    launcher blocks or not.

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • deprecate that_in_background() as that() is definitely non-blocking now. (df358d2)

v3.0.0

12 Jun 01:25
3f51fb2
Compare
Choose a tag to compare

A major release which simplifies the error type to resolve a significant problems that surfaced on
linux (and was present from day one).

Bug Fixes (BREAKING)

  • Assure that(…) is non-blocking on linux
    This change goes hand in hand with removing additional information
    from the error case which was the reason for the blocking issue
    on linux.

    Note that the top-level Result type was also removed.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • update changelog and docs (10b92f5)
    • refactor (475f002)
    • Assure that(…) is non-blocking on linux (0bdc6d6)

v2.1.3

03 Jun 01:13
bf6e99c
Compare
Choose a tag to compare

A maintenance release which reduces compile times on windows by switching from winapi to the
windows crate.

Commit Statistics

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

Commit Details

view details
  • Uncategorized

v2.1.2

29 Apr 00:14
ee25446
Compare
Choose a tag to compare

Other

  • add Heiku platform support

Commit Statistics

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

Commit Details

view details
  • Uncategorized

v2.1.1

05 Mar 02:44
18f730d
Compare
Choose a tag to compare

A maintenance release which allows boxed values in parameter position.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • prepare changelog (d569761)
    • Revert rust edition version (9441d6c)
    • Update to 2021 edition and remove Sized bound (2601e4e)

v2.1.0

21 Feb 23:53
a49e9cc
Compare
Choose a tag to compare
  • add support for illumnos

Commit Statistics

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

Commit Details

view details
  • Uncategorized

v2.0.3

13 Feb 13:25
3b5e74d
Compare
Choose a tag to compare

On MacOS, specify the open program explicitly by path, instead of relying on a similarly named program to be available
in the PATH.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Prepare changelog (1c7e10f)
    • use full path for open command on macOS (8f7c92a)

v2.0.2

30 Nov 23:57
1d94593
Compare
Choose a tag to compare

Bug Fixes

  • Prevent deadlocks due to filled pipe on stderr

Commit Statistics

  • 6 commits contributed to the release over the course of 106 calendar days.
  • 1 commit where understood as conventional.
  • 1 unique issue was worked on: #85

Commit Details

view details
  • #85
    • Prevent deadlocks due to filled pipe on stderr (30a144a)
  • Uncategorized
    • update changelog (e9a2f05)
    • Release open v2.0.1 (066a591)
    • Merge pull request #36 from apogeeoak/documentation (fc755d3)
    • Add no_run to documentation examples. (7c97658)
    • Update documentation. (5dd987f)