Skip to content

Windows 10 build 14332 - May 2016 Update

Compare
Choose a tag to compare
@oldnewthing oldnewthing released this 18 May 23:40
· 162 commits to dev since this release
  • BackgroundAudio: Remove BackgroundMediaPlayer.Shutdown() from OnCanceled (for issue #313)
  • BackgroundTasks: Fix multithreading issue and memory leak in C++ sample, remove unnecessary awaits.
  • BluetoothRfcommChat: Demonstrate RequestAccessAsync.
  • CallerId: Add mobile to IgnorableNamespaces to appease manifest validator (for issue #286)
  • CameraFaceDetection, CameraGetPreviewFrame, CameraHdr, CameraProfile, CameraResolution, CameraStarterKit, CameraVideoStabilization, DpiScaling: Improve Xbox support (not related to feature)
  • FileAccess: Improve error handling. Fix JS sample that used the wrong property to get the text the user entered.
  • Printing: Detect whether the device supports printing.
  • SimpleInk: Add ruler, and demonstrate wet stroke manipulation.
  • WebSockets: Disable UI controls when not applicable. Do not intentionally use sockets after they have been closed. Demonstrate custom certificate validation.
  • XamlContextMenu: Add gamepad support.
  • XamlCustomMediaTransportControls: Fix link to sample media (for issue #375).
  • Add new entries to .gitignore for file types introduced by Visual Studio 2015 Update 2.
  • Fix links in various README files.
  • New samples: BackgroundActivation, CameraBarcodeScanner, HolographicSpatialMapping, XamlGamepadNavigation.