41 KiB
Changelog
3.2.0 (2022-11-21)
New Features
- upgrade
windows-systo more recent version. This mainly reduces build times for some, and may increase them for others, on windows only. If build times increase, try to upgradewindows-sysacross the dependency tree.
Commit Statistics
- 4 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
3.1.0 (2022-11-20)
YANKED
New Features
- upgrade
windows-systo more recent version. This mainly reduces build times for some, and may increase them for others, on windows only. If build times increase, try to upgradewindows-sysacross the dependency tree.
Commit Statistics
- 7 commits contributed to the release over the course of 8 calendar days.
- 65 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
3.0.3 (2022-09-16)
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
- 5 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)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Release open v3.0.3 (
9c69785) - 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)
- Release open v3.0.3 (
3.0.2 (2022-07-17)
Bug Fixes
- Improve documentation about blocking behaviour.
Commit Statistics
- 2 commits contributed to the release.
- 35 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #51
Commit Details
view details
3.0.1 (2022-06-12)
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
- 2 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
3.0.0 (2022-06-12)
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
Resulttype was also removed.
Commit Statistics
- 4 commits contributed to the release.
- 9 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
2.1.3 (2022-06-03)
A maintenance release which reduces compile times on windows by switching from winapi to the
windows crate.
Commit Statistics
- 4 commits contributed to the release.
- 35 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
2.1.2 (2022-04-29)
Other
- add Heiku platform support
Commit Statistics
- 3 commits contributed to the release.
- 54 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
2.1.1 (2022-03-05)
A maintenance release which allows boxed values in parameter position.
Commit Statistics
- 4 commits contributed to the release.
- 11 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
2.1.0 (2022-02-21)
- add support for illumnos
Commit Statistics
- 3 commits contributed to the release.
- 8 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
2.0.3 (2022-02-13)
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
- 3 commits contributed to the release.
- 74 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
2.0.2 (2021-11-30)
Bug Fixes
- Prevent deadlocks due to filled pipe on stderr
Commit Statistics
- 7 commits contributed to the release over the course of 106 calendar days.
- 128 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #85
Commit Details
v2.0.1 (2021-08-15)
Update documentation. No functionality changes.
v2.0.0 (2021-07-25)
Breaking: Change result from io::Result<ExitStatus> to io::Result<()>.
Commands that exit with a successful exit status result in Ok, otherwise an Err variant is created.
Previously it was easy to receive an Ok(ExitStatus) but forget to actually check the status. Along with
issues with particular programs reporting success even on error, doing error handling correctly was
close to impossible.
This releases alleviates most of the issues.
Notes
wslview always reports a 0 exit status, even if the path does not exist, which results in false positives.
Commit Statistics
- 6 commits contributed to the release.
- 8 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
v1.7.1 (2021-07-17)
- Improved support for Windows Subsystem for Linux
Commit Statistics
- 9 commits contributed to the release.
- 89 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- (cargo-release) version 1.7.1 (
c5c0bf7) - prepare release (
866740b) - Be bold and assert (
1dfb789) - cargo fmt (
5bc5e8e) - Improve support for wsl. (
428ff97) - Merge pull request #32 from apogeeoak/exit_status (
81d8c40) - cargo fmt (
215227a) - clarify what the error handler does (
4f87a78) - Handle unsuccessful exit status. (
d2d35af)
- (cargo-release) version 1.7.1 (
v1.7.0 (2021-04-18)
- Add
giosupport on unix platforms
Commit Statistics
- 7 commits contributed to the release over the course of 38 calendar days.
- 38 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- (cargo-release) version 1.7.0 (
ac09da1) - update changelog (
e39f357) - Re-enable CI after branch renaming (
0db1b1a) - Merge pull request #31 from City-busz/patch-1 (
10fd4a7) - Remove unnecessary allocation (
6a1766a) - Add support for gio open on Linux (
90bc634) - Update changelog to reflect 1.5.1 is also yanked (
ccbae5d)
- (cargo-release) version 1.7.0 (
v1.6.0 (2021-03-10)
- Add IOS support
- Restore Android support
v1.5.1 (2021-03-03) - YANKED
YANKED as it would erroneously exclude Android from the list of supported platforms, making it a breaking release for some despite the minor version change.
- Use shell instead of explorer on windows, reverting the original behaviour.
v1.5.0 (2021-02-28) - YANKED
YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
- Use 'explorer' on Windows instead of a shell.
Commit Statistics
- 8 commits contributed to the release over the course of 7 calendar days.
- 7 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- (cargo-release) version 1.6.0 (
68613a5) - more coherent ordering of target_os attributes (
c058966) - Restore android support (
9e20f22) - adjust changelog in preparation for release (
9bfefd0) - Merge pull request #28 from aspenluxxxy/ios (
049f698) - Bring back Android support (
ef91705) - Add iOS support (
00119a7) - run cargo-fmt (
330c2d0)
- (cargo-release) version 1.6.0 (
v1.5.1 (2021-03-03)
Commit Statistics
- 7 commits contributed to the release.
- 3 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- (cargo-release) version 1.5.1 (
147f428) - changelog for patch (
9400b1a) - minor refactor (
67ea295) - Merge pull request #27 from hybras/master (
b58fa52) - Keep Fork up to date with upstream (
f113b80) - Revert "Add missing Command import" (
7ff85da) - Revert "Use the file explorer to open windows url's" (
b2a79f6)
- (cargo-release) version 1.5.1 (
v1.5.0 (2021-02-28)
Commit Statistics
- 18 commits contributed to the release over the course of 321 calendar days.
- 356 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- minor version bump (
831d440) - Merge branch 'hybras/master' (
e8bb206) - Delete completed TODO file (
6c6bad0) - Remove unneeded pub (
3507b55) - Remove user specific dir from gitgnore (
021bb15) - Add missing Command import (
c910278) - Use the file explorer to open windows url's (
4545425) - Mark completed todo items (
db518e9) - Use which in non-macOS unix (
ef8ab99) - Change cfg(not(any(bad)) to cfg(any(good)) (
204f0ca) - Modularize Code (
cb5bbd3) - Add todo's (
311ad44) - optimize manifest includes (
c3d8262) - See if we can run cargo clippy and rustfmt as well (
c90687d) - Actually link to the correct workflow when clicking the badge (
6765b42) - bye bye travis, we had a great time (
aa28a85) - rename workflow in file as well (
6bfc6d2) - try cross-platform testing based on cross-platform binary builds (
d62e50d)
- minor version bump (
v1.4.0 (2020-03-08)
- add
open::with(path, app)andopen::with_in_background(…)
Commit Statistics
- 6 commits contributed to the release over the course of 25 calendar days.
- 25 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
v1.3.4 (2020-02-11)
- Add LICENSE.md and README.md into the crates.io tarball.
Chore
- Include README/LICENSE into a release tarball
Commit Statistics
- 4 commits contributed to the release over the course of 9 calendar days.
- 184 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
v1.3.3 (2020-02-01)
- update code and crate to Edition 2018
v1.3.2 (2019-08-11)
Commit Statistics
- 3 commits contributed to the release.
- 13 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
v1.3.1 (2019-07-28)
Commit Statistics
- 3 commits contributed to the release.
- 25 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
v1.2.3 (2019-07-03)
Chore
- Exclude unneeded files from crates.io
Commit Statistics
- 3 commits contributed to the release over the course of 16 calendar days.
- 331 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
v1.2.2 (2018-08-05)
Commit Statistics
- 6 commits contributed to the release over the course of 234 calendar days.
- 314 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
v1.2.1 (2017-09-24)
Other
- improve example
Commit Statistics
- 7 commits contributed to the release over the course of 178 calendar days.
- 236 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Version bump - fix windows 'start' invocation (
d52cfb2) - Merge pull request #11 from reiner-dolp/master (
59dd0bd) - Merge pull request #9 from skade/patch-1 (
c017217) - fix filenames with spaces on windows (
a631235) - Fix a small typo (
89caa59) - Merge pull request #7 from tshepang/misc (
0ccdbd0) - improve example (
79bc73b)
- Version bump - fix windows 'start' invocation (
v1.2.0 (2017-01-31)
- windows: escape '&' in URLs. On windows, a shell is used to execute the command, which requires certain precautions for the URL to open to get through the interpreter.
Chore
- v1.2.0
Commit Statistics
- 3 commits contributed to the release over the course of 4 calendar days.
- 295 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
v1.1.1 (2016-04-10)
Bug Fixes
- cargo: no docs for open (31605e0e)
- no docs for open And I thought I did that, but disabled tests only ... .
Improvements
- api: allow OSStrings instead of &str (1d13a671)
Other
- allow OSStrings instead of &str Actually I can only hope that ordinary &str will still be fine. Technically, I think they should ... but we shall see.
25c0e398 (2015-07-08)
Features
- open added 'open' program (a4c3a352)
Bug Fixes
- cargo description added (0fcafb56)
- open
- don't use 'open' on linux (30c96b1c)
- linux uses open before anything else (4696d1a5)
- no docs for open And I thought I did that, but disabled tests only ... .
Commit Statistics
- 4 commits contributed to the release over the course of 276 calendar days.
- 276 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
30c96b1cb9)linux uses open before anything else (4696d1a5ec)
v1.1.0 (2015-07-08)
Chore
- v1.1.0
- added clog configuration and changelog
- use stable instead of beta
- switch to travis-cargo
- added sublime-rustc-linter cfg [skip ci]
Other
- start is a cmd command, not an executable
Documentation
- added travis badge [skip ci]
New Features
- added 'open' program
Which uses the
openlibrary to open any path or url.
Bug Fixes
- use result I wonder why that was not shown when I compiled it
- (07560d233 2015-04-20) (built 2015-04-19)
- use std::io consistently
- adjust to improved
CommandAPI
Commit Statistics
- 13 commits contributed to the release over the course of 130 calendar days.
- 130 days passed between releases.
- 12 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- v1.1.0 (
a5557d5) - use result (
25c0e39) - added 'open' program (
a4c3a35) - Merge pull request #1 from oli-obk/patch-1 (
dee0000) - start is a cmd command, not an executable (
210ec6e) - use stable instead of beta (
8db67f5) - switch to travis-cargo (
d816380) - added sublime-rustc-linter cfg (
bf8c9a1) - (07560d233 2015-04-20) (built 2015-04-19) (
8b4e155) - don't use 'open' on linux (
30c96b1) - linux uses open before anything else (
4696d1a) - description added (
0fcafb5) - added travis badge (
c2e31d5)
- v1.1.0 (
v1.0.0 (2015-02-27)
New Features
-
from zero to 1.0.0 Contains everything, including
- API docs
- usage
- CI
Commit Statistics
- 1 commit contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- from zero to 1.0.0 (
6fbf790)
- from zero to 1.0.0 (