chore(deps): update rust crate tao to 0.34 #154
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.30
->0.34
Release Notes
tauri-apps/tao (tao)
v0.34.5
Compare Source
92e22209
(#1152 by @lucasfernog) EmitEvent::LoopDestroyed
on activity destroy on Android.da1514be
(#1150 by @Legend-Master) Fix maximized windows have empty edges when using auto hide task bar on Windowsv0.34.4
Compare Source
25f2c58a
(#1148 by @lucasfernog) TriggerWindowEvent::Destroyed
when the Android activity is destroyed. In this case, the app should either exit by setting the control flow toControlFlow::ExitWithCode
or NOT call the create() external function when the activity is recreated andonCreate
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
0defcd01
(#1132 by @Legend-Master) Exclude audit PDF file from the crate published to crates.io3969a1a4
(#1138 by @aspcartman) On macOS, fixed an issue that caused the window background color to be applied incorrectly (typically black).28f5a96a
(#1119 by @Legend-Master) FixWindowEvent::MouseWheel
doesn't account for mouse wheel speed settingsa1edbeb4
(#1126 by @Legend-Master) EmitEvent::LoopDestroyed
on receivingWM_ENDSESSION
message on Windowsv0.34.2
Compare Source
60a47340
(#1108 by @Simon-Laux) feat: MacOS: add universal applink supportby implementing
application:willContinueUserActivityWithType:
andapplication:continueUserActivity:restorationHandler:
,reusing the existing
Event::Opened { urls }
event for the user facing api.v0.34.1
Compare Source
f73c70fd
(#1120 by @robertrpf) AddedWindowBuilder::with_focusable
to allow creating unfocusable windows.f73c70fd
(#1120 by @robertrpf) AddedWindow::set_focusable
.v0.34.0
Compare Source
773d324b
(#1121 by @FabianLars) Fixed an issue that caused a panic on macOS when tao receivednil
from the OS when trying to get the current NSScreen.ba65486a
(#1107 by @Legend-Master) Fix initial position gets reset to 0 on Windows if it's accounted for the shadow4a085054
(#1103 by @aurelj) Addedx11
feature flag (enabled by default).v0.33.0
Compare Source
dae6d887
(#1100 by @Legend-Master) Updatedwindows
to0.61
.v0.32.8
Compare Source
b863d49c
(#1058 by @1111mp) macOS: Addset_dock_visibility
method to support setting the visibility of the application in the dock.996e28df
(#1090 by @lucasfernog) Fix crash when sending key event when macOS app has no window opened.dd9251a8
(#1091 by @1111mp) FixWindow::theme()
always returningTheme::Light
andWindowEvent::ThemeChanged()
not delivered on macOS.v0.32.7
Compare Source
1951b9ab
(#1083 by @gezihuzi) Fixed application crash during startup when certain window buttons are disabled on macOS.v0.32.6
Compare Source
9d1da74b
(#1080 by @amrbashir) Fix crash on Windows because of missing functions on older Windows systems, regression in 0.32v0.32.5
Compare Source
08c9c4c6
(#1078 by @amrbashir) FixWindow::set_focus
regression on macOSv0.32.4
Compare Source
4679d683
(#1056 by @dgerhardt) On Windows 11, fix incorrect window positioning and sizing onWM_DPICHANGED
.v0.32.3
Compare Source
c91dcde7
(#1075 by @Legend-Master) On Windows, fixWindow::inner_size
always returns the restore size instead of the current size for maximized undecorated windowv0.32.2
Compare Source
b296cf53
(#1074 by @amrbashir) On Windows, addWindowExtWindows::has_undecorated_shadow
to check if window has shadows for undecorated window or not.f4ec11d7
(#1070 by @Legend-Master) Fix undecorated top left and right border resizing direction on Windowsv0.32.1
Compare Source
1be722db
(#1071 by @lucasfernog) Fix content protection on macOS crashing the app.v0.32.0
Compare Source
94afde98
(#1040 by @Teddytrombone) Add missing function keys F13-F24 to linux implementation36645136
(#1050 by @FabianLars) Raised MSRV to 1.748c8f0e8b
(#1049 by @madsmtm) Useobjc2
.6fda4984
(#1048 by @madsmtm) macOS: RemoveFrom<ActivationPolicy>
implementation forcocoa::appkit::NSApplicationActivationPolicy
.28f728c7
(#1068 by @Legend-Master) Updatewindows
to 0.605cc92980
(#1052 by @amrbashir) On Windows, fix regressionWindow::inner_size
reporting larger size than what's visible for undecorated window.5cc92980
(#1052 by @amrbashir) On Windows, undecorated window with shadows, now have native resize handles outside of the window client area.v0.31.1
Compare Source
83e35e96
(#1036 by @FabioGNR) Callgtk::init
when creating the eventloop to fix crashes with some gtk APIs.bb537fe9
(#1039 by @amrbashir) On Windows, fix regression that causedWindow::set_size
to have no effect at all for undecorated window with shadows.v0.31.0
Compare Source
5d6d7da0
(#1017 by @amrbashir) On Windows, fix regression caused undecorated window with shadows to be slightly larger on creation.2e6cf1a4
(#1022 by @Jnschrber) On Windows, fix crash on older windows versions that doesn't support dark mode.6b49f55a
(#1016 by @Legend-Master) Expose raw gdk monitor throughMonitorHandleExtUnix::gdk_monitor
720bd93f
(#1018 by @amrbashir) On Windows, fix regression in initial window position when using logical positions.73741a75
(#1008 by @amrbashir) Removeinstant
dependency, changedStartCause::ResumeTimeReached
,StartCause::WaitCancelled
andControlFlow::WaitUntil
to usestd::time::Instant
instead.fa9aaa60
(#1019 by @amrbashir) On Windows, fix fullscreen for undecorated window have white borders.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 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.