Webbrowser Rs Versions Save

Rust library to open URLs in the web browsers available on a platform

v1.0.1

2 weeks ago

Releasing v1.0.1 with the following changes:

Added

  • Support for visionOS. See PR #86 and #87

v1.0.0

1 month ago

Releasing v1.0.0 with the following changes:

Added

  • Move to 1.0 🎉 ! MSRV has now been defined too.

Fixed

  • Unix: default to standard unix implementation, instead of whitelisting each flavour of unix
  • WASM: return an error on dry_run if window object isn't available

v0.8.15

1 month ago

Releasing v0.8.15 with the following changes:

Fixed

  • Fix crash on iOS. See #83 and #84

v0.8.14

1 month ago

Releasing v0.8.14 with the following changes:

Added

  • Illumos: experimental support. See PR #82

Fixed

  • Previously configured MSRV was stale (i.e. wouldn't have compiled), and has been modified to 1.60. This is being treated as bug, and as such not requiring a major release.

v0.8.13

2 months ago

Releasing v0.8.13 with the following changes

Added

  • AIX: experimental support. See PR #79

v0.8.12

7 months ago

Releasing v0.8.12 with the following changes (minor maintenance release):

Fixed

  • Linux: fix message about BROWSER env variable. See PR #76

v0.8.11

9 months ago

Releasing v0.8.11 with the following changes (minor maintenance release):

Fixed

  • WSL: handle & in URL correctly in WSL environment. See issue #73 and PR #74

v0.8.10

11 months ago

Releasing v0.8.10 with the following changes (this is a minor maintenance release):

Changed

  • Linux: move to home as a dependency, instead of dirs

v0.8.9

1 year ago

Releasing v0.8.9 with the following changes:

Added

  • Linux: add support for running under Flatpak sandboxes. See issue #67 and PR #70

Fixed

  • Windows: fix a bug where browser command parsing failed in some circumstances. See issue #68 and PR #69

v0.8.8

1 year ago

Releasing v0.8.8 with the following changes:

Changed

  • Android: bumped jni dependency version to 0.21. See #65