From 89b05c5e77abf8adb6bed4bfed268750a52782e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 18:49:20 +0300 Subject: [PATCH] Publish New Versions (#798) Co-authored-by: amrbashir --- .changes/clipboard.md | 5 ----- .changes/get-window-theme.md | 5 ----- .changes/gtk018.md | 5 ----- .changes/linux-current-monitor.md | 5 ----- .changes/mouse-wheel-detla.md | 5 ----- .changes/progress-state.md | 5 ----- .changes/windows-0.51.md | 5 ----- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 9 files changed, 11 insertions(+), 36 deletions(-) delete mode 100644 .changes/clipboard.md delete mode 100644 .changes/get-window-theme.md delete mode 100644 .changes/gtk018.md delete mode 100644 .changes/linux-current-monitor.md delete mode 100644 .changes/mouse-wheel-detla.md delete mode 100644 .changes/progress-state.md delete mode 100644 .changes/windows-0.51.md diff --git a/.changes/clipboard.md b/.changes/clipboard.md deleted file mode 100644 index 80fd9accf..000000000 --- a/.changes/clipboard.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "minor" ---- - -**Breaking change**: Removed clipboard implementation. Use `arboard` crate instead. diff --git a/.changes/get-window-theme.md b/.changes/get-window-theme.md deleted file mode 100644 index 7a15d0543..000000000 --- a/.changes/get-window-theme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -Fix `Window::theme` may return a theme different from the actual window's theme on Linux. diff --git a/.changes/gtk018.md b/.changes/gtk018.md deleted file mode 100644 index 22b1b6ee0..000000000 --- a/.changes/gtk018.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "minor" ---- - -Updated to gtk 0.18 and Bump MSRV to 1.70.0. diff --git a/.changes/linux-current-monitor.md b/.changes/linux-current-monitor.md deleted file mode 100644 index db67e62b5..000000000 --- a/.changes/linux-current-monitor.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -Fix `Window::current_monitor` sometimes panicking on Linux when the window is invisible. diff --git a/.changes/mouse-wheel-detla.md b/.changes/mouse-wheel-detla.md deleted file mode 100644 index 2a3e5dbde..000000000 --- a/.changes/mouse-wheel-detla.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -On Windows, fix incorrect delta reported for `DeviceEvent::MouseWheel` event. diff --git a/.changes/progress-state.md b/.changes/progress-state.md deleted file mode 100644 index 23a1becfa..000000000 --- a/.changes/progress-state.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -On Windows, fix `Window::set_progress_bar` incorrect states. diff --git a/.changes/windows-0.51.md b/.changes/windows-0.51.md deleted file mode 100644 index 370c9e6f9..000000000 --- a/.changes/windows-0.51.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "minor" ---- - -Update `windows` and `windows-implement` crate to `0.51` diff --git a/CHANGELOG.md b/CHANGELOG.md index 958c11292..b38d5f1b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## \[0.23.0] + +- [`cf22c902`](https://github.com/tauri-apps/tao/commit/cf22c902d4c961be0f6cfba6a8c865e11073b027)([#85](https://github.com/tauri-apps/tao/pull/85)) **Breaking change**: Removed clipboard implementation. Use `arboard` crate instead. +- [`081ba16a`](https://github.com/tauri-apps/tao/commit/081ba16a39066039dea9e5ee3f223056629ed28f)([#800](https://github.com/tauri-apps/tao/pull/800)) Fix `Window::theme` may return a theme different from the actual window's theme on Linux. +- [`32ce759e`](https://github.com/tauri-apps/tao/commit/32ce759e4e2eb8c8cfd67a538f9a46c11f4f91dd)([#801](https://github.com/tauri-apps/tao/pull/801)) Updated to gtk 0.18 and Bump MSRV to 1.70.0. +- [`f569bbab`](https://github.com/tauri-apps/tao/commit/f569bbabda0af38595320fc64f8e645cde1bb9ef)([#815](https://github.com/tauri-apps/tao/pull/815)) Fix `Window::current_monitor` sometimes panicking on Linux when the window is invisible. +- [`7e854cb1`](https://github.com/tauri-apps/tao/commit/7e854cb1f5206b63cdd4a08c17bb35be58736e43)([#817](https://github.com/tauri-apps/tao/pull/817)) On Windows, fix incorrect delta reported for `DeviceEvent::MouseWheel` event. +- [`7e854cb1`](https://github.com/tauri-apps/tao/commit/7e854cb1f5206b63cdd4a08c17bb35be58736e43)([#817](https://github.com/tauri-apps/tao/pull/817)) On Windows, fix `Window::set_progress_bar` incorrect states. +- [`7e854cb1`](https://github.com/tauri-apps/tao/commit/7e854cb1f5206b63cdd4a08c17bb35be58736e43)([#817](https://github.com/tauri-apps/tao/pull/817)) Update `windows` and `windows-implement` crate to `0.51` + ## \[0.22.3] - [`dabfed7d`](https://github.com/tauri-apps/tao/commit/dabfed7dc34eb60c796561961103e768f1d53689)([#802](https://github.com/tauri-apps/tao/pull/802)) Fixes set size APIs crashing on Linux. diff --git a/Cargo.toml b/Cargo.toml index 5e3efc929..a65ae4c7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.22.3" +version = "0.23.0" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",