Skip to content

Releases: Wramberg/TerminalView

Shell release

15 Aug 18:41

Choose a tag to compare

Feature release including

  • Improved support for fish, zsh and other shells
  • Integration with the Sublime Text build system
  • Settings can now be accessed through the command palette
  • Settings now include an option for adjusting terminal margins (this can be used to avoid scrollbars)
  • Improved run-loop with less CPU usage at idle
  • Support for bracketed paste mode
  • The ST3 cursor can now be snapped back to position by pressing the escape key
  • Support for other plugins sending data to terminal views
  • Fix for tab stops which improves the output of e.g. 'ls' on macOS

Thanks to @rwols and @randy3k for contributions.
Thanks to @bfelder, @rwols and @randy3k for helping out with RC testing.

Wrapping release

06 Jul 19:52

Choose a tag to compare

Bugfix release including

  • Keybindings, settings, etc. are now available through the command palette
  • Fix for ST3 text wrapping error (See #19 for details)

Message release

01 Jul 08:04

Choose a tag to compare

Bugfix release including

  • Fix for package control messages

Restart release

30 Jun 19:12

Choose a tag to compare

Feature release including

  • TerminalView sessions are now restarted upon ST3 startup
  • TerminalView sessions are now restarted when switching projects (cannot resume unfortunately)
  • Improved resizing functionality (no more cursor reset on resize due to e.g. panel)
  • Dynamic colors (colors set by the shell) are now enabled by default
  • ST3 viewport is now reset when terminal is updated (scolls back to original position)
  • Improved color support (256 color support is still in development)
  • Package control messages are now included with every update
  • Various minor tweaks and fixes

Copy/Paste release

24 Jun 09:22

Choose a tag to compare

Feature release including

  • Support for copying selection in terminal into clipboard
  • Support for pasting contents from clipboard into terminal
  • Keybindings for moving ST3 cursor to facilitate keyboard-driven selection
  • Keybindings for scrolling with mouse wheel
  • Support for syntax highlighting using user-provided syntax file

Scrolling release

19 Jun 16:02

Choose a tag to compare

Feature release including

  • Support for scrolling
  • Pyte update to 0.5.2
  • Fix for #12
  • Various optimizations

Initial release

09 Jun 20:34

Choose a tag to compare

Initial release including all fundamental features. Development should be able to continue on a feature-by-feature basis. Basic testing functionality is included as well to facilitate future debugging, development and optimizations.