Publish New Versions - #1199
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
release
branch
3 times, most recently
from
March 22, 2026 13:30
f706294 to
490994b
Compare
FabianLars
marked this pull request as draft
March 22, 2026 13:39
github-actions
Bot
force-pushed
the
release
branch
from
March 22, 2026 14:55
490994b to
def87ac
Compare
FabianLars
marked this pull request as ready for review
March 22, 2026 15:06
FabianLars
approved these changes
Mar 23, 2026
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.
Version Updates
Merging this PR will release new versions of the following packages based on your change files.
tao
[0.35.0]
4e7c2f4 (feat(mobile): add multi window support #1154 by @lucasfernog) Breaking change: The Android activity should now reference and call the following external functions:
1804001 (fix(ios): Use WillEnterForeground instead of DidBecomeActive for Event::Resumed in iOS #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.56e9840 (feat(linux): Add support for system color scheme using xdg-desktop-portal #1141 by @haecker-felix) Use the Linux XDG Desktop Portal to add support for the system color scheme. Needs
dbusfeature flag.4e7c2f4 (feat(mobile): add multi window support #1154 by @lucasfernog) Added multi-window support for iOS and Android.
Leverages scenes on iOS and Activity embedding on Android.
iOS:
Android:
9cea035 (feat(android): trigger Event::Opened #1155 by @lucasfernog) Fire
Event::Openedon Android, which now requires the activity to call the onNewIntent(intent) external function.1804001 (fix(ios): Use WillEnterForeground instead of DidBecomeActive for Event::Resumed in iOS #1146 by @JeffTsang) Use WillEnterForeground instead of DidBecomeActive for Event::Resumed in iOS.