Releases: jupyterlite/terminal
v1.0.1
1.0.1
This is a maintenance release to support JupyterLite 0.7 as well as 0.6.
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
v1.0.0
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.
Enhancements made
- Update to cockle 1.0.0 #63 (@ianthomas23)
- Pass on theme change to cockle #62 (@ianthomas23)
Contributors to this release
v0.2.2
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.
Enhancements made
- Update to cockle 0.1.2 #61 (@ianthomas23)
Bugs fixed
- Revert PR 57 #58 (@ianthomas23)
- Disable jupyterlab's terminal-manager extension #57 (@ianthomas23)
Maintenance and upkeep improvements
- Add UI tests for
nano
andvim
commands #60 (@ianthomas23)
Contributors to this release
v0.2.1
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
.
Maintenance and upkeep improvements
- Bump cockle to 0.1.1 #56 (@ianthomas23)
Contributors to this release
v0.2.0
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
.
Enhancements made
- Update to cockle 0.1.0 #55 (@ianthomas23)
- Add experimental support for registering external commands #54 (@ianthomas23)
- Implement extension using
ITerminalAPIClient
#53 (@ianthomas23) - Support use of service worker to handle stdin #51 (@ianthomas23)
- Rewrite as JupyterLab frontend plugin #49 (@ianthomas23)
- Update to cockle 0.0.18 to support nano and sed commands #48 (@ianthomas23)
Maintenance and upkeep improvements
- Update to jupyterlite 0.6.0 #52 (@ianthomas23)
- Remove micromamba pin in CI #50 (@ianthomas23)
Contributors to this release
v0.2.0a0
0.2.0a0
Enhancements made
- Rewrite as JupyterLab frontend plugin #49 (@ianthomas23)
- Update to cockle 0.0.18 to support nano and sed commands #48 (@ianthomas23)
Maintenance and upkeep improvements
- Remove micromamba pin in CI #50 (@ianthomas23)
Contributors to this release
v0.1.6
0.1.6
Enhancements made
- Build and use own shell web worker using DriveFS #47 (@ianthomas23)
Contributors to this release
v0.1.5
0.1.5
Enhancements made
- Implement terminal shutdown #41 (@ianthomas23)
- Rename Terminals to TerminalManager #40 (@ianthomas23)
- Update to jupyterlite 0.5.0 and jupyterlab 4.3.4 #39 (@ianthomas23)
Maintenance and upkeep improvements
- Update to cockle 0.0.15 #45 (@ianthomas23)
- Update to cockle 0.0.13 #38 (@ianthomas23)
Contributors to this release
v0.1.4
0.1.4
Enhancements made
- Update to cockle 0.0.12, adding tree and vim commands #37 (@ianthomas23)
- Add some file system tests #34 (@ianthomas23)
- Add some playwright ui tests #33 (@ianthomas23)
Contributors to this release
v0.1.3
0.1.3
Enhancements made
- Support use of em-forge wasm files in standalone JupyterLite deployment #31 (@ianthomas23)