|
2 | 2 |
|
3 | 3 | <!-- <START NEW CHANGELOG ENTRY> --> |
4 | 4 |
|
| 5 | +## 0.1.1 |
| 6 | + |
| 7 | +([Full Changelog](https://github.com/jupyterlite/terminal/compare/v0.1.0...f730b658ac11ee7299f697bb81781e2746c83655)) |
| 8 | + |
| 9 | +### Enhancements made |
| 10 | + |
| 11 | +- Remove WebWorker code that is now in cockle [#21](https://github.com/jupyterlite/terminal/pull/21) ([@ianthomas23](https://github.com/ianthomas23)) |
| 12 | +- Replace postMessage from webworker with comlink callback [#16](https://github.com/jupyterlite/terminal/pull/16) ([@ianthomas23](https://github.com/ianthomas23)) |
| 13 | +- Use WASM commands running in webworker [#15](https://github.com/jupyterlite/terminal/pull/15) ([@ianthomas23](https://github.com/ianthomas23)) |
| 14 | + |
| 15 | +### Bugs fixed |
| 16 | + |
| 17 | +- Fix listing of terminals [#11](https://github.com/jupyterlite/terminal/pull/11) ([@jtpio](https://github.com/jtpio)) |
| 18 | + |
| 19 | +### Maintenance and upkeep improvements |
| 20 | + |
| 21 | +- Update jupyterlite to 0.4.0 and cockle to 0.0.5 [#18](https://github.com/jupyterlite/terminal/pull/18) ([@ianthomas23](https://github.com/ianthomas23)) |
| 22 | +- Support JupyterLite 0.4.0 packages [#14](https://github.com/jupyterlite/terminal/pull/14) ([@jtpio](https://github.com/jtpio)) |
| 23 | + |
| 24 | +### Documentation improvements |
| 25 | + |
| 26 | +- Add JupyterLite badge to the README [#10](https://github.com/jupyterlite/terminal/pull/10) ([@jtpio](https://github.com/jtpio)) |
| 27 | +- Add workflow for deploying a demo to GitHub Pages [#9](https://github.com/jupyterlite/terminal/pull/9) ([@jtpio](https://github.com/jtpio)) |
| 28 | + |
| 29 | +### Contributors to this release |
| 30 | + |
| 31 | +([GitHub contributors page for this release](https://github.com/jupyterlite/terminal/graphs/contributors?from=2024-05-29&to=2024-09-16&type=c)) |
| 32 | + |
| 33 | +[@ianthomas23](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Aianthomas23+updated%3A2024-05-29..2024-09-16&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Ajtpio+updated%3A2024-05-29..2024-09-16&type=Issues) |
| 34 | + |
| 35 | +<!-- <END NEW CHANGELOG ENTRY> --> |
| 36 | + |
5 | 37 | ## 0.1.0 |
6 | 38 |
|
7 | 39 | ([Full Changelog](https://github.com/jupyterlite/terminal/compare/1076c3fb09302a306d7084f72d2fb58ead8adc84...b3ae8d8409eaa8d883ad52eb829016951001790b)) |
|
21 | 53 | ([GitHub contributors page for this release](https://github.com/jupyterlite/terminal/graphs/contributors?from=2024-05-16&to=2024-05-29&type=c)) |
22 | 54 |
|
23 | 55 | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Ajtpio+updated%3A2024-05-16..2024-05-29&type=Issues) |
24 | | - |
25 | | -<!-- <END NEW CHANGELOG ENTRY> --> |
|
0 commit comments