v0.4.0
Installation
Mix Dependency (Recommended)
Add to your mix.exs:
def deps do
[
{:yeesh, "~> 0.4.0"}
]
endThen run:
mix deps.getInstall the JavaScript dependencies:
npm install --prefix assets @xterm/xterm @xterm/addon-fit @xterm/addon-web-linksWhat's Changed
See README.md for usage details.
Verification
Verify the downloaded files using SHA256 checksums:
sha256sum -c yeesh-archive.sha256Documentation
Full Changelog: v0.3.1...v0.4.0