From a099c20a837451ae7afd5268911ffb799bed0279 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 16:35:30 +0200 Subject: [PATCH] Publish New Versions (0.16.x) (#855) Co-authored-by: amrbashir --- .changes/windows-set-fullscreen-early-return.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/windows-set-fullscreen-early-return.md diff --git a/.changes/windows-set-fullscreen-early-return.md b/.changes/windows-set-fullscreen-early-return.md deleted file mode 100644 index 49f6c0956..000000000 --- a/.changes/windows-set-fullscreen-early-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -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/CHANGELOG.md b/CHANGELOG.md index 447589a85..4f4ce32f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[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)`. + ## \[0.16.5] - [`496cbb7c`](https://github.com/tauri-apps/tao/commit/496cbb7cedb3e0020d5c7552ee36a20cd6cd0ad7)([#827](https://github.com/tauri-apps/tao/pull/827)) Fix documentation build for macOS. diff --git a/Cargo.toml b/Cargo.toml index ee5719609..818c9833b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.16.5" +version = "0.16.6" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",