diff --git a/.changes/with_menu_on_left_click_windows.md b/.changes/with_menu_on_left_click_windows.md deleted file mode 100644 index fe978f2..0000000 --- a/.changes/with_menu_on_left_click_windows.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tray-icon": "patch" ---- - -Implemented `TrayIcon::set_show_menu_on_left_click` on windows diff --git a/CHANGELOG.md b/CHANGELOG.md index 57c6bef..b9e55b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.19.1] + +- [`19e67de`](https://www.github.com/tauri-apps/tray-icon/commit/19e67de6ff0b66241fddde507eb82e96781b6c36) ([#199](https://www.github.com/tauri-apps/tray-icon/pull/199) by [@Klemen2](https://www.github.com/tauri-apps/tray-icon/../../Klemen2)) Implemented `TrayIcon::set_show_menu_on_left_click` on windows + ## \[0.19.0] - [`bf5cec4`](https://www.github.com/tauri-apps/tray-icon/commit/bf5cec4c3242534cb068978bb27e37551bcb63f9) ([#196](https://www.github.com/tauri-apps/tray-icon/pull/196) by [@amrbashir](https://www.github.com/tauri-apps/tray-icon/../../amrbashir)) **Breaking change** Changed `serde` derive implementation for `TrayIconEvent` to use `serde(tag = "type")` and `rename_all = "camelCase"` on variants so the expected JSON serialization would look like this diff --git a/Cargo.toml b/Cargo.toml index 02502f6..796d475 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tray-icon" -version = "0.19.0" +version = "0.19.1" edition = "2021" description = "Create tray icons for desktop applications" homepage = "https://github.com/tauri-apps/tray-icon"