Skip to content

Commit b626d13

Browse files
committed
Publish 1.0.1
SHA256 hashes: jupyterlite-terminal-1.0.1.tgz: 9115755fed40665b95196f8b81f656723460e55bff8be5d2abbfcd6fc5471489 jupyterlite_terminal-1.0.1-py3-none-any.whl: f632be78eff68f7a11cc7ce286e91557d9bdd9fd55a4780dc686c731133177b1 jupyterlite_terminal-1.0.1.tar.gz: e91c78e757ef97c67389aad34a0d8cfae48c20769b9db6f4c822110394cc226b
1 parent 90d53c3 commit b626d13

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

CHANGELOG.md

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

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

5+
## 1.0.1
6+
7+
This is a maintenance release to support JupyterLite 0.7 as well as 0.6.
8+
9+
([Full Changelog](https://github.com/jupyterlite/terminal/compare/v1.0.0...84fedfaec1965a7d1ebac77b69c0543a63199495))
10+
11+
### Maintenance and upkeep improvements
12+
13+
- Run CI on earliest and latest supported jupyterlite-core [#65](https://github.com/jupyterlite/terminal/pull/65) ([@ianthomas23](https://github.com/ianthomas23))
14+
- Allow for JupyterLite 0.7 pre-releases [#64](https://github.com/jupyterlite/terminal/pull/64) ([@jtpio](https://github.com/jtpio))
15+
16+
### Contributors to this release
17+
18+
([GitHub contributors page for this release](https://github.com/jupyterlite/terminal/graphs/contributors?from=2025-08-11&to=2025-09-03&type=c))
19+
20+
[@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)
21+
22+
<!-- <END NEW CHANGELOG ENTRY> -->
23+
524
## 1.0.0
625

726
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.
@@ -21,8 +40,6 @@ The changes in external commands, command contexts and command argument classes
2140

2241
[@ianthomas23](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Aianthomas23+updated%3A2025-06-27..2025-08-11&type=Issues) | [@vercel](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Avercel+updated%3A2025-06-27..2025-08-11&type=Issues)
2342

24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
2643
## 0.2.2
2744

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

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

0 commit comments

Comments
 (0)