KEMBAR78
Comparing v1.11.400...v1.11.430 · microsoft/winget-cli · GitHub
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: microsoft/winget-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.400
Choose a base ref
...
head repository: microsoft/winget-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.430
Choose a head ref
  • 5 commits
  • 19 files changed
  • 1 contributor

Commits on Jun 17, 2025

  1. Update the other TDBuild task (#5534)

    I didn't remember that localization is so nice we do it twice
    
    See #5533 
    ###### Microsoft Reviewers: [Open in
    CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/5534)
    florelis authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    e7d9c20 View commit details
    Browse the repository at this point in the history
  2. Use windows-latest agents in localization pipeline (#5538)

    The loc pipeline uses windows-2019 agents that are being deprecated.
    ###### Microsoft Reviewers: [Open in
    CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/5538)
    florelis authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    14e8917 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Cherry-pick servicing changes for v1.11 (#5571)

    This is a cherry-pick of #5570, #5568 and #5567 to the v1.11 branch.
    ###### Microsoft Reviewers: [Open in
    CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/5571)
    florelis authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    99eb50f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. [Cherry-Pick] Add missing compilation flags for vcpkg ports (#5587) (#…

    …5589)
    
    #5567 didn't actually fix the crash we were seeing.
    
    The actual cause of the crash seems to be that I missed adding some
    compilation flags that we had added to the `.vcxproj` for cpprestsdk
    when I moved the dependencies to vcpkg (which does not use the
    `.vcxproj`). Specifically, I didn't set a flag to compile it without
    async support, so the library used async but winget wasn't prepared for
    that.
    
    This PR adds the missing compilation flags for all ports, taken from the
    project files before the migration to vcpkg. I added the flags to the
    triplet files (conditionally) so that it applies the same regardless of
    whether a port comes from the official registry or a local overlay.
    
    I noticed that for `libyaml` and `jsoncpp` I missed the flags to prepare
    for fuzzing, so I added a new triplet for those.
    
    This PR also updates the pipeline to publish the compilation logs from
    vcpkg for easier debugging in the future.
    ###### Microsoft Reviewers: [Open in
    CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/5589)
    florelis authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    36831fc View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. [1.11] Add more missing flags for vcpkg (#5593)

    Same as #5592, but on the release branch
    ###### Microsoft Reviewers: [Open in
    CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/5593)
    florelis authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    43956df View commit details
    Browse the repository at this point in the history
Loading