Releases: Byron/open-rs
Releases · Byron/open-rs
v3.0.3
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
v3.0.2
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
v3.0.1
Bug Fixes
- deprecate
that_in_background()
asthat()
is definitely non-blocking now.
Note that we keepwith_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()
asthat()
is definitely non-blocking now. (df358d2)
- deprecate
v3.0.0
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
v2.1.3
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
v2.1.2
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
v2.1.1
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
v2.1.0
- 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
v2.0.3
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
v2.0.2
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