Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish New Versions (0.24.x) #1008

Merged
merged 1 commit into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changes/windows-http.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/with_focused.md

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[0.24.4]

- [`634b021`](https://github.com/tauri-apps/wry/commit/634b0214fe0345882f5772dda6a0dcffdde52c40)([#994](https://github.com/tauri-apps/wry/pull/994)) Backport `WebViewBuilderExtWindows::with_https_scheme` from `[email protected]` to `[email protected]` to be able to choose between `http` and `https` for custom protocols on Windows. Note that the default behavior for this release is to use `https` unlike `[email protected]` which uses `http` by default.
- [`1f83261`](https://github.com/tauri-apps/wry/commit/1f832614d68f4e929cc4297d622eed867cb84eb5)([#1015](https://github.com/tauri-apps/wry/pull/1015)) Add `WebViewBuilder::with_focused` to control whether to focus the webview upon creation or not. Supported on Windows and Linux only.

## \[0.24.3]

- On macOS/iOS, remove web_context module declaration.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ workspace = { }

[package]
name = "wry"
version = "0.24.3"
version = "0.24.4"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"
license = "Apache-2.0 OR MIT"
Expand Down