Open
Conversation
Contributor
Package Changes Through f314371There are 1 changes which include global-hotkey with minor 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 |
a797307 to
3847198
Compare
3847198 to
b26bfc8
Compare
b26bfc8 to
99c94a6
Compare
99c94a6 to
2ba69e0
Compare
2ba69e0 to
ce25ae7
Compare
ce25ae7 to
7df223a
Compare
85e9695 to
e82021a
Compare
e82021a to
05a5b32
Compare
05a5b32 to
010f170
Compare
7a4e696 to
a19efcc
Compare
a19efcc to
f314371
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.30→0.34Release Notes
tauri-apps/tao (tao)
v0.34.5Compare Source
92e22209(#1152 by @lucasfernog) EmitEvent::LoopDestroyedon activity destroy on Android.da1514be(#1150 by @Legend-Master) Fix maximized windows have empty edges when using auto hide task bar on Windowsv0.34.4Compare Source
25f2c58a(#1148 by @lucasfernog) TriggerWindowEvent::Destroyedwhen the Android activity is destroyed. In this case, the app should either exit by setting the control flow toControlFlow::ExitWithCodeor NOT call the create() external function when the activity is recreated andonCreateis called, handling how to recreate the app window via a separate hook that can leverage the existing tao event loop.v0.34.3Compare 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::MouseWheeldoesn't account for mouse wheel speed settingsa1edbeb4(#1126 by @Legend-Master) EmitEvent::LoopDestroyedon receivingWM_ENDSESSIONmessage on Windowsv0.34.2Compare 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.1Compare Source
f73c70fd(#1120 by @robertrpf) AddedWindowBuilder::with_focusableto allow creating unfocusable windows.f73c70fd(#1120 by @robertrpf) AddedWindow::set_focusable.v0.34.0Compare Source
773d324b(#1121 by @FabianLars) Fixed an issue that caused a panic on macOS when tao receivednilfrom 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) Addedx11feature flag (enabled by default).v0.33.0Compare Source
dae6d887(#1100 by @Legend-Master) Updatedwindowsto0.61.v0.32.8Compare Source
b863d49c(#1058 by @1111mp) macOS: Addset_dock_visibilitymethod 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::LightandWindowEvent::ThemeChanged()not delivered on macOS.v0.32.7Compare Source
1951b9ab(#1083 by @gezihuzi) Fixed application crash during startup when certain window buttons are disabled on macOS.v0.32.6Compare Source
9d1da74b(#1080 by @amrbashir) Fix crash on Windows because of missing functions on older Windows systems, regression in 0.32v0.32.5Compare Source
08c9c4c6(#1078 by @amrbashir) FixWindow::set_focusregression on macOSv0.32.4Compare Source
4679d683(#1056 by @dgerhardt) On Windows 11, fix incorrect window positioning and sizing onWM_DPICHANGED.v0.32.3Compare Source
c91dcde7(#1075 by @Legend-Master) On Windows, fixWindow::inner_sizealways returns the restore size instead of the current size for maximized undecorated windowv0.32.2Compare Source
b296cf53(#1074 by @amrbashir) On Windows, addWindowExtWindows::has_undecorated_shadowto 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.1Compare Source
1be722db(#1071 by @lucasfernog) Fix content protection on macOS crashing the app.v0.32.0Compare 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) Updatewindowsto 0.605cc92980(#1052 by @amrbashir) On Windows, fix regressionWindow::inner_sizereporting 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.1Compare Source
83e35e96(#1036 by @FabioGNR) Callgtk::initwhen creating the eventloop to fix crashes with some gtk APIs.bb537fe9(#1039 by @amrbashir) On Windows, fix regression that causedWindow::set_sizeto have no effect at all for undecorated window with shadows.v0.31.0Compare 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_monitor720bd93f(#1018 by @amrbashir) On Windows, fix regression in initial window position when using logical positions.73741a75(#1008 by @amrbashir) Removeinstantdependency, changedStartCause::ResumeTimeReached,StartCause::WaitCancelledandControlFlow::WaitUntilto usestd::time::Instantinstead.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 becomes conflicted, 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.