diff --git a/.openpublishing.build.ps1 b/.openpublishing.build.ps1 deleted file mode 100644 index aadef762..00000000 --- a/.openpublishing.build.ps1 +++ /dev/null @@ -1,17 +0,0 @@ -param( - [string]$buildCorePowershellUrl = "https://opbuildstorageprod.blob.core.windows.net/opps1container/.openpublishing.buildcore.ps1", - [string]$parameters -) -# Main -$errorActionPreference = 'Stop' - -# Step-1: Download buildcore script to local -echo "download build core script to local with source url: $buildCorePowershellUrl" -$repositoryRoot = Split-Path -Parent $MyInvocation.MyCommand.Definition -$buildCorePowershellDestination = "$repositoryRoot\.openpublishing.buildcore.ps1" -Invoke-WebRequest $buildCorePowershellUrl -OutFile "$buildCorePowershellDestination" - -# Step-2: Run build core -echo "run build core script with parameters: $parameters" -& "$buildCorePowershellDestination" "$parameters" -exit $LASTEXITCODE diff --git a/hololens/hololens-insider.md b/hololens/hololens-insider.md index f8ff6f98..dd37bf03 100644 --- a/hololens/hololens-insider.md +++ b/hololens/hololens-insider.md @@ -36,25 +36,38 @@ Looking for a new feature but don't see it? We released many new features as par | Feature | Description | User or scenario | Available in build | |-----------|--------------|---|---| +|[System text size setting](#system-text-size-setting)| The Start menu’s size now adjusts with the system text size setting through Settings -> Ease of Access -> Text size. | All | 10.0.22621.1479 | +|[Text scaling during first-time user set up](#text-scaling-during-set-up)|Added the option to adjust text scaling during [first-time user set up](/hololens/hololens2-start) on the device. | All | 10.0.22621.1479 | +|[Skip eye calibration during set up](#skip-eye-calibration-during-set-up) | Users have the option to skip eye calibration during first-time set up. | All | 10.0.22621.1473 | |[Use WinGet to download Microsoft Store apps](#use-winget-to-download-microsoft-store-apps) | New process for downloading Microsoft Store apps for distribution using Intune | IT Admin | N/A | |[Preview the new OneDrive experience](#preview-the-new-onedrive-experience-on-hololens) | Try and provide feedback on the new OneDrive experience | IT Admin | N/A | -|[Wireless network profile export](#wireless-network-profile-export)|Network connectivity report now includes wireless network profiles. | IT Admin | 10.0.22621.1468| |[Fixes and improvements](#fixes-and-improvements) | Additional fixes and improvements for HoloLens. | All | 10.0.22621.1458| +### System text size setting + +When users resized the Start menu, the size of the text did not adjust accordingly. Users can now adjust the size of the Start menu through Settings -> Ease of Access -> Text size. + +### Text scaling during set up + +During the [first-time user set up](/hololens/hololens2-start) on the device, users now have the option to adjust text scaling up to 200%. + +### Skip eye calibration during set up + +Users can choose to skip the eye calibration step when when running through [first-time user set up](/hololens/hololens2-start) on the device. This selection will speed up [first-time user set up](/hololens/hololens2-start), but may result in reduced accuracy when using the device. Users may also be prompted to perform eye calibration when using certain apps. + ### Use WinGet to download Microsoft Store apps With the [retirement](https://techcommunity.microsoft.com/t5/intune-customer-success/adding-your-microsoft-store-for-business-and-education-apps-to/ba-p/3788506) of the Microsoft Store for Business, Microsoft has enabled an improved process for downloading app packages via a new feature in the latest release of WinGet. For details on how to use WinGet to download app packages for deployment via Intune, see [Microsoft Store & Intune](app-deploy-store-business.md). ### Preview the new OneDrive experience on HoloLens [OneDrive recently unveiled](https://techcommunity.microsoft.com/t5/microsoft-onedrive-blog/unveiling-the-newest-onedrive-capabilities/ba-p/4122898) new enhancements to the OneDrive experience, and these enhancements will be coming to the HoloLens OneDrive app in the coming months. [Please try out the new OneDrive experience](holographic-store-apps.md#install-microsoft-onedrive-preview-app) by deploying the HoloLens OneDrive Preview app to your environment. We look forward to your feedback! -### Wireless network profile export - -The [network connectivity report](hololens-release-notes.md#collect-and-view-network-connectivity-report) now includes wireless network profiles. This can help troubleshoot wireless network connectivity issues, especially those that involve certificates for authentication. - ### Fixes and improvements -- Fixed an issue with Miracast connectivity. - +- Fixed accessibility issues in Device Portal. +- Fixed selecting a region issue and URIs in Settings app for troubleshooting, developer pages. +- Fixed an issue when checking for OS update. +- Fixed an issue with remote diagnostics log collection. +- Enabled System\AllowDeviceNameInDiagnosticData ## Start receiving Insider builds