Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 14 Apr 04:56
· 12 commits to main since this release
8b7b418

Installation

Mix Dependency (Recommended)

Add to your mix.exs:

def deps do
  [
    {:yeesh, "~> 0.7.0"}
  ]
end

Then run:

mix deps.get

Install the JavaScript dependencies:

npm install --prefix assets @xterm/xterm @xterm/addon-fit @xterm/addon-web-links

What's Changed

See README.md for usage details.

Verification

Verify the downloaded files using SHA256 checksums:

sha256sum -c yeesh-archive.sha256

Documentation

What's Changed

  • refactor hook into custom element, add following features: by @DaTrader in #7

New Contributors

Full Changelog: v0.6.1...v0.7.0