From f9f81f2fd761c60abb5b46a6469864562a811c6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 03:56:03 +0200 Subject: [PATCH] Publish New Versions (0.16.x) (#868) Co-authored-by: amrbashir --- .changes/insert-key.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/insert-key.md diff --git a/.changes/insert-key.md b/.changes/insert-key.md deleted file mode 100644 index c3074585c..000000000 --- a/.changes/insert-key.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -Support parsing `Insert` as a valid KeyCode for accelerators. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f4ce32f1..7d81b4e59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.16.7] + +- [`a785f2cb`](https://github.com/tauri-apps/tao/commit/a785f2cb4d7be2033471e7661f4a3b27fc511968)([#867](https://github.com/tauri-apps/tao/pull/867)) Support parsing `Insert` as a valid KeyCode for accelerators. + ## \[0.16.6] - [`3aa1200c`](https://github.com/tauri-apps/tao/commit/3aa1200c976c050b07a703d6620afc3f3c4c88fe)([#854](https://github.com/tauri-apps/tao/pull/854)) On Windows, fix consecutive calls to `window.set_fullscreen(Some(Fullscreen::Borderless(None)))` resulting in losing previous window state when eventually exiting fullscreen using `window.set_fullscreen(None)`. diff --git a/Cargo.toml b/Cargo.toml index 818c9833b..6e297d0c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.16.6" +version = "0.16.7" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",