Skip to content

Releases: jupyterlite/terminal

v0.2.0

04 Jun 13:25
Compare
Choose a tag to compare

0.2.0

This release is a significant rewrite to work with JupyterLite 0.6.0 and to add support for using the JupyterLite ServiceWorker to provide stdin whilst commands are running, as an alternative to the existing SharedArrayBuffer implementation. Use of a ServiceWorker means it is no longer necessary to serve the terminal extension using cross-origin headers.

If served with cross-origin headers both the SharedArrayBuffer and ServiceWorker stdin implementations will be available, with SharedArrayBuffer used by default. The user can switch between them at runtime using the shell command cockle-config -s.

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@ianthomas23 | @jtpio | @vercel

v0.2.0a0

19 May 08:37
Compare
Choose a tag to compare
v0.2.0a0 Pre-release
Pre-release

0.2.0a0

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@ianthomas23 | @jtpio | @vercel

v0.1.6

26 Feb 11:36
Compare
Choose a tag to compare

0.1.6

(Full Changelog)

Enhancements made

Contributors to this release

(GitHub contributors page for this release)

@ianthomas23

v0.1.5

05 Feb 13:33
Compare
Choose a tag to compare

0.1.5

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@ianthomas23 | @vercel

v0.1.4

13 Dec 12:41
Compare
Choose a tag to compare

0.1.4

(Full Changelog)

Enhancements made

Contributors to this release

(GitHub contributors page for this release)

@ianthomas23 | @jtpio | @vercel

v0.1.3

29 Oct 16:09
Compare
Choose a tag to compare

0.1.3

(Full Changelog)

Enhancements made

  • Support use of em-forge wasm files in standalone JupyterLite deployment #31 (@ianthomas23)

Contributors to this release

(GitHub contributors page for this release)

@ianthomas23

v0.1.2

23 Oct 08:58
Compare
Choose a tag to compare

0.1.2

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

  • Add config files to deploy to Vercel with the COOP / COEP headers #28 (@jtpio)

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@ianthomas23 | @jtpio | @vercel

v0.1.1

16 Sep 11:51
Compare
Choose a tag to compare

0.1.1

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

  • Add JupyterLite badge to the README #10 (@jtpio)
  • Add workflow for deploying a demo to GitHub Pages #9 (@jtpio)

Contributors to this release

(GitHub contributors page for this release)

@ianthomas23 | @jtpio

v0.1.0

29 May 17:25
Compare
Choose a tag to compare

0.1.0

(Full Changelog)

Enhancements made

  • Add missing dependencies and handling of terminal clients #2 (@jtpio)
  • Skip the browser check for now #1 (@jtpio)

Maintenance and upkeep improvements

  • Reset version for initial release #8 (@jtpio)
  • Rename package to @jupyterlite/terminal #7 (@jtpio)

Contributors to this release

(GitHub contributors page for this release)

@jtpio