diff --git a/.changes/fix-tray-attributes.md b/.changes/fix-tray-attributes.md deleted file mode 100644 index ce54c68938..0000000000 --- a/.changes/fix-tray-attributes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -Fixes `icon_as_template` and `menu_on_left_click` SystemTray implementation on macOS. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a51dfc279..ee4d11150c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.16.4] + +- [`cfbf5ef0`](https://github.com/tauri-apps/tao/commit/cfbf5ef0cc7305e4563bd39cf31ea56481261045)([#794](https://github.com/tauri-apps/tao/pull/794)) Fixes `icon_as_template` and `menu_on_left_click` SystemTray implementation on macOS. + ## \[0.16.3] - [`019d9e9e`](https://github.com/tauri-apps/tao/commit/019d9e9e8b3ba9d6283e146eaaf6cf24c02bc510)([#764](https://github.com/tauri-apps/tao/pull/764)) On macOS, fix `SystemTrayEvent` not emitted after calling `set_menu`. diff --git a/Cargo.toml b/Cargo.toml index ee744b666f..b126b4f0d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.16.3" +version = "0.16.4" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",