Releases: Wramberg/TerminalView
Releases · Wramberg/TerminalView
Shell release
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
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
Bugfix release including
- Fix for package control messages
Restart release
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
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
Feature release including
- Support for scrolling
- Pyte update to 0.5.2
- Fix for #12
- Various optimizations
Initial release
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.