diff --git a/.changes/fix-macos-return-glyph.md b/.changes/fix-macos-return-glyph.md deleted file mode 100644 index bfc86ba3..00000000 --- a/.changes/fix-macos-return-glyph.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -On macOS, render `Key::Enter` accelerators in menus as ⏎ (Return) instead of ⌤ (numeric-keypad Enter). Activation behavior is unchanged. diff --git a/.changes/fix-win-dark-menubar.md b/.changes/fix-win-dark-menubar.md deleted file mode 100644 index f952406c..00000000 --- a/.changes/fix-win-dark-menubar.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": patch ---- - -On Windows, fixed a bug that would truncate menubar items text to ~10 characters in dark-mode. diff --git a/CHANGELOG.md b/CHANGELOG.md index 14566bd2..415fe01e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.19.2] + +- [`597e1bc`](https://www.github.com/tauri-apps/muda/commit/597e1bcb300fce429643725810e63a95333c7046) ([#354](https://www.github.com/tauri-apps/muda/pull/354) by [@kohii](https://www.github.com/tauri-apps/muda/../../kohii)) On macOS, render `Key::Enter` accelerators in menus as ⏎ (Return) instead of ⌤ (numeric-keypad Enter). Activation behavior is unchanged. +- [`51fde8e`](https://www.github.com/tauri-apps/muda/commit/51fde8e47e4c181fce892b2420d22f3d4e69bead) ([#357](https://www.github.com/tauri-apps/muda/pull/357) by [@mattico](https://www.github.com/tauri-apps/muda/../../mattico)) On Windows, fixed a bug that would truncate menubar items text to ~10 characters in dark-mode. + ## \[0.19.1] - [`b3d108e`](https://www.github.com/tauri-apps/muda/commit/b3d108ea60028acb3faf62d2ab975b4ded1d2e4e) ([#350](https://www.github.com/tauri-apps/muda/pull/350) by [@lucasfernog](https://www.github.com/tauri-apps/muda/../../lucasfernog)) Bump objc2 requirement to 0.6.1. diff --git a/Cargo.lock b/Cargo.lock index d015a1a5..fdfbc1fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1534,7 +1534,7 @@ dependencies = [ [[package]] name = "muda" -version = "0.19.1" +version = "0.19.2" dependencies = [ "crossbeam-channel", "dpi", diff --git a/Cargo.toml b/Cargo.toml index 2f21abc8..768244e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.19.1" +version = "0.19.2" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = ["windowing", "menu"]