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/tauri
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @tauri-apps/cli-v2.3.0
Choose a base ref
...
head repository: tauri-apps/tauri
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @tauri-apps/cli-v2.3.1
Choose a head ref
  • 10 commits
  • 24 files changed
  • 8 contributors

Commits on Feb 26, 2025

  1. ci: install corepack in docker (#12824)

    * ci: install corepack in docker
    
    this should fix the build errors from https://github.com/tauri-apps/tauri/actions/runs/13548556704/job/37866236681
    i only added it outside of docker in my last pr
    
    * remove musl
    FabianLars authored Feb 26, 2025
    Copy the full SHA
    b495fe0 View commit details
  2. fix(cli/ios): Configure initial view controller for the launch screen…

    … on iOS (#12538)
    
    Co-authored-by: Fabian-Lars <github@fabianlars.de>
    DeTeam and FabianLars authored Feb 26, 2025
    Copy the full SHA
    22e9bf7 View commit details
  3. chore(deps): update dependency eslint-config-prettier to v10.0.2 (#12822

    )
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 26, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9332132 View commit details
  4. chore(deps): update rust crate resvg to 0.45.0 (#12825)

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

Commits on Feb 27, 2025

  1. docs: update WebViewBuilder::with_asynchronous_custom_protocol with…

    … platform-specific notes (#12830)
    Simon-Laux authored Feb 27, 2025
    Copy the full SHA
    4bffc32 View commit details
  2. fix(deps): os webview not gated in wry feature (#12833)

    Legend-Master authored Feb 27, 2025
    Copy the full SHA
    4f26dcf View commit details
  3. chore(deps): update js dependencies (#12832)

    * chore(deps): update js dependencies
    
    * Update lock
    Legend-Master authored Feb 27, 2025
    Copy the full SHA
    887db08 View commit details
  4. docs: Update wording from #12830 (#12839)

    FabianLars authored Feb 27, 2025
    Copy the full SHA
    bca0296 View commit details

Commits on Feb 28, 2025

  1. fix(windows): ensure APIs exist before using it (#12848)

    * fix(windows): ensure APIs exist before using it
    
    * fix build on other platforms
    
    * clippy
    
    * use GetSystemMetricsForDpi
    amrbashir authored Feb 28, 2025
    Copy the full SHA
    e103e87 View commit details
  2. apply version updates (#12826)

    Co-authored-by: amrbashir <48618675+amrbashir@users.noreply.github.com>
    github-actions[bot] and amrbashir authored Feb 28, 2025
    Copy the full SHA
    cab7f76 View commit details
Loading