From e9d6dadb59fd8d5d32704a5d80d8d587f5d581ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 00:43:27 -0300 Subject: [PATCH] Publish New Versions (#621) Co-authored-by: lucasfernog --- .changes/responder.md | 6 ------ CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 .changes/responder.md diff --git a/.changes/responder.md b/.changes/responder.md deleted file mode 100644 index 8f9314adb..000000000 --- a/.changes/responder.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tao": patch ---- - -On macOS, remove `doCommandBySelector` in view since this will block the key event to responder chain. - diff --git a/CHANGELOG.md b/CHANGELOG.md index f1eb116e0..1daef5068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.15.3] + +- On macOS, remove `doCommandBySelector` in view since this will block the key event to responder chain. + - [516e5fcd](https://github.com/tauri-apps/tao/commit/516e5fcd50de601330f3434ecd00bf5889f1a5cc) On macOS, remove `doCommandBySelector` in view ([#620](https://github.com/tauri-apps/tao/pull/620)) on 2022-11-09 + ## \[0.15.2] - On Windows, fix compliation regression introduced in 0.15.1 when `tray` feature is active diff --git a/Cargo.toml b/Cargo.toml index 3838b5f3e..bbbbf49f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.15.2" +version = "0.15.3" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",