Skip to content

Releases: amodm/webbrowser-rs

v1.1.0

07 Feb 08:55
94baf04

Choose a tag to compare

Added

  • macOS: provide a dont_switch option to allow opening browser in the background. See PR #106

v1.0.6

16 Oct 04:41
6596229

Choose a tag to compare

Fixed

  • Windows: fix browser opening when unicode characters exist in path. See PR #108

v1.0.5

14 Jun 05:26
fbd294d

Choose a tag to compare

Fixed

  • Unix: Fix build on redox os. See PR #104
  • macOS: Fix packed alignment of LSLaunchURLSpec. See PR #102

Added

  • WASM: support wasm64

v1.0.4

10 Mar 12:53
4cd17c5

Choose a tag to compare

Releasing v1.0.4 with the following changes:

Changed

  • iOS: Return appropriate errors if called from non-main thread or before UIApplication initialization. See PRs #95 and #99

v1.0.3

28 Nov 17:16
b5d6287

Choose a tag to compare

Releasing v1.0.3 with the following changes:

Added

  • Unix: add support for solaris

v1.0.2

16 Sep 12:35
2aa113a

Choose a tag to compare

Releasing v1.0.2 with the following changes (this is a minor maintenance release):

Changed

  • macOS: move to core-foundation 0.10

v1.0.1

06 May 07:30
301a76b

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

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

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

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.