- use closest 8 bit colors when a rbg color is provided
- do not print true color
- revert the default auto_close setting to False
- 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
- make select_graphic_rendition to accept private
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
- 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
- improve clean up code
- improve title rendering code
- refactor event liseners
- refactor RecencyManager
- Add user_light_theme_colors and user_dark_theme_colors
- tags are restricted to each window
- do not check if the view is widget
- fix an issue of tagged panel
- 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
- more themes
- various bug fixes
- fix shell_cmd calls on Windows