Skip to content

Commit caeb956

Browse files
committed
Multiple Text updates.
1 parent 9818ca1 commit caeb956

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

hub/apps/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,8 @@ items:
908908
items:
909909
- name: Stable channel release notes
910910
items:
911+
- name: Windows App SDK 1.6
912+
href: windows-app-sdk/release-notes-archive/stable-channel-1.6.md
911913
- name: Windows App SDK 1.5
912914
href: windows-app-sdk/release-notes-archive/stable-channel-1.5.md
913915
- name: Windows App SDK 1.4

hub/apps/windows-app-sdk/release-channels.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ The Windows App SDK has a lifecycle. A lifecycle begins when a version or servic
5151

5252
| Windows App SDK version | Original release date | Latest patch version | Patch release date | Support level | End of servicing |
5353
|-------------------------|-----------------------|----------------------|--------------------|---------------|---------------- |
54-
| 1.6 | 09/04/2024 | 1.6.250205002 | 02/11/2025 | Current | 09/04/2025 |
55-
| 1.5 | 02/29/2024 | 1.5.250108004 | 01/15/2025 | Maintenance | 02/28/2025 |
54+
| 1.7 | 03/18/2025 | 1.7.250310001 | 03/18/2025 | Current | 03/18/2026 |
55+
| 1.6 | 09/04/2024 | 1.6.250205002 | 02/11/2025 | Maintenance | 09/04/2025 |
56+
| 1.5 | 02/29/2024 | 1.5.250108004 | 01/15/2025 | Out of Support| 02/28/2025 |
5657
| 1.4 | 08/29/2023 | 1.4.240802001 | 08/13/2024 | Out of Support| 08/29/2024 |
5758
| 1.3 | 04/12/2023 | 1.3.230724000 | 07/25/2023 | Out of Support| 04/12/2024 |
5859
| 1.2 | 11/10/2022 | 1.2.230313.1 | 03/15/2023 | Out of Support| 11/10/2023 |

hub/apps/windows-app-sdk/stable-channel.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,31 +44,33 @@ For the updated runtime and MSIX, see [Downloads for the Windows App SDK](./down
4444
### Version 1.7.0 (1.7.250310001)
4545
#### New Badge Notifications Feature
4646

47-
The notification badge conveys a summary or status information specific to an app. This can be numeric (1-99) or a glyph from one of the system-provided glyphs. This new functionality has been introduced to unblock apps like WhatsApp who depend on these visual indicators to portray user indicators.
47+
This new functionality provides an easy way for apps to show status, such as number of unread mails in a mail app or number of new posts in a social media app.
4848

4949
For more info, see GitHub [#4926](https://github.com/microsoft/WindowsAppSDK/issues/4926).
5050

5151
#### New CameraCaptureUI API
5252

53-
Developers have encountered challenges in the desktop environments due to the reliance on WinRT CameraCaptureUI being dependent on CoreWIndows, and lack of InitializeWithWindows support. The team has released this new CameraCaptureUI API to WinAppSDK to provide a streamlined solution with feature parity, now supporting WindowID in the constructor for enhanced desktop compatibility.
53+
Developers have encountered challenges in the desktop environments due to WinRT CameraCaptureUI being dependent on CoreWindows, and lack of InitializeWithWindow support. The team has released this new `Microsoft.Windows.Media.Capture.CameraCaptureUI` API to WinAppSDK to provide a streamlined solution with feature parity, now supporting WindowID in the constructor for enhanced desktop compatibility.
5454

5555
For more info, see GitHub issue [#4721](https://github.com/microsoft/WindowsAppSDK/issues/4721).
5656

5757
#### New Authentication API
5858

59-
A new `OAuth2Manager` API provides a streamlined solution for web authentication, offering OAuth 2.0 capabilities with full feature parity across all Windows platforms supported by Windows App SDK. This new Authentication Manager is ifferent from the public WebAuthentication Broker API. As it better aligns with OAuth best practices, for more information visit: RFC 6749, RFC 7636, RFC 8252.
59+
A new `OAuth2Manager` API provides a streamlined solution for web authentication, offering OAuth 2.0 capabilities with full feature parity across all Windows platforms supported by Windows App SDK. This new Authentication Manager is different from the public WebAuthentication Broker API, as it better aligns with OAuth best practices.
6060

6161
For more info, see GitHub issue [#4772](https://github.com/microsoft/WindowsAppSDK/issues/4772).
6262

6363
#### New Background Task support
6464

65-
Background tasks are app component that run in the background without a user interface, performing actions like download files, syncing data, sending notifications or updating tiles. The new `BackgroundTaskBuilder` API provides WinAppSDK dependent apps the ability to directly register the full trust COM components with the background tasks. Removing the need to implement workaround.
65+
Background tasks are app components that run in the background without a user interface, performing actions like download files, syncing data, sending notifications or updating files. The new `BackgroundTaskBuilder` API provides WinAppSDK dependent apps the ability to directly register the full trust COM components with background tasks, removing the need to implement workaround.
6666

6767
For more info, see GitHub [#4831](https://github.com/microsoft/WindowsAppSDK/issues/4831).
6868

6969
#### New TitleBar control
7070

71-
A new `TitleBar` control makes it much easier to create a great, customizable titlebar for your app. Configure properties such as the titlebar icon, Title, and Subtitle, include an integrated back button, or even add a custom control like a search box! The control includes robust titlebar capabilities like empty-space draggable regions, theme responsiveness, caption buttons, and built-in accessibility support so you can focus on your personalized design and still get the same reliable titlebar as the default experience. For more info, see GitHub [#10056](https://github.com/microsoft/microsoft-ui-xaml/issues/10056).
71+
A new `TitleBar` control makes it much easier to create a great, customizable titlebar for your app. Configure properties such as the titlebar icon, Title, and Subtitle, include an integrated back button, or even add a custom control like a search box! The control includes robust titlebar capabilities like empty-space draggable regions, theme responsiveness, caption buttons, and built-in accessibility support so you can focus on your personalized design and still get the same reliable titlebar as the default experience.
72+
73+
For more info, see GitHub [#10056](https://github.com/microsoft/microsoft-ui-xaml/issues/10056).
7274

7375
#### Support for MathML
7476

@@ -78,9 +80,9 @@ For more info, see GitHub [#4196](https://github.com/microsoft/microsoft-ui-xaml
7880

7981
#### Enhanced Runtime
8082

81-
* Windows App SDK's [Dynamic Dependencies APIs](https://learn.microsoft.com/windows/apps/desktop/modernize/framework-packages/use-the-dynamic-dependency-api) delegate all calls to Windows 11's implementation when running on \>= Windows 11 24H2 (10.0.26100.0) providing improved performance and robustness. This holds true for all C/C++ (Mdd*()) and WinRT (namespace Microsoft.Windows.ApplicationModel.DynamicDependency) APIs.
83+
* Windows App SDK's [Dynamic Dependencies APIs](/windows/apps/desktop/modernize/framework-packages/use-the-dynamic-dependency-api) delegate all calls to Windows 11's implementation when running on \>= Windows 11 24H2 (10.0.26100.0) providing improved performance and robustness. This holds true for all C/C++ (Mdd*()) and WinRT (namespace Microsoft.Windows.ApplicationModel.DynamicDependency) APIs.
8284
* Packaged processes calling Windows App SDK's Dynamic Dependencies APIs is now supported on \>= Windows 11 24H2 (10.0.26100.0). This is still unsupported on older systems (WinAppSDK's implementation doesn't support packaged apps).
83-
* This has no impact to the developer experience. Callers can continue using the [Bootstrapper API](https://learn.microsoft.com/windows/windows-app-sdk/api/win32/_bootstrap/) to add the WinAppSDK framework package to the calling process' package graph.
85+
* This has no impact to the developer experience. Callers can continue using the [Bootstrapper API](/windows/windows-app-sdk/api/win32/_bootstrap/) to add the WinAppSDK framework package to the calling process' package graph.
8486
* For more info, see GitHub PR [#4949](https://github.com/microsoft/WindowsAppSDK/pull/4949).
8587
* Undocked Registration-free WinRT (URFW) is not enabled on \>= Windows 11 24H2 (10.0.26100.0). The OS' implementation handles all [Registration-free WinRT](https://blogs.windows.com/windowsdeveloper/2019/04/30/enhancing-non-packaged-desktop-apps-using-windows-runtime-components/) activity on these systems providing improved performance and robustness. For more info, see GitHub PR [#4949](https://github.com/microsoft/WindowsAppSDK/pull/4949).
8688
* Detours is not used on \>= Windows 11 24H2 (10.0.26100.0). Detours was only used by Windows App SDK's implementations of Dynamic Dependencies and Registration-free WinRT, but as those features are now handled by the OS' implementations there's no need for them to initialize or otherwise wire up Detours. This provides a small performance gain when loading Microsoft.WindowsAppRuntime.dll. For more info, see GitHub PR [#4949](https://github.com/microsoft/WindowsAppSDK/pull/4949).

0 commit comments

Comments
 (0)