Skip to content

Commit

Permalink
refactor(core): new system tray and window menu APIs, closes #1898 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Jun 4, 2021
1 parent 8f29a26 commit f7e9fe8
Show file tree
Hide file tree
Showing 24 changed files with 1,741 additions and 407 deletions.
5 changes: 5 additions & 0 deletions .changes/menu-refactor.md
@@ -0,0 +1,5 @@
---
"tauri": patch
---

**Breaking change**: The `menu` API was not designed to have all the new features: submenus, item updates, disabled state... so we broke it before going to stable.
5 changes: 5 additions & 0 deletions .changes/system-tray-refactor.md
@@ -0,0 +1,5 @@
---
"tauri": patch
---

**Breaking change**: The `system_tray` and `on_system_tray_event` APIs were not designed to have all the new features: submenus, item updates, click events, positioning... so we broke it before going to stable.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -23,7 +23,7 @@ members = [
]

[patch.crates-io]
tao = { git = "https://github.com/tauri-apps/tao", rev = "a3f533232df25dc30998809094ed5431b449489c" }
tao = { git = "https://github.com/tauri-apps/tao", rev = "5be88eb9488e3ad27194b5eff2ea31a473128f9c" }

# default to small, optimized workspace release binaries
[profile.release]
Expand Down

0 comments on commit f7e9fe8

Please sign in to comment.