-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
chore(deps): wry@0.50 muda@0.16 tray-icon@0.20 windows@0.60 webview2-com@0.36 objc@0.6 window-vibrancy@0.6 tao@0.32 #12541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Package Changes Through 04f2b20There are 9 changes which include tauri-cli with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with minor, tauri with minor, @tauri-apps/api with minor, @tauri-apps/cli with minor, tauri-bundler with patch, tauri-macos-sign 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 |
GetModuleHandleW(PCWSTR::null()).unwrap_or_default(), | ||
Some(parent), | ||
None, | ||
GetModuleHandleW(None).ok().map(|h| HINSTANCE(h.0)), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one is weirding me out a bit
This comment was marked as resolved.
This comment was marked as resolved.
will fix the build error as soon as Windows Defender stops throwing a tantrum |
I think we should also update |
i knew i forgot something |
okay this will take a bit. didn't see that i was pinged in tao's objc2 PR - will look at it right away |
Well, windows-rs just dropped an update moment ago 😂 |
i'll pretend i didn't see it |
jokes aside, i won't address that in this PR, maybe not even in 2.3.0 - that looks kinda big |
windows 0.60 didn't change much and shouldn't take very long, I'll try getting it updated in tao, webview2 and wry |
Not 100% sure but I think we might need to adjust the undercoated window resizing code as well because of the change we made in tauri-apps/tao#1052 |
(according to lucas) resizing still works so imo we can merge this and check if we need/should adapt these changes in a later PR / release as well. (tbh, i'm just super out of the loop on the resizing stuff so this probably needs @amrbashir input) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and I'm testing this with an actual app
but I've also asked Amr to double check
Let's merge this and I will improve the undecorated resizing in a different PR. |
No description provided.