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
* WinAppSDK 1.6.4 Release Notes
Need to replace __VERSION__ with actual version when known.
* Version info added
Updated Version based on NuGet
* Minor updates
* Updated Bookmarks
* Update downloads.md
* Update ms.date in Windows App SDK docs
---------
Co-authored-by: KB <12849639+Karl-Bridge-Microsoft@users.noreply.github.com>
Copy file name to clipboardExpand all lines: hub/apps/windows-app-sdk/downloads.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Latest downloads for the Windows App SDK
3
3
description: Latest downloads for the Windows App SDK, including the installer and MSIX packages
4
4
ms.topic: article
5
-
ms.date: 07/15/2024
5
+
ms.date: 01/15/2025
6
6
keywords: windows win32, windows app development, Windows App SDK
7
7
ms.localizationpriority: medium
8
8
---
@@ -12,7 +12,7 @@ ms.localizationpriority: medium
12
12
This page provides download links to the *latest* releases of the [Windows App SDK](index.md) in the three release channels (stable, preview, and experimental). To get started quickly, download the latest x64 installer below. Or, for older releases, see [Archive of Windows App SDK downloads](downloads-archive.md).
> [Download the latest x64 stable installer (1.6.3)](https://aka.ms/windowsappsdk/1.6/latest/windowsappruntimeinstall-x64.exe)
15
+
> [Download the latest x64 stable installer (1.6.4)](https://aka.ms/windowsappsdk/1.6/latest/windowsappruntimeinstall-x64.exe)
16
16
17
17
For all the latest Windows App SDK downloads, refer to the tables and links below. To learn more, see [Windows App SDK release channels](release-channels.md) and the release notes provided below for each version.
18
18
@@ -22,6 +22,7 @@ For all the latest Windows App SDK downloads, refer to the tables and links belo
Copy file name to clipboardExpand all lines: hub/apps/windows-app-sdk/stable-channel.md
+15-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Stable channel release notes for the Windows App SDK
3
3
description: Provides information about the stable release channel for the Windows App SDK.
4
4
ms.topic: article
5
-
ms.date: 09/04/2024
5
+
ms.date: 01/15/2025
6
6
keywords: windows win32, windows app development, Windows App SDK
7
7
ms.localizationpriority: medium
8
8
---
@@ -31,6 +31,20 @@ The stable channel provides releases of the Windows App SDK that are supported f
31
31
> [!NOTE]
32
32
> The Windows App SDK Visual Studio Extensions (VSIX) are no longer distributed as a separate download. They are available in the Visual Studio Marketplace inside Visual Studio.
33
33
34
+
### Version 1.6.4 (1.6.250108002)
35
+
36
+
This is a servicing release of the Windows App SDK that includes critical bug fixes for the 1.6 release.
37
+
- Fixed an issue with text selection highlighting in a multi-line TextBox. For more info, see GitHub issue [#9965](https://github.com/microsoft/microsoft-ui-xaml/issues/9965).
38
+
- Fixed an issue where the DDLM package would sometimes not install, preventing launch of unpackaged apps. For more info, see GitHub issue [#3855](https://github.com/microsoft/WindowsAppSDK/issues/3855).
39
+
- Fixed a potential crash in Detours in some scenarios. For more info, see GitHub issue [#4937](https://github.com/microsoft/WindowsAppSDK/pull/4937).
40
+
- Fixed another potential issue where a menu off a CommandBar may incorrectly open up instead of down when the CommandBar is at the bottom of the window.
41
+
- Fixed a potential crash when running on older graphics hardware.
42
+
- Fixed a potential crash in pointer event handling when closing a window.
43
+
- Fixed a potential crash caused by `CUIAWindow::InitIds` sometimes triggering reentrancy.
44
+
- Fixed a potential crash when using `CompositionCapabilities.Changed` event.
45
+
- Fixed an issue with some Unicode characters displaying as squares in TextBox/RichEditBox.
46
+
- Fixed `PackageDeploymentManager.EnsurePackage*Async()` handling of `options.RegisterNewerIfAvailable`. For more info, see GitHub issue [#4864](https://github.com/microsoft/WindowsAppSDK/issues/4864).
47
+
34
48
### Version 1.6.3 (1.6.241114003)
35
49
36
50
This is a servicing release of the Windows App SDK that includes critical bug fixes for the 1.6 release.
0 commit comments