Skip to content

Latest commit

 

History

History
91 lines (64 loc) · 2 KB

NEWS.md

File metadata and controls

91 lines (64 loc) · 2 KB

0.3.35

  • use closest 8 bit colors when a rbg color is provided

0.3.33 - 0.3.34

  • do not print true color

0.3.32

  • revert the default auto_close setting to False

v0.3.29 - v0.3.31

  • add Terminus.sublime-syntax
  • add reactivable setting
  • explicit arg to hide panel from command palette
  • Fix RuntimeError raised on ST4170+
  • support python 3.8 runtime

v0.3.28

  • make select_graphic_rendition to accept private

v0.3.27:

Other:

  • Add Nord theme
  • Do not animate the viewport scolling
  • allow user to override the terminal size
  • Improve "panel background issue" FAQ suggestion
  • add a setting to not reactivate terminals.
  • close panel when triggered from command palette
  • always close temrinal when auto_close is true regradless return code

Contributors:

  • John Purnell
  • Raoul Wols
  • itsxaos
  • Randy Lai
  • t-bltg

v0.3.26:

  • fix a bug when window is None
  • Another iteration to fix None window bug
  • Add Nord theme
  • Do not animate the viewport scolling
  • allow user to override the terminal size
  • Improve "panel background issue" FAQ suggestion
  • add a setting to not reactivate terminals.
  • close panel when triggered from command palette
  • always close temrinal when auto_close is true regradless return code

v0.3.25 - v0.3.26

  • improve clean up code
  • improve title rendering code
  • refactor event liseners
  • refactor RecencyManager
  • Add user_light_theme_colors and user_dark_theme_colors

v0.3.24

  • tags are restricted to each window

v0.3.21 - v0.3.23

  • do not check if the view is widget
  • fix an issue of tagged panel

v0.3.18 - v0.3.20

  • Added theme: Ultimate Dark Neo
  • adds new theme, Solarized Light
  • improve url detection
  • support brightening bold text
  • Add adaptive theme and now it is the default
  • fix middle mouse paste under Linux
  • improve send string command (Merge 0f99062)
  • clear undo stack to release memory

v0.3.13 - v0.3.17

  • more themes
  • various bug fixes

v0.3.12

  • fix shell_cmd calls on Windows