diff --git a/.changes/gtk-context-menu.md b/.changes/gtk-context-menu.md deleted file mode 100644 index 5e8029c6..00000000 --- a/.changes/gtk-context-menu.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": patch ---- - -On Linux, fix context menu closing immediately when right click is released. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d9bb4f..ef55e8c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.13.2] + +- [`1dc9d3f`](https://www.github.com/tauri-apps/muda/commit/1dc9d3f193e698b4a688414cc094ff360cb072a4)([#190](https://www.github.com/tauri-apps/muda/pull/190)) On Linux, fix context menu closing immediately when right click is released. + ## \[0.13.1] - [`2edfbf1`](https://www.github.com/tauri-apps/muda/commit/2edfbf1a3a33199eb963532118d83a40f4d99af2)([#176](https://www.github.com/tauri-apps/muda/pull/176)) On macOS, fix a crash when removing a menu item. diff --git a/Cargo.toml b/Cargo.toml index b27fbb6d..8d03b1be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.13.1" +version = "0.13.2" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]