From e897c4eb733c1ba4f9311c138f5894f6941c2d1f Mon Sep 17 00:00:00 2001 From: lucasfernog Date: Sun, 13 Feb 2022 14:51:00 +0000 Subject: [PATCH] publish new versions --- .changes/fix-fullscreen-linux.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .changes/fix-fullscreen-linux.md diff --git a/.changes/fix-fullscreen-linux.md b/.changes/fix-fullscreen-linux.md deleted file mode 100644 index b6a92d549..000000000 --- a/.changes/fix-fullscreen-linux.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -Fixes the `set_fullscreen` implementation on Linux when the `Fullscreen::Borderless` value is set to `None`. diff --git a/CHANGELOG.md b/CHANGELOG.md index d86e1b563..679a50f99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.6.2] + +- Fixes the `set_fullscreen` implementation on Linux when the `Fullscreen::Borderless` value is set to `None`. + - [456147de](https://github.com/tauri-apps/tao/commit/456147de99e1135b145447a9c8ebb397d3ecd1e1) fix(linux): fullscreen on current monitor ([#320](https://github.com/tauri-apps/tao/pull/320)) on 2022-02-13 + ## \[0.6.1] - Fix global shortcut support on Linux (both x11 and wayland). diff --git a/Cargo.toml b/Cargo.toml index 5a0e2f50f..82b5f5b15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.6.1" +version = "0.6.2" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",