chore(deps): update rust crate tray-icon to 0.22#15203
Merged
Merged
Conversation
Contributor
Package Changes Through fb46f56There are 11 changes which include tauri with minor, @tauri-apps/api with minor, tauri-build with minor, tauri-macos-sign with patch, tauri-bundler with minor, @tauri-apps/cli with minor, tauri-cli with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with minor, tauri-plugin with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
edff822 to
6a110ca
Compare
f7f6ccb to
37663dd
Compare
37663dd to
ba68563
Compare
ba68563 to
25b7c71
Compare
Legend-Master
approved these changes
Apr 23, 2026
razein97
pushed a commit
to razein97/tauri
that referenced
this pull request
Apr 30, 2026
* chore(deps): update rust crate tray-icon to 0.22 * Add change file * Update lock --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
razein97
pushed a commit
to razein97/tauri
that referenced
this pull request
Apr 30, 2026
* chore(deps): update rust crate tray-icon to 0.22 * Add change file * Update lock --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.21→0.22Release Notes
tauri-apps/tray-icon (tray-icon)
v0.22.0Compare Source
f912921(#294 by @felipecrs) Addedwith_menu_on_right_clickbuilder method,set_show_menu_on_right_clickto control whether the context menu is shown on right click (analogous to the existing left click option), andshow_menu()to programmatically display the tray menu.Together these enable dynamic menu workflows where the menu content is updated before being shown, for example by disabling automatic right-click menu, listening for the click event, updating items, and then calling
show_menu().0a5835b(#295 by @thief-sty) Update png dependency version to 0.18.This avoids duplicated dependencies in downstream crates.
0a5835b(#295 by @thief-sty) Update rust version to 1.73.v0.21.3Compare Source
d3c2468(#293 by @Slinetrac) Handle Windows tray icon creation when the taskbar is not ready by keeping the message window alive and re-registering on TaskbarCreated.cb22cd5(#290 by @FabianLars) The defaultidis now derived from the process id to prevent issues when multiple open apps use thetray-iconcrate on Linux.v0.21.2Compare Source
c9f0d21(#278 by @aarol) Fix infinite loops when printing the full error chain (for example "{err:?}" with anyhow) forBadIcon4bbabba(#277 by @ancwrd1) Fix a problem on Windows platform where the created window was not destroyed correctly in case the tray icon creation fails.343599f(#284 by @FabianLars) This hotfix reverts #268 because it causedassertion failed: flush_paint_messagespanics.v0.21.1Compare Source
1470763(#272 by @ahonn) Add platform specific methods to access the underlying native handles of the tray (similar toTrayIcon::window_handle):TrayIcon::ns_status_itemfor macOSTrayIcon::app_indicatorfor Linux.2a6a19b(#268 by @iKineticate) On Windows, fix tray menu freeze on device change eventsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.