Releases: nordtheme/hyper
0.5.0
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, 4b0771b)
❯ 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, 775161e)
❯ Added GitHub's new code owners feature to improve the code review process. (#16 in PR #22, a621790)
❯ 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, 251450e)
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, fc161d1)
Tasks
Documentation
❯ Adapted the migration to the MIT license based on the main task arcticicestudio/nord#/55. (#13 in PR #14, a7a0468)
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, 50a1c8e)
❯ 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, f822e3d)
The full changelog is available here
0.4.0
0.3.0
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, 27820cf)
module.exports = {
config: {
//...
nordHyper: {
cursorBlink: true
}
//...
}
}
The full changelog ist available here
0.2.0
2017-03-08
Features
Plugin Support
❯ Added optimized style integration for the hyper-statusline plugin. (@arcticicestudio, #6, 8ec6ad5)
The full changelog ist available here
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, 45e8e9c)
Documentation
❯ Fixed the keymaps to open- and reload the ~/.hyper.js
config file. (@kepbod, #2, d160471)
The full changelog ist available here
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, b1fde29)
Detailed information about features and install instructions can be found in the README and in the project wiki.
The full changelog ist available here