Apply Version Updates From Current Changes (#65)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-05-04 14:42:53 +03:00 committed by GitHub
parent 47ba0b47ed
commit 6e59ec71f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
"muda": "minor"
---
Add `(MenuItem|CheckMenuItem|IconMenuItem)::set_accelerator` to change or disable the accelerator after creation.

View file

@ -1,5 +1,10 @@
# 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]
- On Windows, fix panic when click a menu item while the `PredefinedMenuItem::about` dialog is open.

View file

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