chore(deps): update rust crate tao to 0.37 - #210
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Package Changes Through 1726ef5There are 1 changes which include window-vibrancy with patch 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 |
renovate
Bot
force-pushed
the
renovate/tao-0.x
branch
from
May 4, 2026 17:51
660b418 to
290da91
Compare
renovate
Bot
force-pushed
the
renovate/tao-0.x
branch
from
May 23, 2026 05:28
290da91 to
24c3012
Compare
renovate
Bot
force-pushed
the
renovate/tao-0.x
branch
from
July 15, 2026 20:01
24c3012 to
d8f8915
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
renovate
Bot
force-pushed
the
renovate/tao-0.x
branch
2 times, most recently
from
July 16, 2026 15:11
4ae96d0 to
fd8be8c
Compare
renovate
Bot
force-pushed
the
renovate/tao-0.x
branch
from
July 29, 2026 05:44
fd8be8c to
00b5f74
Compare
renovate
Bot
force-pushed
the
renovate/tao-0.x
branch
2 times, most recently
from
August 13, 2026 09:54
52144cc to
bf79e82
Compare
renovate
Bot
force-pushed
the
renovate/tao-0.x
branch
from
August 21, 2026 19:32
bf79e82 to
1726ef5
Compare
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.34→0.37Release Notes
tauri-apps/tao (tao)
v0.37.0Compare Source
beb88249(#1304) Fix Android event loop hanging on first IPC call. When thendk_glueevent pipe and the wake fd became ready at the same time,ALooper_pollAllcould return the fd event instead ofALOOPER_POLL_WAKE, so the loop never drained the user-event channel and every invoke response sat there forever. The event loop now drains pending user events on every iteration, regardless of what the poll reported.27e4d01e(#1298) Fix a mismatched meta-variable name in theandroid_bindingmacro.992909acOn Windows, skipset_skip_taskbarifskip_taskbaris false when creating the window and on taskbar restars.95636d5f(#1301) On iOS, fixed a startup panic in debug builds on iOS versions older than 26, caused by registering the iOS 26-onlypreferredWindowingControlStyleForScene:method inside theUIWindowSceneDelegateprotocol block.a3ff3f03On iOS, always implementapplication:configurationForConnectingSceneSession:options:on the application delegate, using the role of the connecting session, so the tao scene delegate is installed whenever the system runs the app on the scene lifecycle - which iOS 26 and above does even for apps whose Info.plist does not declare aUIApplicationSceneManifest. Windows are now attached to a scene whenever one is connected instead of only when the Info.plist enables multiple scenes, and windows created before the first scene connects are adopted by it, so they are still displayed.eebd58f9(#1261) On iOS, emitWindowEvent::Destroyedfor a scene's windows when the scene disconnects. PreviouslysceneDidDisconnect:was a no-op, so windows tied to a scene never reported their destruction when the system reclaimed the scene.f6671e34(#1291) Bumped MSRV to 1.8504394e48(#1313) On Windows, fixWindowfunctions panics after the parent event loop dropped, they log the errors insteadf8722bd3(#1292) Updatedwindowsandwindows-coreto 0.62, this drop Windows 7 support, see microsoft/windows-rs#3808493dc3a8(#1306) On Windows, delay maximizing the window if it's hidden to avoid it flashing briefly. This also changed the size and position returned to pre-maximized states if you query them with the window being hidden and calledmaximizebd1b990b(#1296) On Windows, fixed flashing title bar on undecorated windows creation36b31b79(#1157) Exits the process on receivingWM_ENDSESSIONmessage, this fixes thecannot move state from Destroyedcrash after receiving the message from Restart Managerv0.36.0Compare Source
2b818c4e(#1288 by @Legend-Master) Breaking Change:Changed the names of the Android JNI lifecycle functions exposed by
android_binding!as follows:createtoonFirstActivityCreateonActivityCreatetoonCreatestarttoonStartresumetoonResumepausetoonPausestoptoonStoponActivitySaveInstanceStateonActivityDestroytoonDestroyonActivityLowMemorytoonLowMemoryonLowMemoryno longer takes any parameters.onFirstActivityCreateno longer takes any parameters.4d5005ff(#1173 by @sftse)fn set_min_inner_size,fn set_max_inner_size,fn set_inner_size_constraints,fn set_fullscreenandfn set_themeonWindowwere not properly thread-safeon Linux.
2ff9e3e9(#1271 by @Legend-Master) FixEventLoopProxy::send_eventsometimes doesn't deliver the event until the nextEventLoopProxy::send_eventcall14a6dec2(#1252 by @Legend-Master) Fix getting the DPI internally leaksHDChandles on Windows. Also only callGetDCwhen on < Windows 8.1 which improves its performance.47d38f36(#1228 by @ushinohama966) fix(linux): map JIS keyboard specific keys (Zenkaku_Hankaku,Hiragana_Katakana,Henkan,Muhenkan) inraw_key_to_keyto prevent them from becomingKey::Unidentified.2ada91bf(#1254 by @tenderdeve) On macOS, re-apply the custom traffic light inset after a title change andafter leaving fullscreen, so the buttons no longer jump back to their default
position on those events.
07f3742b(#1218 by @dgerhardt) On Linux, multiple issues regarding window decoration handling for Wayland have been fixed(#899, #1046, tauri-apps/tauri#6562, tauri-apps/tauri#13440, tauri-apps/tauri#13749, tauri-apps/tauri#14251, tauri-apps/tauri#14748).
Title bar buttons and changing of the title should now work as expected.
Furthermore, client-side decorations are no longer applied, when server-side decorations are supported.
SSD are no longer applied when decorations are disabled for a window during creation.
Toggling of SSD rendering for existing windows is however not supported at this time.
dad6b990(#1266 by @FabianLars) Tao now initializesndk-contextagain. This happens in the first onActivityCreate call and uses an Application context instead of an Activity context.729bbcad(#1270 by @ahirner) Prevent iOS apps from aborting when UIKit lays out a Tao view while it is temporarily detached from its window.f2163508(#1245 by @velocitysystems) Prevent use-after-free in iOSconfigurationForConnectingSceneSessionthat crashes release builds on launch.3f70d07c(#1250 by @velocitysystems) Fix iPadOS 26 system window controls overlappingWKWebViewcontent by implementingpreferredWindowingControlStyleForScene:on the scene delegate and returning theminimalstyle. The optional protocol method is a no-op on iOS versions earlier than 26.87c46b52(#1238 by @Legend-Master) Refactored some Windows keyboard internal implementations to catch up with winit, there should not be any behavior changes, please report if you find onef7f8173d(#1264 by @seemoer) Release the window state lock before updating taskbar visibility on Windows to avoid a reentrantTaskbarCreateddeadlock.71b59efe(#1209 by @lucasfernog) Moved Android and iOS lifecycle events toWindowEvent, includingStarted,Stopped,Suspended, andResumed, so they are emitted for the specific window whose activity or scene changed lifecycle state.87c46b52(#1238 by @Legend-Master)WindowEvent::ReceivedImeTextevent's text is now coming fromImmGetCompositionStringWinstead of a recordingWM_CHARandWM_SYSCHARmessages5f209bd8(#1231 by @Legend-Master) Fixedwith_background_colordoesn't work on initial load on Windowsc704261c(#1215 by @chuwik) Avoid Windows keyboard and IME deadlocks caused by re-entrant message processing while input state locks are held.5f209bd8(#1231 by @Legend-Master) Removed window subclassing on WindowsDependencies
tao-macros@0.1.4v0.35.3Compare Source
1bcd5165(#1224 by @brtinney) fix(android): don't panic ononNewIntentwhenintent.getType()returns nullv0.35.298aa0536(#1211 by @SAY-5) fix(android): don't panic on getCurrentWindowMetrics on API<30v0.35.1f3363af7(#1212 by @lucasfernog) Describe exceptions when they are raised by a JNI call.v0.35.0Compare Source
4e7c2f4a(#1154 by @lucasfernog) Breaking change: The Android activity should now reference and call the following external functions:18040018(#1146 by @JeffTsang)Event::Resumedis now only emitted when the app is actually resumed (going back to foreground) so it won't be called on app startup.56e9840b(#1141 by @haecker-felix) Use the Linux XDG Desktop Portal to add support for the system color scheme. Needsdbusfeature flag.4e7c2f4a(#1154 by @lucasfernog) Added multi-window support for iOS and Android.Leverages scenes on iOS and Activity embedding on Android.
iOS:
Android:
9cea0358(#1155 by @lucasfernog) FireEvent::Openedon Android, which now requires the activity to call the onNewIntent(intent) external function.18040018(#1146 by @JeffTsang) Use WillEnterForeground instead of DidBecomeActive for Event::Resumed in iOS.v0.34.8Compare Source
2fb51231(#1182 by @Tunglies) Remove synchronous styleMask mutations in is_zoomed on macOSv0.34.7Compare Source
541cf20e(#1190 by @damadczar) fix(linux): exit cleanly when GtkApplication is a remote GIO instancev0.34.6Compare Source
a4837862(#1189 by @thomaseizinger) Downgrades several logs in the Windows backend from WARN to DEBUG.e1c9cb69(#1185 by @kanatapple) Prevent panics on Windows when a monitor handle becomes invalid during info retrieval.e196538f(#1165 by @Slinetrac) fix(windows): respect default app mode via registry in dark mode detectiona133504b(#1184 by @Tunglies) Replace NSString::from_str with ns_string macro in macOS. No user facing changes.Configuration
📅 Schedule: (UTC)
🚦 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.