v0.0.11
0.0.11
Enhancements made
- Use xtermjs onData rather than onKey #78 (@ianthomas23)
- Always use buffered output via SharedArrayBuffer #77 (@ianthomas23)
- Support wasm commands from a local directory as well as emscripten-forge #73 (@ianthomas23)
- Check and recreate cockle_wasm_env if it does not contain all required packages #72 (@ianthomas23)
- Separate external and internal defs #70 (@ianthomas23)
- Add tests for cp and mv #68 (@ianthomas23)
- Support filename expansion of * and ? #67 (@ianthomas23)
- Add Shell.dispose and new exit command #66 (@ianthomas23)
Bugs fixed
- Support local_directory wasm install in JupyterLite Terminal #76 (@ianthomas23)
Maintenance and upkeep improvements
- Be more tolerant of how micromamba is installed #75 (@ianthomas23)
- Ensure function names are camelCase #69 (@ianthomas23)
- Run end-to-end tests on macos as well as ubuntu #65 (@ianthomas23)
- Add playwright visual test using demo #64 (@ianthomas23)