|
1 | | -## New in v1.12 |
2 | | -* MCP server available; run `winget mcp` for assistance on configuring your client. |
3 | | -* App Installer now uses WinUI 3. The package dependency on WinUI 2 has been replaced by a dependency on the Windows App Runtime 1.8. |
4 | | -* Manifest schema and validation updated to v1.12. This version update adds `Font` as an `InstallerType` and `NestedInstallerType`. |
5 | | -* Font Install, Uninstall, and a winget-fonts source have been added and are non-experimental. |
| 1 | +## New in v1.28 |
6 | 2 |
|
7 | | -## Bug Fixes |
8 | | -* Manifest validation no longer fails using `UTF-8 BOM` encoding when the schema header is on the first line |
9 | | -* Upgrading a portable package with dev mode disabled will no longer remove the package from the PATH variable. |
10 | | -* Fixed source open failure when there were multiple sources but less than two non-explicit sources. |
11 | | - |
12 | | -## Font Support |
13 | | -Font Install and Uninstall via manifest and package source for user and machine scopes has been added. |
14 | | -A sample Font manifest can be found at: |
15 | | -https://github.com/microsoft/winget-pkgs/tree/master/fonts/m/Microsoft/FluentFonts/1.0.0.0 |
16 | | - |
17 | | -At this time install and removal of fonts is only supported for fonts installed via WinGet Package. |
18 | | - |
19 | | -Fonts must either be the Installer or a .zip archive of NestedInstaller fonts. |
20 | | - |
21 | | -A new explicit source for fonts has been added "winget-font". |
22 | | -```winget search font -s winget-font``` |
23 | | - |
24 | | -This source is not yet accepting public submissions at this time. |
25 | | - |
26 | | -## Experimental Features |
27 | | -* Experimental support still exists for the 'font' command. |
28 | | - |
29 | | ---- |
30 | | -### Experimental support for Fonts |
31 | | -The following snippet enables experimental support for fonts via `winget settings`. The `winget font list` command will list installed font families and the number of installed font faces. |
32 | | -```JSON |
33 | | -{ |
34 | | - "$schema" "https://aka.ms/winget-settings.schema.json", |
35 | | - "experimentalFeatures": { |
36 | | - "fonts": true |
37 | | - } |
38 | | -} |
39 | | -``` |
40 | | -The font 'list' command has been updated with a new '--details' feature for an alternate view of the installed fonts. |
| 3 | +<!-- Nothing yet! --> |
0 commit comments