diff --git a/.changes/revert-responder.md b/.changes/revert-responder.md deleted file mode 100644 index bbe279b41..000000000 --- a/.changes/revert-responder.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tao": patch ---- - -Revert `nextResponder` call because this will bring key beep sound regression. We'll call the key equivalent in wry instead. - diff --git a/CHANGELOG.md b/CHANGELOG.md index e9928a198..dc8c3a167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.15.6] + +- Revert `nextResponder` call because this will bring key beep sound regression. We'll call the key equivalent in wry instead. + - [a59b69b2](https://github.com/tauri-apps/tao/commit/a59b69b2733b273d86dc200ba90065be3db871a6) On macOS, revert nextResponder calls ([#628](https://github.com/tauri-apps/tao/pull/628)) on 2022-11-21 + ## \[0.15.5] - Change `WebviewAttributes::focused` default to `true`. diff --git a/Cargo.toml b/Cargo.toml index ded8834d6..36a101d6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.15.5" +version = "0.15.6" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",