Skip to content
This repository was archived by the owner on Sep 14, 2020. It is now read-only.

Releases: stencila/desktop

0.28.2

0.28.2 Pre-release
Pre-release

Choose a tag to compare

@nokome nokome released this 01 Jun 00:45

Stencila Desktop is in beta. As always, we'd love ❤️ to get your feature ✨ suggestions and bug 🐛 reports!

Download the installer for your platform:

See the installation notes for more details.

Fixes stencila/stencila#710 and stencila/stencila#711

0.28.1

0.28.1 Pre-release
Pre-release

Choose a tag to compare

@nokome nokome released this 31 May 03:01

Stencila Desktop is in beta. As always, we'd love ❤️ to get your feature ✨ suggestions and bug 🐛 reports!

Download the installer for your platform:

See the installation notes for more details.

0.28.0

0.28.0 Pre-release
Pre-release

Choose a tag to compare

@nokome nokome released this 12 May 00:17

Download the installer for your platform:

Windows : Stencila.Setup.0.28.0.exe
Mac OSX : Stencila-0.28.0.dmg
Linux : stencila-desktop-0.28.0x86_64.AppImage

See the installation notes including for installing packages for R and Python.

This is a beta release: there are likely to be missing features and bugs. As always, we ❤️ your suggestions and 🐛 reports!

0.27.4

0.27.4 Pre-release
Pre-release

Choose a tag to compare

@nokome nokome released this 06 Sep 20:33

This patch release improves security for the desktop application by removing the 0.27 version Node.js Stencila Host.

Windows : Stencila.Setup.0.27.4.exe
Mac OSX : Stencila-0.27.4.dmg
Linux : stencila-desktop-0.27.4-x86_64.AppImage

This is an early beta release: there are likely to be missing features and bugs. As always, we ❤️ your suggestions and 🐛 reports!

The forthcoming 0.28 releases of the stencila/node, stencila/r and stencila/py packages have improved security for their embedded HTTP servers (tighter restrictions on cross-origin HTTP requests and token based authorization by default).

With this release, users will still be able to run languages in external execution contexts e.g. R, Python, Node.js but will need to manually run a Stencila host from one of the language packages or by using the stencila/alpha Docker image. Because this version of the desktop still uses the 0.27 stencila/stencila code base, it does not send authentication cookies in requests to hosts. Thus, when using the 0.28 version language packages with this version of the desktop, users will need to turn off authorization (which is now on by default) e.g.

Rscript -e 'stencila:::run(authorization=FALSE)'

0.27.3

0.27.3 Pre-release
Pre-release

Choose a tag to compare

@michael michael released this 17 Jul 12:11

Fixes an issue with auto-discovery of Stencila hosts.

Windows : Stencila.Setup.0.27.3.exe
Mac OSX : Stencila-0.27.3.dmg
Linux : stencila-desktop-0.27.3-x86_64.AppImage

This is an early beta release: there are likely to be missing features and bugs. As always, we ❤️ your suggestions and 🐛 reports!

0.27.2

0.27.2 Pre-release
Pre-release

Choose a tag to compare

@michael michael released this 10 Jul 12:11

A bug fix release.

Windows : Stencila.Setup.0.27.2.exe
Mac OSX : Stencila-0.27.2.dmg
Linux : stencila-desktop-0.27.2-x86_64.AppImage

This is an early beta release: there are likely to be missing features and bugs. As always, we ❤️ your suggestions and 🐛 reports!

0.27.1

0.27.1 Pre-release
Pre-release

Choose a tag to compare

@michael michael released this 07 Jul 16:45

A bug fix release.

Windows : Stencila.Setup.0.27.1.exe
Mac OSX : Stencila-0.27.1.dmg
Linux : stencila-desktop-0.27.1-x86_64.AppImage

This is an early beta release: there are likely to be missing features and bugs. As always, we ❤️ your suggestions and 🐛 reports!

0.27.0

0.27.0 Pre-release
Pre-release

Choose a tag to compare

@michael michael released this 06 Jul 21:27

In this release:

  • user interface improvements
  • automatic launching of R, Python and Node.js contexts
  • improved Markdown syntax for code cells
  • support for RMarkdown (⚠ status: alpha)
  • support for Jupyter Notebooks (⚠ status: alpha)

Mac OSX : Stencila-0.27.0-mac

This is an early beta release: there are likely to be missing features and bugs. As always, we ❤️ your suggestions and 🐛 reports!

0.26.0

0.26.0 Pre-release
Pre-release

Choose a tag to compare

@nokome nokome released this 01 May 15:09

This release adds:

  • support for Markdown documents 👏
  • support for code cells in Node.js, Python, R or SQL 🎉

Download the app for your platform:

This is an early beta release: there are likely to be missing features and bugs. As always, we ❤️ your suggestions and 🐛 reports!

0.25.1

0.25.1 Pre-release
Pre-release

Choose a tag to compare

@michael michael released this 07 Apr 14:41

A bugfix release.

This is an early beta release: there are likely to be missing features, bugs and API changes. But we would ❤️ to get your suggestions and 🐛 reports!

Fixes 🏥

  • Fixed an issue where plots didn't update when using the pipe (|) operator
  • Open external links in browser
  • Improved welcome document