Skip to content

Releases: jupyterlite/terminal

v1.0.1

03 Sep 16:55
Compare
Choose a tag to compare

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

v1.0.0

11 Aug 16:24
Compare
Choose a tag to compare

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

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