Releases: sebnozzi/miniscript-web-term
Releases · sebnozzi/miniscript-web-term
Release v0.2.1 (module resolution fix)
This release fixes a bug where "lib" modules (such as "stringUtil") would not be resolved when the project was served from an URL containing some path (in addition to the host address). This is the case for itch.io projects.
For example:
Release v0.2.0 (terminal options)
This release adds the following important feature:
- Ability to set custom xterm options
See README for details.
Other than that, the rest remains backwards compatible.
First release
First release. Based on xterm.js
Features:
- Intrinsics: print / input are terminal-based
- Module-import
- Command-line "lib" modules
- Run entry script from root- or sub-folder