This repository has been archived by the owner on Apr 6, 2018. It is now read-only.
Releases: vterm/vterm
Releases · vterm/vterm
0.2.2
New features (✨):
- ✨ Added plugin management system for installing/upgrading/removing addons
- ✨ Install addons by default when added to the config
- ⚡️ Using resizeObserver for better performance
- ✨ Added menu(for osx and some linux distros)
Removed(:fire:):
- 🔥 Removed windowControls in favor of a plugin
Changes (:art:):
- 🎨 Merge fonts instead of replacing them
Packages(:package:):
- ⬆️ Updated all packages
- 📦 Updated xterm! 🎉 bunch of bug fixes
- 🔥 Removed chalk from dependencies
0.2.1
Fixes (:ambulance:):
- 🚑 Fixed $PATH variable on macOS e1e69b2
- 🚑 Fixed xterm's CSS to fit v2.9.0
New features (:sparkles:):
- ✨ Using moduleConcatenation with webpack
- 🔥 Using opacity instead of lighten
- 🔌 Export variables as a module for plugins
Upgrades (:package:):
- ⬆️ Upgraded electorn-builder
- ⬆️Upgraded webpack
- 📦 Upgraded xterm to v2.9.0 with lots of great fixes
- 📦 Added mobx-logger for a better debugging experience
0.2.0
This is the first release of VTerminal to be considered semi-stable
, fixing all the bugs up to now known and implementing a new slick logo made by @Sential! 🎉
Here is the full changelog:
Added (:sparkles:):
- 🎨 Use native window Controls on macOS bc02d71 51616eb
- 🎨 Reworked the macOS titlebar bc02d71
- 🎨 Now the terminal is at the center of the view e42903c
- 🎨 Better text rendering 2f8145d
- ✨ Add borderColor option 2a41892
- ✨ Add foreground option c10083e
- ✨ Enable padding customization in the config a8c7fcf
- 🎨 Make the app always transparent 4f11238
Rewritten (:lipstick:):
- 🚑 Rewrite tab actions 772fa43
- 💄 Rewrite app tree f20ae59 09a97d2
- 🔥 Removed the terminalError component 7dde4c9
Fixes (🚑):
- 🚑 Fix MacOS fullscreen a325f8a
- 🔥 Bunch of fixes for CI Builds
- 🔥 Fix the reusing of
Terminal
component leading to rendering bugs d9af6fb 56e174f - 🔥 Close shell when tab closes 7f4e9ed
Plugins (🔌):
Packages (:package:):
- ⬇️ Removed tinycolor in favor of a custom script 2626c2d
- ⬆️ Updated all to latest version
- 📦 Restarted greenkeeper
0.1.3
Upgraded packages:
- xterm with test selection
- webpack to v3
Improvements:
- Better tab resizing method
- Unified cols and rows values for less calculation
- All components rewritten with better plugin support
- Added methods to decorate, style and implement components
- Changed default config and plugin loading method