tag:github.com,2008:https://github.com/sebnozzi/miniscript-web-term/releasesRelease notes from miniscript-web-term2024-04-20T22:47:29Ztag:github.com,2008:Repository/758737164/v0.2.12024-04-20T22:55:26ZRelease v0.2.1 (module resolution fix)<p>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.</p>
<p>For example:</p>
<p><a href="https://username.itch.io/project-name/index.html" rel="nofollow">https://username.itch.io/project-name/index.html</a></p>sebnozzitag:github.com,2008:Repository/758737164/v0.2.02024-02-17T21:43:27ZRelease v0.2.0 (terminal options)<p>This release adds the following important feature:</p>
<ul>
<li>Ability to set custom xterm options</li>
</ul>
<p>See README for details.</p>
<p>Other than that, the rest remains backwards compatible.</p>sebnozzitag:github.com,2008:Repository/758737164/v0.1.02024-02-17T16:50:54ZFirst release<p>First release. Based on xterm.js</p>
<p>Features:</p>
<ul>
<li>Intrinsics: print / input are terminal-based</li>
<li>Module-import</li>
<li>Command-line "lib" modules</li>
<li>Run entry script from root- or sub-folder</li>
</ul>sebnozzi