Skip to content

Releases: jupyterlite/terminal

v0.2.2

27 Jun 10:23
Compare
Choose a tag to compare

0.2.2

This release adds support for the less command (with limitations), various enhancements to external commands (TypeScript commands that run in the main UI thread), and initial support to determine the terminal background color to identify dark mode.

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@ianthomas23 | @jtpio | @vercel

v0.2.1

09 Jun 13:32
Compare
Choose a tag to compare

0.2.1

This is a bug fix release to fix bugs in URLs and the use of ServiceWorker for stdin from cockle 0.1.1.

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@ianthomas23

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