Skip to content

0.4.0

Compare
Choose a tag to compare
@klaudiosinani klaudiosinani released this 20 Apr 21:03
· 48 commits to master since this release
v0.4.0
6c9c974

Added support for Hyper 2.

Please note that due to Hyper's migration from hterm to xterm.js, PTY output now renders in a canvas element that comes with an unhackable DOM, leading to the deprecation of all hterm class names, that could be utilized through the termCSS option. This means that the pokecursor feature is currently unavailable and marked as deprecated, due to its connection to the hterm node-cursor class name. This is not final, as the feature might come back in the future, in the case of an update on xterm.js's exposed API.

Highlights

  • Added support for Hyper 2. (#27) (#32) c2ba434
  • Dropped pokecursor feature due to class name deprecation. 0db6e1b
  • Tab background-color now changes automatically. (#26) (#30) 19311b5
  • Improved behavior of tab closing icon. a14c564
  • Improved color contrast of window header title and shapes. 3cf791a
  • Added color support for selected text. d7a167c
  • Removed deprecated class names. 13f322a
  • Updated dependencies. cb0260b

All changes

klauscfhq/hyper-pokemon@v0.3.5...v0.4.0