Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 3.96 KB

CHANGELOG.md

File metadata and controls

67 lines (50 loc) · 3.96 KB


0.3.0

2017-03-09

Features

❯ Added a configuration to set the cursor blinking.
The default value is true to enable the non-obtrusive cursor blinking feature. (@zovt, #7, 27820cf8)

module.exports = {
  config: {
    //...
    nordHyper: {
      cursorBlink: true
    }
    //...
  }
}

0.2.0

2017-03-08

Features

Plugin Support

❯ Added optimized style integration for the hyper-statusline plugin. (@arcticicestudio, #6, 8ec6ad5d)


Hovered

Hover transition

0.1.1

2017-02-21

Improvements

Continuous Integration Builds

Circle CI builds are running against the latest Node 6.x.x version now ❯ Travis-CI builds are running against the latest Node 6.x.x and 4.x.x versions now

Bug Fixes

❯ Fixed the order of the cursorShape, fontSize and fontFamily configuration attributes to prevent overriding of the defined ~/.hyper.js user configs with the theme defaults. (@kepbod, #2 #3, 45e8e9c3)

Documentation

❯ Fixed the keymaps to open- and reload the ~/.hyper.js config file. (@kepbod, #2, d1604716)

0.1.0

2017-02-19 Initial npm module release version!

Features

A complete list of all implemented features can be found in the README section.

❯ Implemented the main index.js script theme file index.js. (@arcticicestudio, #1, b1fde294)

Detailed information about features and install instructions can be found in the README and in the project wiki.

0.0.0

2017-02-19 Project Initialization