Skip to content

Windows 10 RTM Release - October 2015 Update 1

Compare
Choose a tag to compare
@oldnewthing oldnewthing released this 06 Oct 23:34
  • Fix issue in CameraManualControls sample: Recorded video files had the wrong extension.
  • Fix issues in SpeechRecognitionAndSynthesis sample:
    • Avoid crashes when running on systems with no media components.
    • Disable buttons while operations are in progress to avoid race conditions.
    • Add exception handlers where necessary.
  • Fix issue in SpatialSound sample: Avoid DisconnectedException when running in the debugger.
  • Fix issues in XamlListView sample:
    • Deletion in narrow state causes subsequent selections to delete the item when clicking the Back button.
    • After deleting all listview items, the last item appears in the details page when switching from wide to narrow state.
  • Fix issues in XamlPullToRefresh sample:
    • Increasing vertical size was accidentally triggering refresh.
    • Fix null reference execption when clicking the Help button on the bottom command bar.
  • Various README tweaks.
  • New samples: BasicFaceTracking (C++), Store, TouchKeyboard.