mirror of
https://github.com/italicsjenga/muda.git
synced 2025-01-11 04:11:32 +11:00
Apply Version Updates From Current Changes (#61)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
parent
f3883ee2d4
commit
c85f499cd7
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"muda": "patch"
|
|
||||||
---
|
|
||||||
|
|
||||||
On Windows, fix panic when click a menu item while the `PredefinedMenuItem::about` dialog is open.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"muda": "patch"
|
|
||||||
---
|
|
||||||
|
|
||||||
On Windows, Fix a panic when adding `CheckMenuItem` to a `Menu`.
|
|
|
@ -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`.
|
||||||
|
|
|
@ -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" ]
|
||||||
|
|
Loading…
Reference in a new issue