1.3.0
Better perf, fewer bugs, unprecedented beauty
Improvements
Cursor blink support
Set cursorBlink: true
in ~/.hyper.js
to get this:
- Thanks @henrikdahl 0ee48c9
Beautiful selection ranges
We now synchronize the color of your caret with the selection range's styling. It's amazing
- Thanks @henrikdahl 600f815
Performance
We are starting to roll out some nice performance improvements. This demo of rendering 3D objects using lots of (braille) characters now runs much more fluently on our testing device (Macbook 12)
- This is ongoing work. We have many more optimizations coming
- Thanks @rauchg dc3b900 fe6e297 9f9da68 95141ac
Better rendering of multiple tabs
- Thanks @henrikdahl 78709d9
UI font family is now configurable
Via the uiFontFamily
setting. Allows you to create themes like this:
- wow
- Thanks @henrikdahl ade9ad3
Improve CLI
Adds support for --help
and --version
. One of many improvements to come to the hyper
CLI!
- Thanks @supersam654 edff890
Bug fixes
Text flickering upon hover on certain platforms
Plugin Installation Error notification
An unfortunate alert that would show whenever you would launch Hyper is now gone. Sorry about that one.
Plugin installation on Windows
We now correctly handling using the right sub-shell on win32
to install plugins
Plugin installation on Fish shell
We now special case Fish to make it work
- Thanks @henrikdahl 63ab33d
Fix config editing on Windows
Bash on Windows now launches the correct program for editing the config
- Thanks @stefanivic 36f96ab