Skip to content

0.1 Preview (April 14, 2016)

Pre-release
Pre-release
Compare
Choose a tag to compare
@rajsesh rajsesh released this 15 Apr 02:11
· 1879 commits to master since this release
  • Reminder: beginning with last week’s release, our compositor is making use of APIs available only in Windows 10 Build 10586 and later, so we have dropped support for earlier builds. Our new debugging features also require Visual Studio 2015 Update 2, so we have also dropped support for Update 1. Please make sure you are using:
    • Visual Studio 2015 Update 2, which you can download here.
    • Windows 10 build 10586 or later. Check your build number here.
  • Telemetry opt in/out updates: since we first added telemetry collection to the vsimporter and xib2nib tools (see “What kind of telemetry does the iOS bridge collect?” in our FAQ), you have been able to opt out of data collection by adding a reg key with the specific GUID of the AppInsights channel. Meanwhile, our VSIX telemetry reporting is determined by your data collection preferences in Visual Studio itself. We have simplified this so all telemetry reporting is now controlled by your Visual Studio data collection preferences; if you chose not to share telemetry with Microsoft in Visual Studio, no telemetry from the bridge will be collected.
  • CoreFoundation and Foundation are now separate
  • Added support for Common Crypto
  • Added support for magnetometer APIs in CoreMotion, along with corresponding sample code in WOCCatalog
  • Regular expression fixes