Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tauri-apps/wry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: wry-v0.48.1
Choose a base ref
...
head repository: tauri-apps/wry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: wry-v0.49.0
Choose a head ref
  • 17 commits
  • 27 files changed
  • 13 contributors

Commits on Jan 14, 2025

  1. chore(deps): update webview2 and windows (#1454)

    Legend-Master authored Jan 14, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    95a9319 View commit details
  2. fix(windows): Fix the issue where TAB cannot cycle through focus elem…

    …ents. (#1452)
    mzdk100 authored Jan 14, 2025
    Copy the full SHA
    0185644 View commit details

Commits on Jan 22, 2025

  1. chore: sync README with crate docs (#1459)

    closes #1458
    amrbashir authored Jan 22, 2025
    Copy the full SHA
    f007e65 View commit details
  2. refactor: WM_WINDOWPOSCHANGED to handle WM_MOVE and WM_MOVING for Web…

    …View2 (#1451)
    CDHJS authored Jan 22, 2025
    Copy the full SHA
    5363d9b View commit details

Commits on Jan 24, 2025

  1. 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>
    UdaraJay and FabianLars authored Jan 24, 2025
    Copy the full SHA
    89e9a0d View commit details
  2. ci: run cargo-readme in covector PR (#1464)

    amrbashir authored Jan 24, 2025
    Copy the full SHA
    ea39c4e View commit details
  3. ci: cargo-readme --no-title

    amrbashir committed Jan 24, 2025
    Copy the full SHA
    a92baaa View commit details

Commits on Jan 26, 2025

  1. chore(deps): Use objc2 v0.6 (#1468)

    madsmtm authored Jan 26, 2025
    Copy the full SHA
    c27b4ff View commit details

Commits on Jan 27, 2025

  1. chore: Set and test rust-version (#1470)

    * chore: Set and test `rust-version`
    
    * Update build.yml
    
    * Update Cargo.toml
    
    * commit lockfile
    FabianLars authored Jan 27, 2025
    Copy the full SHA
    9ff1b66 View commit details
  2. 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>
    renovate[bot] and FabianLars authored Jan 27, 2025
    Copy the full SHA
    f944870 View commit details

Commits on Jan 28, 2025

  1. chore(deps): update rust crate getrandom to v0.3.1 (#1473)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 28, 2025
    Copy the full SHA
    10ff066 View commit details

Commits on Feb 6, 2025

  1. chore(deps): update rust crate winit to v0.30.9 (#1478)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 6, 2025
    Copy the full SHA
    0023e83 View commit details

Commits on Feb 7, 2025

  1. fix(android): Call toString on versionName (#1480)

    ahqsoftwares authored Feb 7, 2025
    Copy the full SHA
    ce98c34 View commit details
  2. ci(renovate): Disable lockfile-only updates

    FabianLars authored Feb 7, 2025
    Copy the full SHA
    cf18194 View commit details

Commits on Feb 12, 2025

  1. Copy the full SHA
    9df094a View commit details

Commits on Feb 21, 2025

  1. 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
    alexmoon authored Feb 21, 2025
    Copy the full SHA
    0395df5 View commit details
  2. apply version updates (#1455)

    Co-authored-by: pewsheen <pewsheen@users.noreply.github.com>
    github-actions[bot] and pewsheen authored Feb 21, 2025
    Copy the full SHA
    5dc5766 View commit details
Loading