🤬
  • Update and rename RELEASE_NOTES.md to release_notes.md (#10)

    * Update and rename RELEASE_NOTES.md to release_notes.md
    
    * Update release_notes.md
    
    * Update and rename release_notes.md to windows-release-notes.md
    
    * Update relnotes/windows-release-notes.md
    
    Co-authored-by: Tian Gao <[email protected]>
    
    ---------
    
    Co-authored-by: Tian Gao <[email protected]>
  • Loading...
  • Dylan DSilva committed with GitHub 11 months ago
    447e268a
    1 parent d2d97aa2
  • ■ ■ ■ ■ ■ ■
    relnotes/RELEASE_NOTES.md
    1  -# Public Preview
    2  -## Windows Insider Canary Channel OS build 25357 (2023-05-04)
    3  -## Application Capability Profiler v0.1.0 (2023-05-16)
    4  -## MSIX Packaging Tool v1.2023.517.0 (2023-05-17)
    5  - 
    6  -# Windows Insider Canary Channel OS build 25357 (2023-05-04)
    7  -This build contains the underlying infrastructure to install and run isolated applications and support for capabilities which include:
    8  -1. Implicit brokering for the open file dialog and other APIs.
    9  -2. Printing.
    10  -3. System tray icons.
    11  -4. Shell notifications.
    12  -5. File system privacy settings to reset file access permissions.
    13  -6. Integration with Windows Privacy App Permissions pages.
    14  - 
    15  -# Application Capability Profiler v0.1.0 (2023-05-16)
    16  -1. ApplicationCapabilityProfiler PowerShell 7 module to enable access attempt profiling via the following cmdlets:
    17  - * Start-Profiling: instruments target application packages for trace logging and starts access attempt trace logging via wpr.
    18  - * Stop-Profiling: takes away trace logging instrumentation from target application packages, stops trace logging and collects trace file.
    19  - * Get-ProfilingResults: parses trace file to find access denied events for target application packages and outputs access capabilities to be declared in the application package manifest. Additional error and diagnostic information are also output.
    20  - * Merge-ProfilingResults: utility to merge the output of multiple runs of Get-ProfilingResults.
    21  -2. ACP supports automatic inclusion of capabilities in target application package manifest.
    22  -3. The file ACP-StackTrace.wpaProfile is provided to configure Windows Performance Analyzer (WPA) to display relevant stack information in the analysis view of the collected traces.
    23  - 
    24  -# MSIX Packaging Tool v1.2023.517.0 (2023-05-17)
    25  -Initial support to package MSIX applications to run isolated with broad support for extensions, such as to support COM servers, file type associations, modern and classic context menus.
    26  - 
    27  -# Coming soon
    28  -Windows Insider Canary builds after June 2023 will add support for capabilities for isolated applications which include:
    29  -1. File consent prompt reduction for legacy directory browsing, translating between shell display names and item identifiers, and isolated application launch through the context menu.
    30  -2. Drag and drop into applications.
    31  -3. Application multi-instancing with ShellExecute.
    32  - 
  • ■ ■ ■ ■ ■ ■
    relnotes/windows-release-notes.md
     1 +# Windows Release Notes
     2 +This file contains the summary of changes in Windows OS releases, available through the Insider Canary Channel, for Win32 app isolation.
     3 +Release notes for the tools can be found in the [releases](../../../releases) section of the repo.
     4 + 
     5 +## Windows build 25357 (2023-05-04)
     6 +This Windows release contains the underlying infrastructure to install and run isolated applications, and support for capabilities for
     7 +these applications which include:
     8 +1. Implicit brokering for the open file dialog and other APIs.
     9 +2. Printing.
     10 +3. System tray icons.
     11 +4. Shell notifications.
     12 +5. File system privacy settings to reset file access permissions.
     13 +6. Integration with Windows Privacy App Permissions pages.
     14 + 
     15 +## Coming soon
     16 +Windows releases on the Insider Canary Channel after June 2023 will add support for capabilities for isolated applications which include:
     17 +1. File consent prompt reduction for
     18 + * Legacy directory browsing
     19 + * Translating between shell display names and item identifiers
     20 + * Isolated application launch through the context menu.
     21 +2. Drag and drop into applications.
     22 +3. Application multi-instancing with ShellExecute.
     23 + 
Please wait...
Page is in error, reload to recover