Skip to content
This repository has been archived by the owner on Apr 6, 2018. It is now read-only.

Releases: vterm/vterm

0.2.2

13 Aug 18:32
Compare
Choose a tag to compare

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

05 Aug 11:34
Compare
Choose a tag to compare

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

02 Aug 17:26
Compare
Choose a tag to compare

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:):

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 (🔌):

  • ✨ More exports 526b074
  • 💄 Make decorate function a decorator 711a2a9
  • 📜 Ship with source-maps 09ba422

Packages (:package:):

  • ⬇️ Removed tinycolor in favor of a custom script 2626c2d
  • ⬆️ Updated all to latest version
  • 📦 Restarted greenkeeper

0.1.3

24 Jul 08:57
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

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

0.1.2

13 Jul 17:39
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

Added:

  • Config live reloading
  • Fix lstat promise error

Should fix #11
Cheers! 🎉

0.1.1

11 Jul 18:58
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Changes:

  • Small changes to CI system
  • Upgraded node-pty to 0.6.9

Added:

  • Show DevTools when the app throws an error(#11)

0.1.0

08 Jul 23:06
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

First release of YAT terminal 🎉

Features:

  • Tabbed terminal emulator
  • Configuration for styling
  • Rudimental plugins support 😭
  • Custom css support
  • Precompiled binaries