Releases: stencila/desktop
0.28.2
Stencila Desktop is in beta. As always, we'd love β€οΈ to get your feature β¨ suggestions and bug π reports!
- join our beta testing programme!
- suggest features on the community forum
- file bug reports on Github
- chat with us on Gitter
Download the installer for your platform:
- Windows : Stencila.Setup.0.28.2.exe
- Mac OSX : Stencila-0.28.2.dmg
- Linux : stencila-desktop-0.28.2x86_64.AppImage
See the installation notes for more details.
Fixes stencila/stencila#710 and stencila/stencila#711
0.28.1
Stencila Desktop is in beta. As always, we'd love β€οΈ to get your feature β¨ suggestions and bug π reports!
- join our beta testing programme!
- suggest features on the community forum
- file bug reports on Github
- chat with us on Gitter
Download the installer for your platform:
- Windows : Stencila.Setup.0.28.1.exe
- Linux : stencila-desktop-0.28.1x86_64.AppImage
See the installation notes for more details.
0.28.0
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
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
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
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
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
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
This release adds:
- support for Markdown documents π
- support for code cells in Node.js, Python, R or SQL π
Download the app for your platform:
- Windows : Coming
- Mac OSX : Stencila.Desktop-0.26.0.dmg
- Linux : stencila-desktop-0.26.0-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.25.1
A bugfix release.
- Mac OSX : Stencila.Desktop-0.25.1.dmg
- Linux : stencila-desktop-0.25.1-x86_64.AppImage
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