Fixes a bug on WSL, when xdg-settings executes successfully but returns no default browser name. Thanks to @krsh732. See #64.
v0.8.6
Releasing v0.8.6 with the following changes:
Fixed
For Windows 32-bit, fix ABI to be used, which was broken in v0.8.5. Thanks to @alula. See #63
v0.8.5
Releasing v0.8.5 with the following changes:
Fixed
For Windows platform, removes the windows crate dependency, relying on selective FFI bindings instead, thus avoiding the large dependency. See #62. Thanks to @Jake-Shadle.
v0.8.4
Releasing v0.8.4 with the following changes:
Fixed
Urgent bug fix for windows, where rendering broke on Firefox & Chrome. See #60
v0.8.3
Releasing v0.8.3 with the following changes:
Added
Web browser is guaranteed to open for local files even if local file association was to a non-browser app (say an editor). This now is formally incorporated as part of this crate's Consistent Behaviour
WSL support, thanks to @Nachtalb. This works even if wslu is not installed in WSL environments.
A new feature hardened now available for applications which require only http(s) urls to be opened. This acts as a security feature.
Changed
On macOS, we now use CoreFoundation library instead of open command.
On Linux/*BSD, we now parse xdg configuration to execute the command directly, instead of using xdg-open command. This allows us to open the browser for local html files, even if the .html extension was associated with an edit (see #55)
Fixed
The guarantee of web browser being opened (instead of local file association), now solves for the scenario where the URL is crafted to be an executable. This was reported privately by @offalltn.
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.
v0.8.1
Releasing v0.8.1 with the following changes:
Fixed
On Android, app crashes due to ndk-glue dependency. See #51 and #52. Thanks to @rib for the fix.
Fixes a bug on WSL, when xdg-settings executes successfully but returns no default browser name. Thanks to @krsh732. See #64.
[0.8.6] - 2023-01-26
Fixed
For Windows 32-bit, fix ABI to be used, which was broken in v0.8.5. Thanks to @alula. See #62 and #63.
[0.8.5] - 2022-12-31
Fixed
For Windows platform, removes the windows crate dependency, relying on selective FFI bindings instead, thus avoiding the large dependency.
See #62. Thanks to @Jake-Shadle.
[0.8.4] - 2022-12-31
Fixed
Urgent bug fix for windows, where rendering broke on Firefox & Chrome. See #60
[0.8.3] - 2022-12-30
Added
Web browser is guaranteed to open for local files even if local file association was to a non-browser app (say an editor). This now is formally
incorporated as part of this crate's Consistent Behaviour
WSL support, thanks to @Nachtalb. This works even if wslu is not installed in WSL environments.
A new feature hardened now available for applications which require only http(s) urls to be opened. This acts as a security feature.
Changed
On macOS, we now use CoreFoundation library instead of open command.
On Linux/*BSD, we now parse xdg configuration to execute the command directly, instead of using xdg-open command. This allows us to open the
browser for local html files, even if the .html extension was associated with an edit (see #55)
Fixed
The guarantee of web browser being opened (instead of local file association), now solves for the scenario where the URL is crafted to be an
executable. This was reported privately by @offalltn.
[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.
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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Authentura/codectrl/network/alerts).
Bumps webbrowser from 0.7.1 to 0.8.7.
Release notes
Sourced from webbrowser's releases.
... (truncated)
Changelog
Sourced from webbrowser's changelog.
Commits
c8772ad
Release v0.8.7 [skip ci]d4e98ec
tests: satisfy fmt and clippy for test code8c95130
tests: ensure a delay before firefox can screenshot, so that we have a chance...26253d6
Merge branch 'krsh732-main' PR #640a8ba99
Bail fromtry_xdg
if browser name is empty5f5278a
changelog: reference the correct issues in v0.8.6 entry4b0c29d
Release v0.8.6 [skip ci]ab57993
tests: increase uri received check timeout to 90s given runner situation at g...0c59b87
Merge branch 'alula-patch-1' PR #632f88749
Use correct call convention for AssocQueryStringW()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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Authentura/codectrl/network/alerts).