From 19bf3d719627f5dfb30a673dd7fc02278005e828 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Sat, 30 Sep 2023 15:41:39 +0000 Subject: [PATCH] publish new versions --- .changes/fix-set-menu.md | 5 ----- .changes/fix-tray-attributes.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 .changes/fix-set-menu.md delete mode 100644 .changes/fix-tray-attributes.md diff --git a/.changes/fix-set-menu.md b/.changes/fix-set-menu.md deleted file mode 100644 index 3a4ea7502..000000000 --- a/.changes/fix-set-menu.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -Fixes `set_menu` SystemTray implementation on macOS. diff --git a/.changes/fix-tray-attributes.md b/.changes/fix-tray-attributes.md deleted file mode 100644 index ce54c6893..000000000 --- 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 8a51dfc27..f2d24fbee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.16.4] + +- [`e10d493a`](https://github.com/tauri-apps/tao/commit/e10d493ac6bb1b4d854bb4bde8c9d2fc9ba4d519)([#795](https://github.com/tauri-apps/tao/pull/795)) Fixes `set_menu` SystemTray implementation on macOS. +- [`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 ee744b666..b126b4f0d 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",