Releases: amodm/webbrowser-rs
Releases · amodm/webbrowser-rs
v1.0.2
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
Releasing v1.0.1 with the following changes:
Added
- Support for visionOS. See PR #86 and #87
v1.0.0
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
Releasing v0.8.15 with the following changes:
Fixed
- Fix crash on iOS. See #83 and #84
v0.8.14
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
Releasing v0.8.13 with the following changes
Added
- AIX: experimental support. See PR #79
v0.8.12
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
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
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
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