|
2 | 2 |
|
3 | 3 | <!-- <START NEW CHANGELOG ENTRY> --> |
4 | 4 |
|
| 5 | +## 1.2.0 |
| 6 | + |
| 7 | +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](https://github.com/jupyterlite/cockle/blob/main/CHANGELOG.md#130). |
| 8 | + |
| 9 | +([Full Changelog](https://github.com/jupyterlite/terminal/compare/v1.1.0...a9285fb3d615280f3d62502ff86e18a7ed874ec8)) |
| 10 | + |
| 11 | +### Enhancements made |
| 12 | + |
| 13 | +- Update cockle from 1.2.0 to 1.3.0 [#85](https://github.com/jupyterlite/terminal/pull/85) ([@ianthomas23](https://github.com/ianthomas23)) |
| 14 | +- Add git2cpp to deployment [#76](https://github.com/jupyterlite/terminal/pull/76) ([@ianthomas23](https://github.com/ianthomas23)) |
| 15 | + |
| 16 | +### Maintenance and upkeep improvements |
| 17 | + |
| 18 | +- Update to jupyterlite 0.7.0 [#87](https://github.com/jupyterlite/terminal/pull/87) ([@ianthomas23](https://github.com/ianthomas23)) |
| 19 | +- Make ui-tests more robust [#86](https://github.com/jupyterlite/terminal/pull/86) ([@ianthomas23](https://github.com/ianthomas23)) |
| 20 | +- Add python 3.14, remove 3.9 [#84](https://github.com/jupyterlite/terminal/pull/84) ([@ianthomas23](https://github.com/ianthomas23)) |
| 21 | +- Enforce type imports [#82](https://github.com/jupyterlite/terminal/pull/82) ([@ianthomas23](https://github.com/ianthomas23)) |
| 22 | +- Update to jupyterlite 0.7.0rc0 and jupyterlab 4.5.0 [#81](https://github.com/jupyterlite/terminal/pull/81) ([@ianthomas23](https://github.com/ianthomas23)) |
| 23 | + |
| 24 | +### Documentation improvements |
| 25 | + |
| 26 | +- Update README for 1.1.0 release [#80](https://github.com/jupyterlite/terminal/pull/80) ([@ianthomas23](https://github.com/ianthomas23)) |
| 27 | + |
| 28 | +### Contributors to this release |
| 29 | + |
| 30 | +([GitHub contributors page for this release](https://github.com/jupyterlite/terminal/graphs/contributors?from=2025-10-27&to=2025-12-03&type=c)) |
| 31 | + |
| 32 | +[@github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Agithub-actions+updated%3A2025-10-27..2025-12-03&type=Issues) | [@ianthomas23](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Aianthomas23+updated%3A2025-10-27..2025-12-03&type=Issues) |
| 33 | + |
| 34 | +<!-- <END NEW CHANGELOG ENTRY> --> |
| 35 | + |
5 | 36 | ## 1.1.0 |
6 | 37 |
|
7 | 38 | This updates from `cockle` 1.0.0 to 1.2.0 bringing the following enhancements: |
@@ -40,8 +71,6 @@ For full details see the [Cockle changelog](https://github.com/jupyterlite/cockl |
40 | 71 |
|
41 | 72 | [@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 | 73 |
|
43 | | -<!-- <END NEW CHANGELOG ENTRY> --> |
44 | | - |
45 | 74 | ## 1.0.1 |
46 | 75 |
|
47 | 76 | This is a maintenance release to support JupyterLite 0.7 as well as 0.6. |
|
0 commit comments