Skip to content

chore(deps): update rust crate tao to 0.35.0#123

Merged
ReenigneArcher merged 1 commit into
masterfrom
renovate/tao-0-x
Apr 19, 2026
Merged

chore(deps): update rust crate tao to 0.35.0#123
ReenigneArcher merged 1 commit into
masterfrom
renovate/tao-0-x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 19, 2026

This PR contains the following updates:

Package Type Update Change
tao dependencies minor 0.31.10.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

v0.33.0

Compare Source

v0.32.8

Compare Source

v0.32.7

Compare Source

v0.32.6

Compare Source

v0.32.5

Compare Source

v0.32.4

Compare Source

v0.32.3

Compare Source

  • c91dcde7 (#​1075 by @​Legend-Master) On Windows, fix Window::inner_size always returns the restore size instead of the current size for maximized undecorated window

v0.32.2

Compare Source

v0.32.1

Compare Source

v0.32.0

Compare Source


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • "after 1am,before 8am"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, 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 added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 19, 2026
@sonarqubecloud
Copy link
Copy Markdown

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.16%. Comparing base (b205746) to head (d790522).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
+ Coverage   71.97%   72.16%   +0.18%     
==========================================
  Files          15       15              
  Lines         546      546              
==========================================
+ Hits          393      394       +1     
+ Misses        153      152       -1     
Flag Coverage Δ
aarch64-apple-darwin 72.37% <ø> (ø)
aarch64-unknown-linux-gnu 71.97% <ø> (ø)
x86_64-apple-darwin 72.37% <ø> (ø)
x86_64-pc-windows-msvc 72.16% <ø> (+0.18%) ⬆️
x86_64-unknown-linux-gnu 71.97% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b205746...d790522. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ReenigneArcher ReenigneArcher merged commit c4f0150 into master Apr 19, 2026
18 checks passed
@ReenigneArcher ReenigneArcher deleted the renovate/tao-0-x branch April 19, 2026 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant