From eb622fb8e5b3a8fc739327154094dd3fdab10bee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 19:16:52 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#201) Co-authored-by: amrbashir --- .changes/mac-close-menu-before-release.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/mac-close-menu-before-release.md diff --git a/.changes/mac-close-menu-before-release.md b/.changes/mac-close-menu-before-release.md deleted file mode 100644 index f4380f52..00000000 --- a/.changes/mac-close-menu-before-release.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": patch ---- - -On macOS, close tray menu before removing it to prevent user click on a released menu item resulting in a crash. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 50591b7e..b4e25ce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.13.5] + +- [`20ea54b`](https://www.github.com/tauri-apps/muda/commit/20ea54b69844b53f09e40e6399bb4ea26af58766)([#200](https://www.github.com/tauri-apps/muda/pull/200)) On macOS, close tray menu before removing it to prevent user click on a released menu item resulting in a crash. + ## \[0.13.4] - [`e758002`](https://www.github.com/tauri-apps/muda/commit/e758002bffe95f2d6f2d106967063ca87eb2f253)([#194](https://www.github.com/tauri-apps/muda/pull/194)) On Windows, fix menubar drawing when using a fixed dark theme while Windows itself in Light theme. diff --git a/Cargo.toml b/Cargo.toml index 75623593..1aa0dd78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.13.4" +version = "0.13.5" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]