diff --git a/.changes/revd.md b/.changes/revd.md deleted file mode 100644 index 7b22c3399..000000000 --- a/.changes/revd.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tao": patch ---- - -Revert Global Shortcut fix on Linux. See [#331](https://github.com/tauri-apps/tao/issues/331) for more information. - diff --git a/CHANGELOG.md b/CHANGELOG.md index 679a50f99..d46e4b26b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.6.3] + +- Revert Global Shortcut fix on Linux. See [#331](https://github.com/tauri-apps/tao/issues/331) for more information. + - [f5e19e0f](https://github.com/tauri-apps/tao/commit/f5e19e0ff83a65410e18ee7e47cac984f87236c9) Revert "Implement global shortcut on Linux, close #307 (#308)" ([#330](https://github.com/tauri-apps/tao/pull/330)) on 2022-03-01 + ## \[0.6.2] - Fixes the `set_fullscreen` implementation on Linux when the `Fullscreen::Borderless` value is set to `None`. diff --git a/Cargo.toml b/Cargo.toml index 82b5f5b15..2ab74943e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.6.2" +version = "0.6.3" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",