Skip to content

Releases: microsoft/Windows-universal-samples

Windows 10 build 14332 - May 2016 Update

18 May 23:40
Compare
Choose a tag to compare
  • 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.

Windows 10 1511 Release - May 2016 Update

18 May 23:38
Compare
Choose a tag to compare
  • BackgroundAudio: Remove BackgroundMediaPlayer.Shutdown() from OnCanceled (for issue #313)
  • BackgroundTask: Fix multithreading issue and memory leak in C++ sample, remove unnecessary awaits.
  • CallerId: Add mobile to IgnorableNamespaces to appease manifest validator (for issue #286)
  • CameraFaceDetection, CameraGetPreviewFrame, CameraHdr, CameraProfile, CameraResolution, CameraStarterKit, CameraVideoStabilization: Improve Xbox support
  • DpiScaling: Improve keyboard accessibility in the sample (not related to DPI scaling functionality)
  • FileAccess: Improve error handling. Fix JS sample that used the wrong property to get the text the user entered.
  • WebSockets: Disable UI controls when not applicable. Do not intentionally use sockets after they have been closed.
  • 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 sample: HolographicSpatialMapping.

Windows 10 RTM Release - May 2016 Update

18 May 23:37
Compare
Choose a tag to compare
  • Add new entries to .gitignore for file types introduced by Visual Studio 2015 Update 2.
  • BackgroundTask: Fix multithreading issue and memory leak in C++ sample, remove unnecessary awaits.
  • FileAccess: Improve error handling. Fix JS sample that used the wrong property to get the text the user entered.
  • WebSockets: Disable UI controls when not applicable. Do not intentionally use sockets after they have been closed.
  • Fix links in various README files.

Windows 10 build 14295 - April 2016 Update (revised)

25 Apr 19:34
Compare
Choose a tag to compare

These are the changes that should have been in v3.0.0 and v3.0.1 but didn't get published due to a typo when preparing those releases.

  • Accelerometer: Demonstrate Linear and Gravity accelerometers, fix typos in JS sample when calculating reportLatency.
  • BluetoothRfcommChat: Use DeviceWatcher to obtain a list of devices. Fix backwards-sense test in background task.
  • HttpClient: New scenarios to demonstrate no-cache option, disabling cookies, and certification validation.
  • OrientationSensor: Demonstrate absolute and relative orientation, demonstrate power-efficient mode.
  • Printing: New scenario for disabling print preview
  • RelativeOrientationSensor: Merged into OrientationSensor.
  • SimpleInk: Add pencil support
  • New samples: UserCertificateStore, XamlBottomUpList, XamlTreeView.

Windows 10 build 14295 - April 2016 Update

25 Apr 19:27
Compare
Choose a tag to compare

Note: Due to a typo when preparing this release, many of the changes below did not actually appear in v3.0.1. They are in v3.0.2.

  • Accelerometer: Demonstrate Linear and Gravity accelerometers, fix typos in JS sample when calculating reportLatency.
  • AnimationLibrary: Missing brackets caused enterPage case 1 to animate in 3 pieces instead of 1. Also, Store sample mistakenly edited the global default.css, which broke the AnimationLibrary sample. Reverted default.css and applied fix locally to Store sample.
  • OrientationSensor: Demonstrate absolute and relative orientation, demonstrate power-efficient mode.
  • RelativeOrientationSensor: Merged into OrientationSensor.
  • Printing: New scenario for disabling print preview
  • SimpleInk: Add pencil support
  • XamlTreeView: Clarify that this is a preliminary version of the sample

Windows 10 1511 Release - April 2016 Update

20 Apr 21:15
Compare
Choose a tag to compare
  • Accelerometer: Refactored to shrink sample, fix typos in JS sample when calculating reportLatency.
  • AnimationLibrary: Store sample mistakenly edited the global default.css, which broke the AnimationLibrary sample. Reverted default.css and applied fix locally to Store sample.
  • OrientationSensor: Refactored to shrink sample, fix minor accessibility issue in JS calibration page.

Windows 10 RTM Release - April 2016 Update

20 Apr 21:15
Compare
Choose a tag to compare
  • Accelerometer: Refactored to shrink sample, fix typos in JS sample when calculating reportLatency.
  • AnimationLibrary: Missing brackets caused enterPage case 1 to animate in 3 pieces instead of 1.
  • OrientationSensor: Refactored to shrink sample, fix minor accessibility issue in JS calibration page.

Windows 10 build 14295 - March 2016

30 Mar 19:12
Compare
Choose a tag to compare

Note: Due to a typo when preparing this release, the changes below did not actually appear in v3.0.0. They are in v3.0.2.

  • BluetoothRfcommChat: Use DeviceWatcher to obtain a list of devices. Fix backwards-sense test in background task.
  • HttpClient: New scenarios to demonstrate no-cache option, disabling cookies, and certification validation.
  • New samples: XamlBottomUpList, UserCertificateStore.

Windows 10 1511 Release - March 2016 Update 3

30 Mar 19:12
Compare
Choose a tag to compare
  • smalltile-sdk.png and squaretile-sdk.png assets rescaled to appease WACK. Sorry it took so long. We're developers, not graphic designers.
  • BasicSuspension: Upgrade SDK version to 10586. (Missed this in the migration, sorry.)
  • FileAccess: Use TryGetItemAsync to check if a file exists.
  • XamlNavigation: Updated with new visual design.
  • XamlPullToRefresh: Reimplemented to take advantage of Windows.UI.Composition.

Windows 10 RTM Release - March 2016 Update 3

30 Mar 19:11
Compare
Choose a tag to compare
  • smalltile-sdk.png and squaretile-sdk.png assets rescaled to appease WACK. Sorry it took so long.
  • FileAccess: Use TryGetItemAsync to check if a file exists.