Releases: jupyterlite/terminal
v1.3.1
1.3.1
This is a bug fix release updating to cockle 1.4.1 to include two bug fixes:
- Use comma to separate multiple channels in COCKLE_WASM_EXTRA_CHANNEL env var jupyterlite/cockle#293
- Keep arguments with wildcards if filename expansion has no matches jupyterlite/cockle#291
Maintenance and upkeep improvements
- Avoid jupyterlite 0.7.4 #102 (@ianthomas23)
- Run main CI on weekly schedule, and on demand via
workflow_dispatch#100 (@ianthomas23) - Update to cockle 1.4.1 #99 (@ianthomas23)
- Bump the actions group with 2 updates #98 (@ianthomas23)
Contributors to this release
The following people contributed discussions, new ideas, code and documentation contributions, and review.
See our definition of contributors.
v1.3.0
1.3.0
This release updates cockle to 1.4.0 which switches from using WebAssembly command packages built using Emscripten 3.1.73 to Emscripten 4.0.9 that are available on the emscripten-forge-4x channel.
Maintenance and upkeep improvements
- Update README for 1.3.0 release #97 (@ianthomas23)
- Add basic git2cpp tests #96 (@ianthomas23)
- Update to cockle 1.4.0 #95 (@ianthomas23)
- Update snapshots bot checkout and permission check #94 (@martinRenou, @ianthomas23)
- Fix dependabot label #92 (@ianthomas23)
- Bump the actions group with 3 updates #91 (@ianthomas23)
- Bump the actions group with 7 updates #90 (@ianthomas23)
- Add dependabot for github actions #89 (@ianthomas23)
- Update README following 1.2.0 release #88 (@ianthomas23)
Contributors to this release
The following people contributed discussions, new ideas, code and documentation contributions, and review.
See our definition of contributors.
v1.2.0
1.2.0
This release updates to jupyterlite 0.7.0 and cockle 1.3.0. The latter includes a fix for a significant bug when using the service worker for stdin when running interactive commands such as vim. For full details see the Cockle changelog.
Enhancements made
- Update cockle from 1.2.0 to 1.3.0 #85 (@ianthomas23)
- Add git2cpp to deployment #76 (@ianthomas23)
Maintenance and upkeep improvements
- Update to jupyterlite 0.7.0 #87 (@ianthomas23)
- Make ui-tests more robust #86 (@ianthomas23)
- Add python 3.14, remove 3.9 #84 (@ianthomas23)
- Enforce type imports #82 (@ianthomas23)
- Update to jupyterlite 0.7.0rc0 and jupyterlab 4.5.0 #81 (@ianthomas23)
Documentation improvements
- Update README for 1.1.0 release #80 (@ianthomas23)
Contributors to this release
v1.1.0
1.1.0
This updates from cockle 1.0.0 to 1.2.0 bringing the following enhancements:
- Support
termiossettings inJavaScriptandExternalcommands. - New environment variable
COCKLE_DARK_MODEto indicate if terminal is currently dark or light mode. - Include
shellIdin all run and tab completion contexts. - Various improvements to tab completion.
For full details see the Cockle changelog.
Enhancements made
- Update to cockle 1.2.0 #77 (@ianthomas23)
- Pass on themeChanged boolean to cockle #75 (@ianthomas23)
- Add terminalDisposed Signal to ILiteTerminalAPIClient #74 (@ianthomas23)
- Support use of
lite_dirwhen deploying #70 (@ianthomas23)
Maintenance and upkeep improvements
- Update to cockle 1.1.0 #72 (@ianthomas23)
- Add github action containing link to Read the Docs PR preview #71 (@ianthomas23)
- Remove use of vercel for demo deployment #69 (@ianthomas23)
Documentation improvements
- Add log and favicon to docs #73 (@ianthomas23)
- Add infrastructure for project docs #68 (@ianthomas23)
- Update docs for 1.0.1 release #66 (@ianthomas23)
Contributors to this release
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
nanoandvimcommands #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)