Skip to content

Commit ced5bc8

Browse files
authored
apply version updates
1 parent ce01574 commit ced5bc8

File tree

6 files changed

+16
-25
lines changed

6 files changed

+16
-25
lines changed

.changes/context-menu-convert-back.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changes/fix-mnemonics-linux.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/gtk-feature.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## \[0.17.0]
4+
5+
- [`8e986af`](https://www.github.com/tauri-apps/muda/commit/8e986af3cea96a729413abc75c3702dec3990bd2) ([#289](https://www.github.com/tauri-apps/muda/pull/289) by [@amrbashir](https://www.github.com/tauri-apps/muda/../../amrbashir)) Add helper methods on `ContextMenu` trait to convert it back to a concrete type:
6+
7+
- `ContextMenu::as_menu`
8+
- `ContextMenu::as_menu_unchecked`
9+
- `ContextMenu::as_submenu`
10+
- `ContextMenu::as_submenu_unchecked`
11+
- [`8efa5a2`](https://www.github.com/tauri-apps/muda/commit/8efa5a201b6acad72dee4c0c097a4bbda172b353) ([#300](https://www.github.com/tauri-apps/muda/pull/300) by [@dgerhardt](https://www.github.com/tauri-apps/muda/../../dgerhardt)) On Linux, fix `&&` resulting in `&&` when it should be just `&`. Also fix `_` not visible and actually adding a mnemonic. This makes the behavior on Linux match the behavior on Windows.
12+
- [`e19a6eb`](https://www.github.com/tauri-apps/muda/commit/e19a6eb7417e722ee73fbae8bd97becbf5600142) ([#283](https://www.github.com/tauri-apps/muda/pull/283) by [@ogoffart](https://www.github.com/tauri-apps/muda/../../ogoffart)) Make gtk an optional feature (enabled by default)
13+
314
## \[0.16.1]
415

516
- [`6b3e2e5`](https://www.github.com/tauri-apps/muda/commit/6b3e2e51bb501ffbdf4526e59e4dedcb37c7b29b) ([#278](https://www.github.com/tauri-apps/muda/pull/278) by [@Legend-Master](https://www.github.com/tauri-apps/muda/../../Legend-Master)) Fix the buffer overflow when calling `text` on Windows

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "muda"
3-
version = "0.16.1"
3+
version = "0.17.0"
44
description = "Menu Utilities for Desktop Applications"
55
edition = "2021"
66
keywords = ["windowing", "menu"]

0 commit comments

Comments
 (0)