mirror of
https://github.com/italicsjenga/muda.git
synced 2025-01-11 04:11:32 +11:00
Apply Version Updates From Current Changes (#65)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
parent
47ba0b47ed
commit
6e59ec71f6
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"muda": "minor"
|
|
||||||
---
|
|
||||||
|
|
||||||
Add `(MenuItem|CheckMenuItem|IconMenuItem)::set_accelerator` to change or disable the accelerator after creation.
|
|
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## \[0.5.0]
|
||||||
|
|
||||||
|
- Add `(MenuItem|CheckMenuItem|IconMenuItem)::set_accelerator` to change or disable the accelerator after creation.
|
||||||
|
- [47ba0b4](https://www.github.com/tauri-apps/muda/commit/47ba0b47ed28a93428c253e8bac397e0b9cb8dec) feat: add `set_accelerator` ([#64](https://www.github.com/tauri-apps/muda/pull/64)) on 2023-05-04
|
||||||
|
|
||||||
## \[0.4.5]
|
## \[0.4.5]
|
||||||
|
|
||||||
- On Windows, fix panic when click a menu item while the `PredefinedMenuItem::about` dialog is open.
|
- On Windows, fix panic when click a menu item while the `PredefinedMenuItem::about` dialog is open.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "muda"
|
name = "muda"
|
||||||
version = "0.4.5"
|
version = "0.5.0"
|
||||||
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