Apply Version Updates From Current Changes (#56)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-03-06 15:37:57 +02:00 committed by GitHub
parent f322ad454d
commit 440b3ebf81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 11 deletions

View file

@ -1,5 +0,0 @@
---
"muda": "patch"
---
On Windows, fix `MenuEvent` not triggered for `IconMenuItem`.

View file

@ -1,5 +0,0 @@
---
"muda": "patch"
---
On Windows, The `Close` predefined menu item will send `WM_CLOSE` to the window instead of calling `DestroyWindow` to let the developer catch this event and decide whether to close the window or not.

View file

@ -1,5 +1,12 @@
# Changelog # Changelog
## \[0.4.4]
- On Windows, fix `MenuEvent` not triggered for `IconMenuItem`.
- [88d3520](https://www.github.com/tauri-apps/muda/commit/88d352033ba571126a11bc681ee3b346b7579916) fix(Windows): dispatch menu event for icon menu item ([#53](https://www.github.com/tauri-apps/muda/pull/53)) on 2023-03-06
- On Windows, The `Close` predefined menu item will send `WM_CLOSE` to the window instead of calling `DestroyWindow` to let the developer catch this event and decide whether to close the window or not.
- [f322ad4](https://www.github.com/tauri-apps/muda/commit/f322ad454dcd206e2802bb7c65f0a55616a8d002) fix(Windows): send `WM_CLOSE` instead of `DestroyWindow` ([#55](https://www.github.com/tauri-apps/muda/pull/55)) on 2023-03-06
## \[0.4.3] ## \[0.4.3]
- Implement `PredefinedMenuItemm::maximize` and `PredefinedMenuItemm::hide` on Windows. - Implement `PredefinedMenuItemm::maximize` and `PredefinedMenuItemm::hide` on Windows.

View file

@ -1,6 +1,6 @@
[package] [package]
name = "muda" name = "muda"
version = "0.4.3" version = "0.4.4"
description = "Menu Utilities for Desktop Applications" description = "Menu Utilities for Desktop Applications"
edition = "2021" edition = "2021"
keywords = [ "windowing", "menu" ] keywords = [ "windowing", "menu" ]