From c85f499cd78a07514e59bd5c4b5dc8518fb922a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:12:52 +0200 Subject: [PATCH] Apply Version Updates From Current Changes (#61) Co-authored-by: amrbashir --- .changes/windows-about-menu-item.md | 5 ----- .changes/windows-check-menu-item.md | 5 ----- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changes/windows-about-menu-item.md delete mode 100644 .changes/windows-check-menu-item.md diff --git a/.changes/windows-about-menu-item.md b/.changes/windows-about-menu-item.md deleted file mode 100644 index d2c8d29c..00000000 --- a/.changes/windows-about-menu-item.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -On Windows, fix panic when click a menu item while the `PredefinedMenuItem::about` dialog is open. diff --git a/.changes/windows-check-menu-item.md b/.changes/windows-check-menu-item.md deleted file mode 100644 index 5daafe44..00000000 --- a/.changes/windows-check-menu-item.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -On Windows, Fix a panic when adding `CheckMenuItem` to a `Menu`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2066a060..a9e602d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[0.4.5] + +- On Windows, fix panic when click a menu item while the `PredefinedMenuItem::about` dialog is open. + - [f3883ee](https://www.github.com/tauri-apps/muda/commit/f3883ee2d4d8773e6b77e36700edb4ca7cb0988e) fix(windows): run the about dialog in its own thread, closes [#57](https://www.github.com/tauri-apps/muda/pull/57) ([#60](https://www.github.com/tauri-apps/muda/pull/60)) on 2023-03-27 +- On Windows, Fix a panic when adding `CheckMenuItem` to a `Menu`. + - [059fceb](https://www.github.com/tauri-apps/muda/commit/059fceb13007760d9e41b65068c91442eda64626) fix(windows): downcast check menu item correctly ([#58](https://www.github.com/tauri-apps/muda/pull/58)) on 2023-03-27 + ## \[0.4.4] - On Windows, fix `MenuEvent` not triggered for `IconMenuItem`. diff --git a/Cargo.toml b/Cargo.toml index 872e1f60..e79a7c8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.4.4" +version = "0.4.5" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]