You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a preview build of WinGet for those interested in trying out upcoming features and fixes. While it has had some use and should be free of major issues, it may have bugs or usability problems. If you find any, please help us out by filing an issue.
New in v1.28
Bumped the winget version to 1.28 to match the package version.
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 enable this feature, add the 'sourceEdit' experimental feature to your settings.
"experimentalFeatures": {
"sourceEdit": true
},
To use the feature, try winget source edit winget-font to set the Explicit state to the default.
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This is a preview build of WinGet for those interested in trying out upcoming features and fixes. While it has had some use and should be free of major issues, it may have bugs or usability problems. If you find any, please help us out by filing an issue.
New in v1.28
Experimental Feature: 'sourceEdit'
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 enable this feature, add the 'sourceEdit' experimental feature to your settings.
To use the feature, try
winget source edit winget-fontto set the Explicit state to the default.Bug Fixes
--suppress-initial-detailsnow works withwinget configure test--suppress-initial-detailsno longer requires--accept-configuration-agreementsFontexperimental feature to accurately reflectfontsas the required setting valueWhat's Changed
New Contributors
Full Changelog: v1.28.90-preview...v1.28.100-preview
This discussion was created from the release Windows Package Manager 1.28.100-preview.
Beta Was this translation helpful? Give feedback.
All reactions