From 9dfb93396f9f315d81ef892675134b31b161bb52 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Thu, 28 Nov 2024 02:18:23 +0000 Subject: [PATCH] apply version updates --- .changes/add-context-menu-dismiss-result.md | 5 ----- .changes/expose-modifiers-and-key-on-accelerator.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 .changes/add-context-menu-dismiss-result.md delete mode 100644 .changes/expose-modifiers-and-key-on-accelerator.md diff --git a/.changes/add-context-menu-dismiss-result.md b/.changes/add-context-menu-dismiss-result.md deleted file mode 100644 index 426e58f4..00000000 --- a/.changes/add-context-menu-dismiss-result.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": minor ---- - -Return `bool` in `ContextMenu::show_context_menu_for_hwnd`, `ContextMenu::show_context_menu_for_nsview` and `ContextMenu::show_context_menu_for_gtk_window` to indicate why the context menu was closed. \ No newline at end of file diff --git a/.changes/expose-modifiers-and-key-on-accelerator.md b/.changes/expose-modifiers-and-key-on-accelerator.md deleted file mode 100644 index 6d2fab52..00000000 --- a/.changes/expose-modifiers-and-key-on-accelerator.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": patch ---- - -Add `Accelerator::modifiers` and `Accelerator::key` getter methods. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a6ea22b..b69e963f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.16.0] + +- [`cf9dcfa`](https://www.github.com/tauri-apps/muda/commit/cf9dcfafd000336db4e9f239ed5581539d9168f6) ([#236](https://www.github.com/tauri-apps/muda/pull/236) by [@pewsheen](https://www.github.com/tauri-apps/muda/../../pewsheen)) Return `bool` in `ContextMenu::show_context_menu_for_hwnd`, `ContextMenu::show_context_menu_for_nsview` and `ContextMenu::show_context_menu_for_gtk_window` to indicate why the context menu was closed. +- [`99ec648`](https://www.github.com/tauri-apps/muda/commit/99ec648de4dfd3b864540b1e30279c2c7afc1abd) ([#244](https://www.github.com/tauri-apps/muda/pull/244) by [@stijnfrishert](https://www.github.com/tauri-apps/muda/../../stijnfrishert)) Add `Accelerator::modifiers` and `Accelerator::key` getter methods. + ## \[0.15.3] - [`11a1ef8`](https://www.github.com/tauri-apps/muda/commit/11a1ef84fa85cbe2f0bfb0c3a986d7a36d84288f) ([#241](https://www.github.com/tauri-apps/muda/pull/241) by [@amrbashir](https://www.github.com/tauri-apps/muda/../../amrbashir)) On Windows, fix changing state of menu items inside a `muda::Menu` not immedietly reflected on the window menu bar. diff --git a/Cargo.toml b/Cargo.toml index 7ae369e7..5e5af9b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.15.3" +version = "0.16.0" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = ["windowing", "menu"]