Skip to content

v0.8.3

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Apr 16:50
570d616

Installation

Mix Dependency (Recommended)

Add to your mix.exs:

def deps do
  [
    {:yeesh, "~> 0.8.3"}
  ]
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

  • support ctrl + arrow key left/right word navigation by @DaTrader in #12

Full Changelog: v0.8.2...v0.8.3