Skip to content

Commit a496e79

Browse files
committed
Publish 0.2.1
SHA256 hashes: jupyterlite-terminal-0.2.1.tgz: 55d9e6b051fad64d5e0ca46105d89dd5274e347497b570dda6f7cab7c34621fb jupyterlite_terminal-0.2.1-py3-none-any.whl: 1705d1eb89c9caee906f7d079d953923be467a6b7b6f60dd4d95fb2afef69690 jupyterlite_terminal-0.2.1.tar.gz: 07b75ae8ef786ad866a832bb7c790d30b435eab3190ac2badcd51d61ce03e706
1 parent 4a27983 commit a496e79

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.2.1
6+
7+
This is a bug fix release to fix bugs in URLs and the use of ServiceWorker for `stdin` from `cockle 0.1.1`.
8+
9+
([Full Changelog](https://github.com/jupyterlite/terminal/compare/v0.2.0...4a27983d45168a80eff58c4be27b606db6874088))
10+
11+
### Maintenance and upkeep improvements
12+
13+
- Bump cockle to 0.1.1 [#56](https://github.com/jupyterlite/terminal/pull/56) ([@ianthomas23](https://github.com/ianthomas23))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyterlite/terminal/graphs/contributors?from=2025-06-04&to=2025-06-09&type=c))
18+
19+
[@ianthomas23](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Aianthomas23+updated%3A2025-06-04..2025-06-09&type=Issues)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
523
## 0.2.0
624

725
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.
@@ -30,8 +48,6 @@ If served with cross-origin headers both the SharedArrayBuffer and ServiceWorker
3048

3149
[@ianthomas23](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Aianthomas23+updated%3A2025-02-26..2025-06-04&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Ajtpio+updated%3A2025-02-26..2025-06-04&type=Issues) | [@vercel](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Avercel+updated%3A2025-02-26..2025-06-04&type=Issues)
3250

33-
<!-- <END NEW CHANGELOG ENTRY> -->
34-
3551
## 0.2.0a0
3652

3753
([Full Changelog](https://github.com/jupyterlite/terminal/compare/v0.1.6...24a17cd549c024b9f7325c11012c92c70ba6d038))

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": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A terminal for JupyterLite",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)