Skip to content

Releases: amodm/webbrowser-rs

v1.2.1

16 Apr 16:13
7e06c08

Choose a tag to compare

Fixed

  • Windows: work around Wine bug where AssocQueryStringW() doesn't return actual string length. See #114

v1.2.0

09 Mar 05:44
07e75a0

Choose a tag to compare

Changed

  • Bump MSRV to 1.85

Fixed

  • android: better handling of some exception scenarios. See PR #111

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