Changelog#

1.0.1#

This is a maintenance release to support JupyterLite 0.7 as well as 0.6.

(Full Changelog)

Maintenance and upkeep improvements#

  • Run CI on earliest and latest supported jupyterlite-core #65 (@ianthomas23)

  • Allow for JupyterLite 0.7 pre-releases #64 (@jtpio)

Contributors to this release#

(GitHub contributors page for this release)

@ianthomas23 | @jtpio | @vercel

1.0.0#

This is a major release introducing support for tab completion in built-in, external and javascript commands via CommandArguments classes. There are also new built-in commands false, true, help and which, and support for handling theme changes.

The changes in external commands, command contexts and command argument classes are backwards incompatible, hence the major version bump.

(Full Changelog)

Enhancements made#

Contributors to this release#

(GitHub contributors page for this release)

@ianthomas23 | @vercel

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

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

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

0.2.0a0#

(Full Changelog)

Enhancements made#

Maintenance and upkeep improvements#

Contributors to this release#

(GitHub contributors page for this release)

@ianthomas23 | @jtpio | @vercel

0.1.6#

(Full Changelog)

Enhancements made#

Contributors to this release#

(GitHub contributors page for this release)

@ianthomas23

0.1.5#

(Full Changelog)

Enhancements made#

Maintenance and upkeep improvements#

Contributors to this release#

(GitHub contributors page for this release)

@ianthomas23 | @vercel

0.1.4#

(Full Changelog)

Enhancements made#

Contributors to this release#

(GitHub contributors page for this release)

@ianthomas23 | @jtpio | @vercel

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

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

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

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