Apply Version Updates From Current Changes (#61)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-03-27 21:12:52 +02:00 committed by GitHub
parent f3883ee2d4
commit c85f499cd7
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 panic when click a menu item while the `PredefinedMenuItem::about` dialog is open.

View file

@ -1,5 +0,0 @@
---
"muda": "patch"
---
On Windows, Fix a panic when adding `CheckMenuItem` to a `Menu`.

View file

@ -1,5 +1,12 @@
# Changelog # Changelog
## \[0.4.5]
- On Windows, fix panic when click a menu item while the `PredefinedMenuItem::about` dialog is open.
- [f3883ee](https://www.github.com/tauri-apps/muda/commit/f3883ee2d4d8773e6b77e36700edb4ca7cb0988e) fix(windows): run the about dialog in its own thread, closes [#57](https://www.github.com/tauri-apps/muda/pull/57) ([#60](https://www.github.com/tauri-apps/muda/pull/60)) on 2023-03-27
- On Windows, Fix a panic when adding `CheckMenuItem` to a `Menu`.
- [059fceb](https://www.github.com/tauri-apps/muda/commit/059fceb13007760d9e41b65068c91442eda64626) fix(windows): downcast check menu item correctly ([#58](https://www.github.com/tauri-apps/muda/pull/58)) on 2023-03-27
## \[0.4.4] ## \[0.4.4]
- On Windows, fix `MenuEvent` not triggered for `IconMenuItem`. - On Windows, fix `MenuEvent` not triggered for `IconMenuItem`.

View file

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