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",