Skip to content

Commit c3b7b6e

Browse files
committed
Bump version to 1.29
1 parent 65938a0 commit c3b7b6e

2 files changed

Lines changed: 4 additions & 16 deletions

File tree

doc/ReleaseNotes.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
## New in v1.28
1+
## New in v1.29
22

3-
* Bumped the winget version to 1.28 to match the package version.
4-
* Additional [options for limiting the size of log files](https://github.com/microsoft/winget-cli/blob/master/doc/Settings.md#file).
3+
<!-- Nothing yet! -->
54

6-
# New Feature: 'source edit'
7-
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.
8-
9-
To use the feature, try `winget source edit winget-font` to set the Explicit state to the default.
10-
11-
# New Experimental Feature: 'listDetails'
5+
# Experimental Feature: 'listDetails'
126

137
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.
148

@@ -35,9 +29,3 @@ To enable this feature, add the 'listDetails' experimental feature to your setti
3529
"listDetails": true
3630
},
3731
```
38-
39-
## Bug Fixes
40-
* Portable Packages now use the correct directory separators regardless of which convention is used in the manifest
41-
* `--suppress-initial-details` now works with `winget configure test`
42-
* `--suppress-initial-details` no longer requires `--accept-configuration-agreements`
43-
* Corrected property of `Font` experimental feature to accurately reflect `fonts` as the required setting value

src/binver/binver/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define STRINGIZE(s) STRINGIZE2(s)
33

44
#define VERSION_MAJOR 1
5-
#define VERSION_MINOR 28
5+
#define VERSION_MINOR 29
66
#define VERSION_BUILD 0
77
#define VERSION_REVISION 0
88

0 commit comments

Comments
 (0)