Skip to content

Commit

Permalink
publish new versions (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 1, 2023
1 parent e10d493 commit 0c84628
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changes/fix-set-menu.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-tray-attributes.md

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0c84628

Please sign in to comment.