From 739b1022f27758e1d5ddae07a1d9ca9ac7b2bd34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 02:40:51 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#195) Co-authored-by: amrbashir --- .changes/windows-theme.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/windows-theme.md diff --git a/.changes/windows-theme.md b/.changes/windows-theme.md deleted file mode 100644 index d57a92d1..00000000 --- a/.changes/windows-theme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -On Windows, add `Menu::init_for_hwnd_with_theme` and `Menu::set_theme_for_hwnd` to control the window menu bar theme. diff --git a/CHANGELOG.md b/CHANGELOG.md index ef55e8c0..a78895e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.13.3] + +- [`e758002`](https://www.github.com/tauri-apps/muda/commit/e758002bffe95f2d6f2d106967063ca87eb2f253)([#194](https://www.github.com/tauri-apps/muda/pull/194)) On Windows, add `Menu::init_for_hwnd_with_theme` and `Menu::set_theme_for_hwnd` to control the window menu bar theme. + ## \[0.13.2] - [`1dc9d3f`](https://www.github.com/tauri-apps/muda/commit/1dc9d3f193e698b4a688414cc094ff360cb072a4)([#190](https://www.github.com/tauri-apps/muda/pull/190)) On Linux, fix context menu closing immediately when right click is released. diff --git a/Cargo.toml b/Cargo.toml index d45fd475..c9423ed9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.13.2" +version = "0.13.3" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]