Skip to content

Latest commit

 

History

History
1458 lines (980 loc) · 63 KB

changelog.md

File metadata and controls

1458 lines (980 loc) · 63 KB

Changelog

5.1.3 (2024-05-16)

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)

5.1.2 (2024-03-07)

Bug Fixes

  • link using "system" ABI

Commit Statistics

  • 3 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
    • Release open v5.1.2 (a65b733)
    • Merge branch 'fix/shell-execute-w-link' (50b7a96)
    • Link using "system" ABI (2a62e84)

5.1.1 (2024-03-03)

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

  • 4 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
    • Release open v5.1.1 (0c916ae)
    • Merge branch 'validate-linkage' (59886df)
    • Add shellexecute-on-windows feature. (74fd8ec)
    • Try to validate linkage on all platforms (8f26da4)

5.1.0 (2024-03-01)

New Features

  • use ShellExecuteW for detached spawning on Windows

Commit Statistics

  • 4 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
    • Release open v5.1.0 (21a73ee)
    • 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)

5.0.2 (2024-02-28)

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

  • 3 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
    • Release open v5.0.2 (f4ef7c9)
    • Merge pull request #89 from jackpot51/patch-1 (0a25651)
    • Use PATH to find launcher (a583658)

5.0.1 (2023-11-22)

Bug Fixes

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

Commit Statistics

  • 6 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
    • Release open v5.0.1 (4a2a5b1)
    • 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)

5.0.0 (2023-06-25)

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

  • 5 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
    • Release open v5.0.0 (92695f6)
    • with() on windows to be able to lookup program in registry/PATH. (ddf4842)
    • Cleanup main program to support --with on all platforms. (b5528b6)

4.2.0 (2023-06-21)

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

  • 4 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
    • Release open v4.2.0 (b4592a4)
    • Prepare changelog prior to release (4ad428e)
    • Merge branch 'feat/detached-process' (d21c48e)
    • Add that_detached and with_detached (7ad9cb3)

4.1.0 (2023-04-26)

New Features

  • Add Redox support.

Commit Statistics

  • 4 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

4.0.2 (2023-04-16)

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

  • 6 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
    • Release open v4.0.2 (370f03b)
    • 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)

4.0.1 (2023-03-20)

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

  • 4 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
    • Release open v4.0.1 (c5af111)
    • Prepare changelog prior to release (8b4c259)
    • Merge pull request #69 from amrbashir/hide-console (8cf21e0)
    • Hide the console window in Windows (bc75d84)

4.0.0 (2023-03-10)

Bug Fixes

  • Windows URL encoding for multiple query params Previously, passing a URL with multiple query parameters on Windows would result in improper escaping, causing unexpected behavior when using it with "cmd /c". This commit addresses this issue by properly escaping all query parameters in the URL. Now, URLs with multiple query parameters are handled correctly on Windows.

    See also:

New Features (BREAKING)

  • set minimal required Rust version of 1.62. This version is motivated only when compiling on windows (but we can't differentiate that) due to the recent addition of CommandExt::raw_arg().

    This might be a breaking change as previously there was no minimal supported Rust version.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Release open v4.0.0 (f36f37a)
    • Windows URL encoding for multiple query params (9ceb0a4)
    • Refactor (9a1178a)
    • Set minimal required Rust version of 1.62. (0cd6f98)
    • Fix Windows URL encoding for multiple query params (e4856ac)

3.4.0 (2023-03-06)

New Features

  • un-deprecate that_in_background(). In some configurations launchers may block, thus it's better to provide an easy mechanism to unblock an otherwise blocking call. This is alongside being able to use command() directly and simply spawn the command without waiting for it.
  • with_command() to obtain the command that opens a program with a given application.
  • improved error messages that will list the invoked command.
  • commands() function to obtain a list of launchers to open the given path. This allows async applications to control the application launch in an async way, for instance with tokio.

Other

  • improve documentation around how to use the library.

Commit Statistics

  • 11 commits contributed to the release.
  • 5 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

view details
  • Uncategorized
    • Release open v3.4.0 (031c44b)
    • Improve README (bfededa)
    • Improve documentation around how to use the library. (7e2a9c6)
    • Modernize generics of API using impl instead of 'the other way'. (cb322bf)
    • Thanks clippy (2f6fb47)
    • Un-deprecate that_in_background(). (adf99e9)
    • with_command() to obtain the command that opens a program with a given application. (66e0d7c)
    • Refactor (c2e0eb2)
    • Improved error messages that will list the invoked command. (a501d65)
    • commands() function to obtain a list of launchers to open the given path. (245c95e)
    • Remove dbg! statement (5644f17)

3.3.0 (2023-03-06)

New Features

  • add command function to return std::Command Adds new command function that returns the underlying std::Command that would be called to open given path.

  • use std Command Use std Command instead of ShellExecuteW from windows sys crate.

    This change was already attempted in: #25 and later reverted in: #27 and it it seems that it didn't work due to incorrect usage of explorer instead of cmd /c start. (see helix-editor/helix#5820 (comment) for detailed explanation).

Bug Fixes

  • don't unnecessarily reject launchers on linux. Previously it probably went through 5 launers assuming they don't work before falling back to xdg-open which is usually present.

    Now it will use the first launcher that it could invoke.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Release open v3.3.0 (6600c23)
    • Don't unnecessarily reject launchers on linux. (55dc10d)
    • Try commands without args (8aa9bce)
    • Add command function to return std::Command (fdd2ef0)
    • Merge branch 'md/windows-command' (0d09f28)
    • Remove win32-msvc from build matrix as it fails due to permission-denied with rustup.exe (1f4a9f9)
    • Refactor (7ab725a)
    • Use std Command (056cb00)

3.2.0 (2022-11-21)

New Features

  • upgrade windows-sys to 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 upgrade windows-sys across the dependency tree.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Release open v3.2.0 (eea4f27)
    • Prepare changelog prior to release (20c6ee4)
    • Upgrade windows-sys to more recent version. (c3d2819)
    • Upgrade to windows-sys v0.42 (4de95c7)
    • Revert "Upgrade to windows-sys v0.42.0" (2aff3bd)

3.1.0 (2022-11-20)

YANKED

New Features

  • upgrade windows-sys to 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 upgrade windows-sys across 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
  • Uncategorized
    • Release open v3.1.0 (37bf011)
    • Upgrade windows-sys to more recent version. (a1c8dd7)
    • Upgrade to windows-sys v0.42.0 (aba0a62)
    • Update listed version number. (7a1cc83)
    • Merge branch 'fmt' (f4dfeab)
    • Point docs link to docs.rs rather than an outdated copy (52f96fc)
    • Update Readme (98316c4)

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)

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
  • #51
    • Improve documentation about blocking behaviour. (fe70aad)
  • Uncategorized

3.0.1 (2022-06-12)

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

  • 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
  • Uncategorized
    • Release open v3.0.1 (757f773)
    • Deprecate that_in_background() as that() is definitely non-blocking now. (df358d2)

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 Result type 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
  • Uncategorized

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
  • Uncategorized

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
  • Uncategorized
    • Release open v2.1.1 (18f730d)
    • Prepare changelog (d569761)
    • Revert rust edition version (9441d6c)
    • Update to 2021 edition and remove Sized bound (2601e4e)

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
  • Uncategorized
    • Release open v2.0.3 (3b5e74d)
    • Prepare changelog (1c7e10f)
    • Use full path for open command on macOS (8f7c92a)

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

view details
  • #85
    • Prevent deadlocks due to filled pipe on stderr (30a144a)
  • Uncategorized
    • Release open v2.0.2 (1d94593)
    • 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)

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
  • Uncategorized
    • (cargo-release) version 2.0.0 (bc2e36f)
    • Update changelog (6659519)
    • Merge branch 'result_type' (0226df6)
    • Merge pull request #34 from apogeeoak/rustfmt (05f02be)
    • Encode unsuccessful exit status in Err. (668734e)
    • Add empty rustfmt.toml file to enforce defaults. (1faabe3)

v1.7.1 (2021-07-17)

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)

v1.7.0 (2021-04-18)

  • Add gio support 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)

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)

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)

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)

v1.4.0 (2020-03-08)

  • add open::with(path, app) and open::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
  • Uncategorized
    • Adjust doc; cut release (ead2494)
    • Cargo fmt (94b129a)
    • Fixed import bug (e98ec3d)
    • Update README.md (9efaee0)
    • Add with function (9b83669)
    • (cargo-release) start next development iteration 1.3.5-alpha.0 (d3db8c7)

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
  • Uncategorized
    • Bump version (547fd28)
    • Include README/LICENSE into a release tarball (5c1497c)
    • Further simplification (9f285e5)
    • Update to edition 2018 (dfca673)

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
  • Uncategorized
    • New minor release with wslview support (cb41dce)
    • Use wslview on WSL, try it as last binary (0babfd0)
    • Add support for Linux in WSL through wslu/wslview (0a43537)

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
  • Uncategorized
    • Bump version (2e8d245)
    • Supress stdout and stderr for non-windows platforms (4e3574a)
    • Exclude unneeded files from crates.io (c290817)

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
  • Uncategorized
    • Bump version: better way to open things on windows (78e94aa)
    • Use ShellExecute rather than start.exe on windows (e2fc4b1)
    • Small optimizations and stylistic improvements (88ddb6f)
    • Adjust code style (dd9dde6)
    • Add crates version badge (4e41d8b)
    • Run latest rustfmt (ec5c7ab)

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)

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
  • Uncategorized
    • V1.2.0 (37a253c)
    • Merge pull request #6 from DenisKolodin/win-escape-fix (d0b3b35)
    • Escape GET parameters for Windows (3f4319c)

v1.1.1 (2016-04-10)

Bug Fixes

  • 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

Bug Fixes

  • 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
  • Uncategorized
    • Allow OSStrings instead of &str (da45d9b)
    • Merge pull request #2 from hoodie/master (ff32bea)
    • Taking T:AsRef instead of &str (2540a0a)
    • No docs for open (31605e0)
don’t use ‘open’ on linux (https://github.com/Byron/open-rs/commit/30c96b1cb95c1e03bede218b8fb03bbd9ada931730c96b1c)linux uses open before anything else (https://github.com/Byron/open-rs/commit/4696d1a5ec80691e97bb1be4261d4f79ee0ade4d4696d1a5)

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 open library 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 Command API

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.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