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
* WASDK 1.7.4 Release Notes
* Update stable-channel-1-7.md
* Update stable-channel-1-7.md
* Update downloads-archive.md
* Updates
* Update stable-channel-1-7.md
* Update release date and resolve comment feedback
Added periods.
Moved the two issues with a "For more information.." line before the RuntimeCompatibilityChange.
---------
Co-authored-by: Matt Wojciakowski <[email protected]>
Copy file name to clipboardExpand all lines: hub/apps/windows-app-sdk/release-notes-archive/stable-channel-1-7.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,8 @@
2
2
title: Stable channel release notes for the Windows App SDK 1.7
3
3
description: Provides information about the stable release channel for the Windows App SDK 1.7.
4
4
ms.topic: release-notes
5
-
ms.date: 09/09/2025
5
+
ms.date: 09/16/2025
6
6
keywords: windows win32, windows app development, Windows App SDK
7
-
ms.localizationpriority: medium
8
7
---
9
8
10
9
# Stable channel release notes for the Windows App SDK 1.7
@@ -30,10 +29,24 @@ In an existing Windows App SDK app, you can update your Nuget package to 1.7.250
30
29
31
30
For the updated runtime and MSIX, see [Downloads for the Windows App SDK](../downloads.md).
32
31
33
-
### Version 1.7.3 (1.7.250606001)
32
+
### Version 1.7.4 (1.7.250909003)
34
33
35
34
This is the latest service release for Version 1.7 of the Windows App SDK.
36
35
36
+
### Bug Fixes
37
+
38
+
- Fixed an issue where the hover effects of other windows for the app could flicker when at least one window had ExtendsContentIntoTitleBar set to true. ([RuntimeCompatibilityChange](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.windowsappruntime.runtimecompatibilityoptions.disabledchanges): XamlIsland_ExitNonClientArea). For more information, see GitHub issue [#10572](https://github.com/microsoft/microsoft-ui-xaml/issues/10572).
39
+
- Fixed an issue where UnhandledExceptions were not being propagated to managed code. ([RuntimeCompatibilityChange](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.windowsappruntime.runtimecompatibilityoptions.disabledchanges): DispatcherQueue_PropagateException). For more information, see GitHub issue [#10447](https://github.com/microsoft/microsoft-ui-xaml/issues/10447).
40
+
- Fixed an occasional crash in `DirectUI::PointerRoutedEventArgs::GetCurrentPointImpl`. ([RuntimeCompatibilityChange](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.windowsappruntime.runtimecompatibilityoptions.disabledchanges): GetIntermediatePointsImpl_Crash)
41
+
- Apps with an incorrect activation manifest no longer crash in certain situations but instead return an error. ([RuntimeCompatibilityChange](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.windowsappruntime.runtimecompatibilityoptions.disabledchanges): DesktopSiteBridge_ActivationErrorCrash)
42
+
- Fixed an issue where setting `NavigationView.SelectedItem` as null did not correctly clear the selection state in collapsed mode. ([RuntimeCompatibilityChange](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.windowsappruntime.runtimecompatibilityoptions.disabledchanges): NavigationView_ClearSelectedItem)
43
+
- Fixed certain corrupted upgrade scenarios from 1.6 to 1.7 by ensuring version numbers on certain binaries are consistently increasing. ([RuntimeCompatibilityChange](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.windowsappruntime.runtimecompatibilityoptions.disabledchanges): N/A, file version change)
44
+
- Fixed an issue where resizing the window would fire an AppWindow.Changed event with `AppWindowChangedEventArgs.DidPresenterChange` set to true. ([RuntimeCompatibilityChange](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.windowsappruntime.runtimecompatibilityoptions.disabledchanges): AppWindow_NoDidPresenterChangeOnRestore)
45
+
- Fixed a potential crash on window close if an InputPointerSource is disposed during certain reentrant scenarios. ([RuntimeCompatibilityChange](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.windowsappruntime.runtimecompatibilityoptions.disabledchanges): InputPointerSource_ReentrantDisposedCrash)
46
+
- Fixed an issue where the installer failed to update the Singleton package if an older version was running in the background. The fix ensures AddPackage is always called with ForceTargetAppShutdown for the Singleton and restarts the NotificationLongRunningPlatform to complete the update. ([RuntimeCompatibilityChange](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.windowsappruntime.runtimecompatibilityoptions.disabledchanges): N/A, installer change)
47
+
48
+
### Version 1.7.3 (1.7.250606001)
49
+
37
50
#### Windows AI APIs
38
51
39
52
> [!IMPORTANT]
@@ -208,9 +221,9 @@ Microsoft.Windows.Workloads
208
221
209
222
This is a servicing release of the Windows App SDK that includes critical bug fixes for the 1.7 release.
210
223
211
-
- Improved the telemetry for failure scenarios in WindowsAppRuntimeInstall-<arch>.exe. For more info, see GitHub issue [#5289](https://github.com/microsoft/WindowsAppSDK/pull/5289). ([RuntimeCompatibilityChange](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.windowsappruntime.runtimecompatibilityoptions.disabledchanges): N/A, installer change)
212
-
- Fixed an issue where pointer input would stop working when using arrow keys at the same time. For more info, see GitHub issue [#10126](https://github.com/microsoft/microsoft-ui-xaml/issues/10126). ([RuntimeCompatibilityChange](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.windowsappruntime.runtimecompatibilityoptions.disabledchanges): FixStuckPointerInputQueue)
213
-
- Fixed an issue where apps in remote desktop stop responding to pointer input. For more info, see GitHub issue [#10009](https://github.com/microsoft/microsoft-ui-xaml/issues/10009). (This is the same fix as the pointer input plus arrow keys fix, due to remote desktop automatically sending some key input during the switch away and back.) ([RuntimeCompatibilityChange](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.windowsappruntime.runtimecompatibilityoptions.disabledchanges): FixStuckPointerInputQueue)
224
+
- Improved the telemetry for failure scenarios in WindowsAppRuntimeInstall-<arch>.exe. For more info, see GitHub issue [#5289](https://github.com/microsoft/WindowsAppSDK/pull/5289). ([RuntimeCompatibilityChange](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.windowsappruntime.runtimecompatibilityoptions.disabledchanges): N/A, installer change).
225
+
- Fixed an issue where pointer input would stop working when using arrow keys at the same time. For more info, see GitHub issue [#10126](https://github.com/microsoft/microsoft-ui-xaml/issues/10126). ([RuntimeCompatibilityChange](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.windowsappruntime.runtimecompatibilityoptions.disabledchanges): FixStuckPointerInputQueue).
226
+
- Fixed an issue where apps in remote desktop stop responding to pointer input. For more info, see GitHub issue [#10009](https://github.com/microsoft/microsoft-ui-xaml/issues/10009). (This is the same fix as the pointer input plus arrow keys fix, due to remote desktop automatically sending some key input during the switch away and back.) ([RuntimeCompatibilityChange](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.windowsappruntime.runtimecompatibilityoptions.disabledchanges): FixStuckPointerInputQueue).
214
227
- Fixed a potential crash trying to restore focus if a window activation event is delivered for a window which is closing. ([RuntimeCompatibilityChange](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.windowsappruntime.runtimecompatibilityoptions.disabledchanges): FixWindowCloseFocusCrash)
215
228
- Fixed a performance regression introduced in WinAppSDK 1.6 due to WinUI binaries missing some linker optimizations. ([RuntimeCompatibilityChange](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.windowsappruntime.runtimecompatibilityoptions.disabledchanges): N/A, changed linker options)
216
229
- Fixed a potential crash if ProgressBar::SetProgressBarIndicatorWidth is called on a ProgressBar which is not in the tree. ([RuntimeCompatibilityChange](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.windowsappruntime.runtimecompatibilityoptions.disabledchanges): FixSetProgressBarIndicatorWidthCrash)
0 commit comments