Skip to content

v0.5.0

Compare
Choose a tag to compare
@jsmecham jsmecham released this 11 Feb 15:21
· 23 commits to master since this release
  • Prevented duplicate calls to applyThemeStyles when opening new tabs.
  • Reimplemented etch on TerminalView.
  • Extracted business logic from TerminalView into a new TerminalSession model.
  • Updated to Xterm 3.1.
  • Refactored the theme matching logic into a new ThemeMatcher class, which creates a DOM tree to read Atom styles from using getComputedStyle().
  • Added spacing and proper sizing logic to ensure that the terminal consumes all available space in its container.