Nord Hyper Versions Save

An arctic, north-bluish clean and elegant Hyper theme plugin.

v0.5.0

6 years ago


Release Date: 2018-01-07 Project Board Milestone

Detailed information about features and the project can be found in the project documentation.

Improvements

Documentation

❯ The new project documentation contains chapters to learn about the installation and development requirements, learn how to build the project and run the tests. (#25 in PR #26, 4b0771b7)

❯ Next to the project documentation the new GitHub Open Source community standards have been added to complete the project's community profile and adapt to the Open Source Guides consisting of the Contributing Guidelines and the Code of Conduct. (#18 in PR #24, 775161e1)

❯ Added GitHub's new code owners feature to improve the code review process. (#16 in PR #22, a6217905)

❯ Added GitHub's new issue and pull request templates to provide support for contributors to [create issues][issue-template] and [submitting pull requests][pr-template]. (#17 in PR #23, 251450ec)

Bug Fixes

❯ Removed the cursor blink (´cursorBlink) theme configuration implemented in #7 which caused the display to break when Hyper gets fully reloaded. Users can switch to the builtin configuration feature provided by Hyper introduced in version 1.3.0. (#10 in PR #12, @Erazihel, fc161d13)

Tasks

Documentation

❯ Adapted the migration to the MIT license based on the main task arcticicestudio/nord#/55. (#13 in PR #14, a7a0468d)

Build Tools

❯ Updated the build configuration for Circle CI to the new API version 2.0. Both Circle CI and Travis CI are changed to use npm instead of yarn. (#20 in PR #21, 50a1c8ec)

❯ Replaced gulp.js with npm scripts. gulp.js is meant to be used as streaming build tool for larger projects with many tasks to combine them to a simple workflow while Nord Hyper is a small project with only one build / development task where gulp.js is more overhead / too heavy weight. (#27 in PR #28, f822e3d6)


The full changelog is available here

v0.4.0

7 years ago


2017-03-14

Improvements

❯ The cursorColor configuration is now respected to use the user defined color before the theme color. (@berkin, PR #8, bc73116f)


The full changelog is available here

v0.3.0

7 years ago


2017-03-09

Features

Configurations

❯ 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
    }
    //...
  }
}


The full changelog ist available here

v0.2.0

7 years ago


2017-03-08

Features

Plugin Support

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


Hovered

Hover transition


The full changelog ist available here

v0.1.1

7 years ago


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)


The full changelog ist available here

v0.1.0

7 years ago


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.


The full changelog ist available here