From bc4c86bfbbcd4754417829ccb1b347d88258fb3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 20:08:05 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#106) Co-authored-by: amrbashir --- .changes/windows-context-menu.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/windows-context-menu.md diff --git a/.changes/windows-context-menu.md b/.changes/windows-context-menu.md deleted file mode 100644 index 036731a7..00000000 --- a/.changes/windows-context-menu.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -On Windows, fix menu items inside a context menu not firing events if the context menu was used on a Window that doesn't have a menu bar. diff --git a/CHANGELOG.md b/CHANGELOG.md index 96566fd3..50af2a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.8.6] + +- [`4701bb8`](https://www.github.com/tauri-apps/muda/commit/4701bb836e9d5f5c020c7807616d68bd049679a9)([#105](https://www.github.com/tauri-apps/muda/pull/105)) On Windows, fix menu items inside a context menu not firing events if the context menu was used on a Window that doesn't have a menu bar. + ## \[0.8.5] - [`e046132`](https://www.github.com/tauri-apps/muda/commit/e046132dfba47ab75905ff28c354f83b5b27703d) Changed `IconMenuItem::set_native_icon` to take `&self` instead of `&mut self`. diff --git a/Cargo.toml b/Cargo.toml index 1e134dd8..67445a6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.8.5" +version = "0.8.6" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]