Skip to content

Releases: sebnozzi/miniscript-web-term

Release v0.2.1 (module resolution fix)

20 Apr 22:55
Compare
Choose a tag to compare

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:

https://username.itch.io/project-name/index.html

Release v0.2.0 (terminal options)

17 Feb 21:43
Compare
Choose a tag to compare

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

17 Feb 16:49
Compare
Choose a tag to compare

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