Windows App SDK 2.2.0 #6554
agniuks
started this conversation in
Announcements
Replies: 1 comment
-
|
Just like for 1.8.9, the releasenotes are missing here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Windows App SDK 2.2.0
WinAppSDK 2.2.0 is the latest stable servicing release for 2.0, with a new Windows AI video upscaling API, a first-class
ApplicationDataentry point for unpackaged apps, additions toXamlBindingHelper, and a batch of WinUI and Windows ML reliability fixes.What's new in WinAppSDK 2.2.0:
Microsoft.Windows.AI.Video.VideoScalerAPI delivers real-time video enhancement through advanced AI upscaling, optimized for streams featuring people in conversation. It enables developers to provide sharper, clearer visuals across conferencing, streaming, and editing platforms, even under poor network conditions. The API supports customization of output resolution, frame rate, and regions of interest, with compatibility for multiple video formats including BGR, RGB, and NV12.VideoScaleris disposable, and includes a capability check so apps can validate VSR support at runtime. Explicit Windows ML initialization is not required.ApplicationDataAPI for unpackaged apps.Microsoft.Windows.Storage.ApplicationData.GetForUnpackaged()gives unpackaged apps a first-class WinRT entry point to per-user / per-machine application data, matching the surface previously available only to packaged apps. This simplifies future packaged ↔ unpackaged migration and removes the need for Registry-API workarounds.XamlBindingHelperAPIs. Added boxing-free value setter overloads toXamlBindingHelper(SetPropertyFromThickness,SetPropertyFromCornerRadius,SetPropertyFromColor) and exposed theSetter.ValuePropertydependency property.Bug fixes:
RenderTargetBitmapwhen the target element leaves the visual tree (for example, a popup closes) beforePreCommitcompletes.RenderAsyncnow returnsE_ABORTinstead of crashing.ScrollViewwhen the control is destroyed while its hide-indicators timer tick is still pending. See microsoft/microsoft-ui-xaml#10514.Microsoft.UI.Xaml.dll!DirectUI::DXamlCore::GetPeerPrivatecaused by attempting to access an object scheduled to be freed.Microsoft.UI.System.ThemeSettingscould crash an app if it was destroyed on a background thread (for example, when destroyed by the .NET garbage collector).New or updated APIs (since 2.1.3):
Try it out
Getting started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
This discussion was created from the release Windows App SDK 2.2.0.
Beta Was this translation helpful? Give feedback.
All reactions