Skip to content

Update Rust crate tao to 0.35.0#169

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/tao-0.x
Open

Update Rust crate tao to 0.35.0#169
renovate[bot] wants to merge 1 commit intomainfrom
renovate/tao-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2025

This PR contains the following updates:

Package Type Update Change
tao dependencies minor 0.33.00.35.0

Release Notes

tauri-apps/tao (tao)

v0.35.0

Compare Source

  • 4e7c2f4a (#​1154 by @​lucasfernog) Breaking change: The Android activity should now reference and call the following external functions:

      private external fun onActivityCreate(activity)
      private external fun start()
      private external fun resume()
      private external fun pause()
      private external fun stop()
      private external fun onActivitySaveInstanceState()
      private external fun onActivityDestroy(activity)
      private external fun onActivityLowMemory()
    
  • 18040018 (#​1146 by @​JeffTsang) Event::Resumed is 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. Needs dbus feature flag.

  • 4e7c2f4a (#​1154 by @​lucasfernog) Added multi-window support for iOS and Android.

    Leverages scenes on iOS and Activity embedding on Android.

    iOS:

    • Added Event::SceneRequested (on iPad the user can request a new window to be open - e.g. by long pressing the app icon and selecting "New window")
    • Request new scene to be created on Window::new (if needed, main scene is detected automatically) and assign the window instance later when it gets connected

    Android:

    • Create new activity on Window::new (if needed, main activity is detected automatically)
    • Added builder methods to determine the activity to be created
    • System determines what to do with the activity (new stack, next to another one.. based on the embedding rules)
  • 9cea0358 (#​1155 by @​lucasfernog) Fire Event::Opened on 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.8

Compare Source

v0.34.7

Compare Source

v0.34.6

Compare Source

v0.34.5

Compare Source

v0.34.4

Compare Source

  • 25f2c58a (#​1148 by @​lucasfernog) Trigger WindowEvent::Destroyed when the Android activity is destroyed. In this case, the app should either exit by setting the control flow to ControlFlow::ExitWithCode or NOT call the create() external function when the activity is recreated and onCreate is called, handling how to recreate the app window via a separate hook that can leverage the existing tao event loop.

v0.34.3

Compare Source

v0.34.2

Compare Source

  • 60a47340 (#​1108 by @​Simon-Laux) feat: MacOS: add universal applink support
    by implementing application:willContinueUserActivityWithType: and application:continueUserActivity:restorationHandler:,
    reusing the existing Event::Opened { urls } event for the user facing api.

v0.34.1

Compare Source

v0.34.0

Compare Source


Configuration

📅 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/tao-0.x branch from 73385ad to 1ebfaeb Compare August 10, 2025 13:39
@renovate renovate bot force-pushed the renovate/tao-0.x branch 2 times, most recently from 4d98ce8 to 59d820d Compare August 18, 2025 12:53
@renovate renovate bot force-pushed the renovate/tao-0.x branch from 59d820d to aaaf641 Compare September 7, 2025 23:42
@renovate renovate bot force-pushed the renovate/tao-0.x branch from aaaf641 to ed54f6b Compare September 25, 2025 17:02
@renovate renovate bot force-pushed the renovate/tao-0.x branch 2 times, most recently from abbad76 to d144641 Compare October 20, 2025 14:58
@renovate renovate bot force-pushed the renovate/tao-0.x branch from d144641 to d158c36 Compare March 4, 2026 17:25
@renovate renovate bot force-pushed the renovate/tao-0.x branch from d158c36 to 86be5d3 Compare March 22, 2026 13:57
@renovate renovate bot changed the title Update Rust crate tao to 0.34.0 Update Rust crate tao to 0.35.0 Mar 23, 2026
@renovate renovate bot force-pushed the renovate/tao-0.x branch from 86be5d3 to 5971fe0 Compare March 23, 2026 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants