From 4e4570fd9fa8286d031d60e1ba43f77af4947d64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 15:56:34 +0200 Subject: [PATCH] Publish New Versions (#627) Co-authored-by: amrbashir --- .changes/focused-true.md | 5 ----- .changes/loop-proxy.md | 6 ------ CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 12 deletions(-) delete mode 100644 .changes/focused-true.md delete mode 100644 .changes/loop-proxy.md diff --git a/.changes/focused-true.md b/.changes/focused-true.md deleted file mode 100644 index e77a80803..000000000 --- a/.changes/focused-true.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -Change `WebviewAttributes::focused` default to `true`. \ No newline at end of file diff --git a/.changes/loop-proxy.md b/.changes/loop-proxy.md deleted file mode 100644 index 364933c5a..000000000 --- a/.changes/loop-proxy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tao": patch ---- - -On Linux, wake the main context in `EventLoopProxy::send_event()`. - diff --git a/CHANGELOG.md b/CHANGELOG.md index 29583eafa..e9928a198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[0.15.5] + +- Change `WebviewAttributes::focused` default to `true`. + - [ece3e8f6](https://github.com/tauri-apps/tao/commit/ece3e8f6a34de21ec4c19944f668edd47ecc8ce0) fix: default `focused` to true on 2022-11-20 +- On Linux, wake the main context in `EventLoopProxy::send_event()`. + - [b7b5f04d](https://github.com/tauri-apps/tao/commit/b7b5f04d4b4c2f58146aca1b7e03223cdae74f7c) Gtk: wake the main context in EventLoopProxy::send_event(), closes [#625](https://github.com/tauri-apps/tao/pull/625) ([#626](https://github.com/tauri-apps/tao/pull/626)) on 2022-11-16 + ## \[0.15.4] - On macOS, call next responder in view's keyDown and doCommandbySelector. diff --git a/Cargo.toml b/Cargo.toml index e35ba703d..ded8834d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.15.4" +version = "0.15.5" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",