From c3b7b6e4ff02c8dc93e57f11e436ea17fb4c0032 Mon Sep 17 00:00:00 2001 From: Flor Elisa Chacon Ochoa Date: Mon, 2 Feb 2026 16:35:14 -0800 Subject: [PATCH] Bump version to 1.29 --- doc/ReleaseNotes.md | 18 +++--------------- src/binver/binver/version.h | 2 +- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index d899cd2d67..c7d9d4efb3 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -1,14 +1,8 @@ -## New in v1.28 +## New in v1.29 -* Bumped the winget version to 1.28 to match the package version. -* Additional [options for limiting the size of log files](https://github.com/microsoft/winget-cli/blob/master/doc/Settings.md#file). + -# New Feature: 'source edit' -New feature that adds an 'edit' subcommand to the 'source' command. This can be used to set an explicit source to be implicit and vice-versa. For example, with this feature you can make the 'winget-font' source an implicit source instead of explicit source. - -To use the feature, try `winget source edit winget-font` to set the Explicit state to the default. - -# New Experimental Feature: 'listDetails' +# Experimental Feature: 'listDetails' The new experimental feature `listDetails` enables a new option for the `list` command, `--details`. When supplied, the output is no longer a table view of the results but is instead a series of `show` like outputs drawing data from the installed item. @@ -35,9 +29,3 @@ To enable this feature, add the 'listDetails' experimental feature to your setti "listDetails": true }, ``` - -## Bug Fixes -* Portable Packages now use the correct directory separators regardless of which convention is used in the manifest -* `--suppress-initial-details` now works with `winget configure test` -* `--suppress-initial-details` no longer requires `--accept-configuration-agreements` -* Corrected property of `Font` experimental feature to accurately reflect `fonts` as the required setting value diff --git a/src/binver/binver/version.h b/src/binver/binver/version.h index 1474dc5a5d..f807f8fe28 100644 --- a/src/binver/binver/version.h +++ b/src/binver/binver/version.h @@ -2,7 +2,7 @@ #define STRINGIZE(s) STRINGIZE2(s) #define VERSION_MAJOR 1 -#define VERSION_MINOR 28 +#define VERSION_MINOR 29 #define VERSION_BUILD 0 #define VERSION_REVISION 0