-
-
Notifications
You must be signed in to change notification settings - Fork 320
Comparing changes
Open a pull request
base repository: tauri-apps/wry
base: wry-v0.48.1
head repository: tauri-apps/wry
compare: wry-v0.49.0
- 17 commits
- 27 files changed
- 13 contributors
Commits on Jan 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 95a9319 - Browse repository at this point
Copy the full SHA 95a9319View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0185644 - Browse repository at this point
Copy the full SHA 0185644View commit details
Commits on Jan 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f007e65 - Browse repository at this point
Copy the full SHA f007e65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5363d9b - Browse repository at this point
Copy the full SHA 5363d9bView commit details
Commits on Jan 24, 2025
-
fix(macOS): Improve custom URL scheme handler robustness (#1440)
* Improve custom URL scheme handler robustness and error handling * re-add comments --------- Co-authored-by: FabianLars <github@fabianlars.de>
Configuration menu - View commit details
-
Copy full SHA for 89e9a0d - Browse repository at this point
Copy the full SHA 89e9a0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea39c4e - Browse repository at this point
Copy the full SHA ea39c4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a92baaa - Browse repository at this point
Copy the full SHA a92baaaView commit details
Commits on Jan 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c27b4ff - Browse repository at this point
Copy the full SHA c27b4ffView commit details
Commits on Jan 27, 2025
-
chore: Set and test
rust-version
(#1470)* chore: Set and test `rust-version` * Update build.yml * Update Cargo.toml * commit lockfile
Configuration menu - View commit details
-
Copy full SHA for 9ff1b66 - Browse repository at this point
Copy the full SHA 9ff1b66View commit details -
chore(deps): update rust crate getrandom to 0.3 (#1467)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FabianLars <github@fabianlars.de>
Configuration menu - View commit details
-
Copy full SHA for f944870 - Browse repository at this point
Copy the full SHA f944870View commit details
Commits on Jan 28, 2025
-
chore(deps): update rust crate getrandom to v0.3.1 (#1473)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 10ff066 - Browse repository at this point
Copy the full SHA 10ff066View commit details
Commits on Feb 6, 2025
-
chore(deps): update rust crate winit to v0.30.9 (#1478)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0023e83 - Browse repository at this point
Copy the full SHA 0023e83View commit details
Commits on Feb 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ce98c34 - Browse repository at this point
Copy the full SHA ce98c34View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf18194 - Browse repository at this point
Copy the full SHA cf18194View commit details
Commits on Feb 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9df094a - Browse repository at this point
Copy the full SHA 9df094aView commit details
Commits on Feb 21, 2025
-
fix(macOS): race conditions around WKURLSchemeTask (#1484)
Fixes two issues which could cause race conditions when navigating between pages while custom protocol requests are in progress on macOS and iOS: - The `obc2/catch-all` feature turns all Objective-C exceptions into panics, preventing `obc2::exception::catch(...)` from working. - The `webview` and `task` objects passed to `start_task` were not retained, leading to use-after-free issues in the `responder`. - `WryWebView::remove_custom_task_key` is called from both `stop_task` and `response` which may be in different threads, so `custom_protocol_task_ids` needs to be protected by a `Mutex`. Closes #1189
Configuration menu - View commit details
-
Copy full SHA for 0395df5 - Browse repository at this point
Copy the full SHA 0395df5View commit details -
Co-authored-by: pewsheen <pewsheen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5dc5766 - Browse repository at this point
Copy the full SHA 5dc5766View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff wry-v0.48.1...wry-v0.49.0