Skip to content

Commit

Permalink
Publish New Versions (0.24.x) (#1008)
Browse files Browse the repository at this point in the history
Co-authored-by: amrbashir <[email protected]>
  • Loading branch information
github-actions[bot] and amrbashir authored Sep 11, 2023
1 parent 1f83261 commit 8790786
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
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

0 comments on commit 8790786

Please sign in to comment.