Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 8, 2022

Updates the requirements on webbrowser to permit the latest version.

Release notes

Sourced from webbrowser's releases.

v0.8.2

Releasing v0.8.2 with the following changes:

Fixed

  • Fix app crashes when running under termux on Android. See #53 and #54.
Changelog

Sourced from webbrowser's changelog.

[0.8.2] - 2022-11-08

Fixed

  • Fix app crashes when running under termux on Android. See #53 and #54.

[0.8.1] - 2022-11-01

Fixed

  • On Android, app crashes due to ndk-glue dependency. See #51 and #52. Thanks to @​rib for the fix.

[0.8.0] - 2022-09-09

Added

Changed

  • Updated all dependencies to current versions

[0.7.1] - 2022-04-27

Added

  • Introduce Browser::is_available() and Browser::exists(&self) to check availability of browsers without opening a URL

Changed

  • Modify BrowserOptions to be constructable only via the builder pattern, to prevent future API compatibility issues

[0.7.0] - 2022-04-24

Added

Changed

  • Breaking API change for users of BrowserOptions. We've now shifted to a non-consuming builder pattern to avoid future breakages, as more items get added to BrowserOptions

[0.6.0] - 2022-02-19

Changed

  • Define consistent non-blocking behaviour on all UNIX platforms. Now, unless it's specifically a text browser (like lynx etc.), we make sure that the browser is launched in a non-blocking way. See #18 and amodm/webbrowser-rs@614cacf
  • Define default behaviour on all UNIX platforms to make sure that stdout/stderr are suppressed. See #20 and amodm/webbrowser-rs@ecfbf66
  • (Low probability) breaking change: All public functions now return a Result<()>. As almost all the uses of this library do a .is_ok() or equivalent, there should not be any breaks, but please report a bug if you do. See #42 and #43
  • @​VZout modified Android implementation to use JNI instead of am start because of permission issues in more recent Android.
  • Define consistent behaviour for non-ascii URLs, where they're now encoded automatically before being invoked. See #34 and amodm/webbrowser-rs@11789dd
  • Richer set of underlying commands used for UNIX to cater to different scenarios at runtime. See amodm/webbrowser-rs@d09eeae

Fixed

  • On WASM, by default URLs are opened with a target of _blank. See #39. Thanks to @​vbeffa for pointing out the issue.
  • @​tokusumi fixed #41 where addition of open command (done for Haiku) was breaking things in some places.

[0.5.5] - 2020-07-20

Added

[0.5.4] - 2020-06-09

Fixed

  • Fix README to reflect platform support for Android and Haiku

... (truncated)

Commits
  • db8ca33 Release v0.8.2
  • 50b3cae check for termux before invoking android context
  • d2a8ce6 android: address failure on termux in absence of vm context
  • 0bbeab4 update changelog for 0.8.1
  • 640c03b Bump up crate version to 0.8.1
  • 1e962eb satisfy nightly clippy warnings
  • 48c577c temporarily specify clippy msrv. remove this when releasing v1.0.0 and move t...
  • 9174e07 android: Use ndk-context instead of ndk-glue to access JVM
  • edf3814 Release 0.8.0
  • 7b4cf6e fix android tests
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [webbrowser](https://github.com/amodm/webbrowser-rs) to permit the latest version.
- [Release notes](https://github.com/amodm/webbrowser-rs/releases)
- [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md)
- [Commits](amodm/webbrowser-rs@v0.7.0...v0.8.2)

---
updated-dependencies:
- dependency-name: webbrowser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 8, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 2, 2023

Superseded by #7.

@dependabot dependabot bot closed this Jan 2, 2023
@dependabot dependabot bot deleted the dependabot/cargo/webbrowser-0.8.2 branch January 2, 2023 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant