From 7857ef35e3a9ae19f01c4e971c642cee592f36ae Mon Sep 17 00:00:00 2001 From: amrbashir <amrbashir@users.noreply.github.com> Date: Sun, 30 Jun 2024 04:26:50 +0000 Subject: [PATCH] publish new versions --- .changes/bump.md | 5 ----- .changes/fix-user-attention-minimized.md | 5 ----- .changes/gtk-app-getter.md | 5 ----- .changes/new-from-gtk-window.md | 5 ----- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 6 files changed, 8 insertions(+), 21 deletions(-) delete mode 100644 .changes/bump.md delete mode 100644 .changes/fix-user-attention-minimized.md delete mode 100644 .changes/gtk-app-getter.md delete mode 100644 .changes/new-from-gtk-window.md diff --git a/.changes/bump.md b/.changes/bump.md deleted file mode 100644 index f0444ab5d4..0000000000 --- a/.changes/bump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -Prevent duplicate mouse press, release, and motion events from firing on Linux (fixes #939) diff --git a/.changes/fix-user-attention-minimized.md b/.changes/fix-user-attention-minimized.md deleted file mode 100644 index f76fd123ff..0000000000 --- a/.changes/fix-user-attention-minimized.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -Fix `Window::request_user_attention` not taking effect after minimizing the window by clicking the taskbar icon diff --git a/.changes/gtk-app-getter.md b/.changes/gtk-app-getter.md deleted file mode 100644 index 9855c1b9ea..0000000000 --- a/.changes/gtk-app-getter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -Add `EventLoopWindowTargetExtUnix::gtk_app` getter. \ No newline at end of file diff --git a/.changes/new-from-gtk-window.md b/.changes/new-from-gtk-window.md deleted file mode 100644 index 6edd797d64..0000000000 --- a/.changes/new-from-gtk-window.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -Add `WindowExtUnix::new_from_gtk_window`. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b83ce56486..6c39075cfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[0.28.2] + +- [`e67cf1b2`](https://github.com/tauri-apps/tao/commit/e67cf1b2826d32b8eb58f6d111271a1c42b62978) ([#941](https://github.com/tauri-apps/tao/pull/941) by [@Sanae6](https://github.com/tauri-apps/tao/../../Sanae6)) Prevent duplicate mouse press, release, and motion events from firing on Linux (fixes #939) +- [`b7dab732`](https://github.com/tauri-apps/tao/commit/b7dab732a9b8c71e7433c8f1b69e55c9c49f4e50) ([#947](https://github.com/tauri-apps/tao/pull/947) by [@muwoo](https://github.com/tauri-apps/tao/../../muwoo)) Fix `Window::request_user_attention` not taking effect after minimizing the window by clicking the taskbar icon +- [`f54cc11e`](https://github.com/tauri-apps/tao/commit/f54cc11e4441a706a276c05f0e65f48a69f779bd) ([#938](https://github.com/tauri-apps/tao/pull/938) by [@andrewbaxter](https://github.com/tauri-apps/tao/../../andrewbaxter)) Add `EventLoopWindowTargetExtUnix::gtk_app` getter. +- [`f54cc11e`](https://github.com/tauri-apps/tao/commit/f54cc11e4441a706a276c05f0e65f48a69f779bd) ([#938](https://github.com/tauri-apps/tao/pull/938) by [@andrewbaxter](https://github.com/tauri-apps/tao/../../andrewbaxter)) Add `WindowExtUnix::new_from_gtk_window`. + ## \[0.28.1] - [`7e8f75e9`](https://github.com/tauri-apps/tao/commit/7e8f75e916ad502e00b5f6dff6cfb6bfadb92118) ([#926](https://github.com/tauri-apps/tao/pull/926) by [@pewsheen](https://github.com/tauri-apps/tao/../../pewsheen)) On macOS, add `set_fullsize_content_view` and `set_titlebar_transparent` to `Window` to set the title bar style. diff --git a/Cargo.toml b/Cargo.toml index 9843710a5b..1225834e3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.28.1" +version = "0.28.2" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",