Skip to content

Releases: amodm/webbrowser-rs

v1.0.1

06 May 07:30
301a76b
Compare
Choose a tag to compare

Releasing v1.0.1 with the following changes:

Added

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

v1.0.0

20 Apr 16:12
a16d6ae
Compare
Choose a tag to compare

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

10 Apr 16:08
12704db
Compare
Choose a tag to compare

Releasing v0.8.15 with the following changes:

Fixed

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

v0.8.14

06 Apr 08:39
d924b7a
Compare
Choose a tag to compare

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

05 Mar 17:56
ec9359d
Compare
Choose a tag to compare

Releasing v0.8.13 with the following changes

Added

  • AIX: experimental support. See PR #79

v0.8.12

11 Oct 16:09
25c4a40
Compare
Choose a tag to compare

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

17 Aug 11:34
a48b3a0
Compare
Choose a tag to compare

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

21 May 04:16
322bc61
Compare
Choose a tag to compare

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

12 Apr 16:53
4a53b3c
Compare
Choose a tag to compare

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

17 Mar 04:56
9cec8dd
Compare
Choose a tag to compare

Releasing v0.8.8 with the following changes:

Changed

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