diff --git a/.changes/clipboard.md b/.changes/clipboard.md deleted file mode 100644 index 80fd9accf5..0000000000 --- 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/fix-set-size-linux.md b/.changes/fix-set-size-linux.md deleted file mode 100644 index 217dfd5f15..0000000000 --- a/.changes/fix-set-size-linux.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -Fixes set size APIs crashing on Linux. diff --git a/.changes/get-window-theme.md b/.changes/get-window-theme.md deleted file mode 100644 index 7a15d05437..0000000000 --- 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 22b1b6ee01..0000000000 --- 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 db67e62b50..0000000000 --- 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 2a3e5dbdee..0000000000 --- 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 23a1becfa6..0000000000 --- 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 370c9e6f93..0000000000 --- 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 ad109b6720..d81ca6146b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # 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. +- [`d471ea72`](https://github.com/tauri-apps/tao/commit/d471ea72450d5e9429b8608013b7dc061860463e)([#802](https://github.com/tauri-apps/tao/pull/802)) Fixes set size APIs crashing on Linux. +- [`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.2] - [`65ebab88`](https://github.com/tauri-apps/tao/commit/65ebab888de2d1ae4b7562572060d1e51ef85043)([#787](https://github.com/tauri-apps/tao/pull/787)) Fix compilation error on iOS. diff --git a/Cargo.toml b/Cargo.toml index fe2fcf0667..a65ae4c7ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.22.2" +version = "0.23.0" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",