tag:github.com,2008:https://github.com/sebnozzi/miniscript-web-term/releases Release notes from miniscript-web-term 2024-04-20T22:47:29Z tag:github.com,2008:Repository/758737164/v0.2.1 2024-04-20T22:55:26Z Release 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> sebnozzi tag:github.com,2008:Repository/758737164/v0.2.0 2024-02-17T21:43:27Z Release 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> sebnozzi tag:github.com,2008:Repository/758737164/v0.1.0 2024-02-17T16:50:54Z First 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