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.28.190
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.29.30-preview
Choose a head ref
  • 6 commits
  • 29 files changed
  • 3 contributors

Commits on Feb 3, 2026

  1. Make list details stable (#6020)

    For release.
    JohnMcPMS authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    b86209b View commit details
    Browse the repository at this point in the history
  2. Move to IReference rather than custom enum for optional bool (#6022)

    ## Change
    Use an `IReference<Boolean>` rather than a custom enum to represent an
    optional bool value. The projection is much cleaner and scales better to
    other value types.
    JohnMcPMS authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    af3e703 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    625e913 View commit details
    Browse the repository at this point in the history
  4. Bump version to 1.29 (#6019)

    <!-- To check a checkbox place an "x" between the brackets. e.g: [x] -->
    
    - [ ] I have signed the [Contributor License
    Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs).
    - [ ] I have updated the [Release Notes](../doc/ReleaseNotes.md).
    - [ ] This pull request is related to an issue.
    
    -----
    
    Branch https://github.com/microsoft/winget-cli/tree/release-v1.28
    created from the current HEAD.
    ###### Microsoft Reviewers: [Open in
    CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/6019)
    florelis authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    1f9fabd View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. Configuration menu
    Copy the full SHA
    e1011f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. Update doc as WinGet is not in preview (#5850)

    WinGet is not in preview anymore, so tiny update in the docs.
    Gijsreyn authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    b8c05ad View commit details
    Browse the repository at this point in the history
Loading