Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Releases: microsoft/workbooks

1.5.0

28 Nov 19:16
Compare
Choose a tag to compare

Summary of Changes since 1.4.3

See detailed release notes for a complete 1.5 series release summary.

New

  • Add support for iOS 12, Xcode 10, and macOS 10.13 SDKs.

  • Prefer iPhone X to iPhone 5s for running iOS workbooks.

  • Bump .NET Core support to the 2.2 preview SDK.

  • Add support for C# 7.3.

  • Bump NuGet to 4.8.0 for increased package support.

Bug Fixes

  • Support launching emulators with latest Android SDK.

Binary Checksums (SHA-256)

87280e4adf2b960055b364abfa46f85d604791340e00780be33bc63b4ca1587c  XamarinInteractive-1.5.0.msi
1fb3cebb67d0fc68f56a38485ea7ea015f7b294893455c458dc39a2b63d1d6dd  XamarinInteractive-1.5.0.pkg

1.4.3

09 Jul 22:02
Compare
Choose a tag to compare

Summary of Changes since 1.4.2

See detailed release notes for a complete 1.4 series release summary.

Bug Fixes

  • Fix crash at startup on Windows with .NET Framework 4.7.1 (#488).

  • Fix an issue when rendering some exceptions with frames that contain multiple members in a type with the same name (#405).

  • Fix an error loading Xamarin.Forms workbooks on iOS (#486).

  • Fix a label clipping issue in the preferences dialog on macOS (#191).

Binary Checksums (SHA-256)

480588c34ec74e8b44d799ba40860c5f603b4b38ba96318f575f9ebde4ae0e52  XamarinInteractive-1.4.3.msi
936c270a6ca49382149332c21d75f7d9d14520998a17fa624e5e4837e0497618  XamarinInteractive-1.4.3.pkg

1.4.2

09 Jul 21:27
Compare
Choose a tag to compare

Summary of Changes since 1.4.1

See detailed release notes for a complete 1.4 series release summary.

Bug Fixes

  • Fix setting selectedView in Inspector on Mac (#456).

  • Fix possible crash when copying system info to clipboard on Windows.

Binary Checksums (SHA-256)

b422eb8215a98e87c29714485a1b3aa3d26f79dff0a397d7e735a165196c3448  XamarinInteractive-1.4.2.msi
12f0ed2ec7eba6c3d6531fc795a3b6f8dec580e339edbe665f674e6ab3d1db47  XamarinInteractive-1.4.2.pkg

1.4.1

14 Jun 22:03
Compare
Choose a tag to compare

Summary of Changes since 1.4.0

See detailed release notes for a complete 1.4 series release summary.

New

  • Add initial support for ML.NET (#303).

    • See our new sample workbooks.
    • Not yet supported on .NET Core on Mac.
    • Console support on Mac requires a Mono release with this fix.
  • Add 64-bit .NET Core support on Windows.

  • Bump Xamarin.Forms support to 3.0.0.482510.

Bug Fixes

  • Fix potential unresponsiveness when loading an iOS workbook.

  • Change Xcode location behavior to match Visual Studio for Mac. (#249)

  • Fix expanding exception information in submission results.

Binary Checksums (SHA-256)

84d77bbfba756d9bf2bf113fccf7ccadcbddb35534a9220aa4abf5aade0cafc1  XamarinInteractive-1.4.1.msi
eeb69ba45f29b528eeedf2004cc5557c710e16136f2700514ddfddd0f638e9dc  XamarinInteractive-1.4.1.pkg

1.4.0

19 Jan 21:49
Compare
Choose a tag to compare

Summary of Changes since 1.4.0 RC 1

See detailed release notes for a complete 1.4 series release summary.

Bug Fixes

  • Prevent 3D view from crashing (#86).
  • Fix property editor representations (#174).
  • Fix launching workbooks using workbooks command line tool (#159).
  • Fix crash opening certain files from the Recent menu on Mac (#158).

1.4.0 RC 1

05 Jan 16:22
Compare
Choose a tag to compare
1.4.0 RC 1 Pre-release
Pre-release

Summary of Changes since 1.4.0 Beta 1

See detailed release notes for a complete 1.4 series release summary.

New & Improved

  • It is now possible to use ASP.NET Core in your .NET Core workbooks (#120).

  • Signature help now behaves more like Visual Studio (#132).

  • The visual tree inspector is now more consistent between Windows and macOS and has improved view selection and navigation features.

  • More improvements to the new property editor including custom editors for various CoreGraphics and System.Windows.Media types.

  • Choose the new Report an Issue menu item in the Help menu to easily report issues (#123).

  • Xamarin.Forms support has been bumped to 2.5.0 (#125).

  • The New Workbook dialog now defaults to the last selected type (#113).

Bug Fixes

  • Fixed a rendering issue in the Mac sidebar. Thank you to Yusuke Yamada
    (@yamachu) for our first ever public contribution! (#97)

  • Fixed an SDK location bug that prevented Android workbooks from running (#118).

  • Add workbook tool to PATH using /etc/paths.d instead of writing a script to /usr/local/bin (#56).

  • Fix generic type name rendering (#139).

  • Inspector view picking once again works with devices other than iPhone 5s (#114).

  • Fix rendering of emoji in C# string literals (#108).

  • Fix user interface rendering issues after unlocking your computer on Windows (#116).

  • Fix custom attributes using types defined in the workbook, enabling custom JSON deserialization (#106).

1.4.0 Beta 1

15 Nov 21:02
Compare
Choose a tag to compare
1.4.0 Beta 1 Pre-release
Pre-release

Summary of Changes since 1.3.2

See detailed release notes for a complete 1.4 series release summary.

New & Improved

  • Open-sourced under the MIT license. Join us on GitHub!

  • Support for iOS 11 and Xcode 9.

  • Camera controls on the 3D view inspector have been enhanced and now share functionality across macOS and Windows with support for Pan, Zoom and Rotate.

  • The property panel in the view inspector is now based on Xamarin.PropertyEditing, which provides a number of improvements:

    • Properties can now be edited on macOS.
    • Performance improvements thanks to loading properties asynchronously.
    • Editing support for enum, size, and rectangle properties.
  • Line-wrapping may be turned off for code cells via the preferences dialog.

  • It is now possible for integrations to asynchronously post results to code cells. This is the groundwork for supporting IObservable and allows for deeper integration with cell compilations.

  • Added "Copy Version Information" and "Reveal Log File" Help menu items to make reporting issues easier.

Bug Fixes

  • Additional accessibility fixes for High Contrast mode users on Windows, particularly for buttons and menus in the High Contrast White theme.

  • The plain text formatter for strings now preserves whitespace in formatted output.

  • Workbooks are now marked as dirty when cells are deleted, preventing possible stale workbook files on disk.

  • Fixed a few minor issues with NuGet package restoration.