Skip to content

Commit bdfb95d

Browse files
committed
Publish 1.1.0
SHA256 hashes: jupyterlite-terminal-1.1.0.tgz: 273e33f7d2af8774baa1758f8961b7908ffb7a76b3cdcd48dedbfd3d1dcef5e1 jupyterlite_terminal-1.1.0-py3-none-any.whl: e3a14790f4a77412d6a44a39a205614b53bd6b538aa975054c5b0b66237d7518 jupyterlite_terminal-1.1.0.tar.gz: f8a8e40b4ac056597b765a4aedd130dff9e28b93b460e8b2efc46c3e6ca80ca5
1 parent dee237c commit bdfb95d

File tree

2 files changed

+41
-3
lines changed

2 files changed

+41
-3
lines changed

CHANGELOG.md

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 1.1.0
6+
7+
This updates from `cockle` 1.0.0 to 1.2.0 bringing the following enhancements:
8+
9+
- Support `termios` settings in `JavaScript` and `External` commands.
10+
- New environment variable `COCKLE_DARK_MODE` to indicate if terminal is currently dark or light mode.
11+
- Include `shellId` in all run and tab completion contexts.
12+
- Various improvements to tab completion.
13+
14+
For full details see the [Cockle changelog](https://github.com/jupyterlite/cockle/blob/main/CHANGELOG.md).
15+
16+
([Full Changelog](https://github.com/jupyterlite/terminal/compare/v1.0.1...dee237ce758e2bbfba208a6a9cffa55b4d95c61a))
17+
18+
### Enhancements made
19+
20+
- Update to cockle 1.2.0 [#77](https://github.com/jupyterlite/terminal/pull/77) ([@ianthomas23](https://github.com/ianthomas23))
21+
- Pass on themeChanged boolean to cockle [#75](https://github.com/jupyterlite/terminal/pull/75) ([@ianthomas23](https://github.com/ianthomas23))
22+
- Add terminalDisposed Signal to ILiteTerminalAPIClient [#74](https://github.com/jupyterlite/terminal/pull/74) ([@ianthomas23](https://github.com/ianthomas23))
23+
- Support use of `lite_dir` when deploying [#70](https://github.com/jupyterlite/terminal/pull/70) ([@ianthomas23](https://github.com/ianthomas23))
24+
25+
### Maintenance and upkeep improvements
26+
27+
- Update to cockle 1.1.0 [#72](https://github.com/jupyterlite/terminal/pull/72) ([@ianthomas23](https://github.com/ianthomas23))
28+
- Add github action containing link to Read the Docs PR preview [#71](https://github.com/jupyterlite/terminal/pull/71) ([@ianthomas23](https://github.com/ianthomas23))
29+
- Remove use of vercel for demo deployment [#69](https://github.com/jupyterlite/terminal/pull/69) ([@ianthomas23](https://github.com/ianthomas23))
30+
31+
### Documentation improvements
32+
33+
- Add log and favicon to docs [#73](https://github.com/jupyterlite/terminal/pull/73) ([@ianthomas23](https://github.com/ianthomas23))
34+
- Add infrastructure for project docs [#68](https://github.com/jupyterlite/terminal/pull/68) ([@ianthomas23](https://github.com/ianthomas23))
35+
- Update docs for 1.0.1 release [#66](https://github.com/jupyterlite/terminal/pull/66) ([@ianthomas23](https://github.com/ianthomas23))
36+
37+
### Contributors to this release
38+
39+
([GitHub contributors page for this release](https://github.com/jupyterlite/terminal/graphs/contributors?from=2025-09-03&to=2025-10-27&type=c))
40+
41+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Agithub-actions+updated%3A2025-09-03..2025-10-27&type=Issues) | [@ianthomas23](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Aianthomas23+updated%3A2025-09-03..2025-10-27&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Ajtpio+updated%3A2025-09-03..2025-10-27&type=Issues) | [@vercel](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Avercel+updated%3A2025-09-03..2025-10-27&type=Issues)
42+
43+
<!-- <END NEW CHANGELOG ENTRY> -->
44+
545
## 1.0.1
646

747
This is a maintenance release to support JupyterLite 0.7 as well as 0.6.
@@ -19,8 +59,6 @@ This is a maintenance release to support JupyterLite 0.7 as well as 0.6.
1959

2060
[@ianthomas23](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Aianthomas23+updated%3A2025-08-11..2025-09-03&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Ajtpio+updated%3A2025-08-11..2025-09-03&type=Issues) | [@vercel](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Avercel+updated%3A2025-08-11..2025-09-03&type=Issues)
2161

22-
<!-- <END NEW CHANGELOG ENTRY> -->
23-
2462
## 1.0.0
2563

2664
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/terminal",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "A terminal for JupyterLite",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)