Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History
247 lines (179 loc) * 14.2 KB

changelog.md

File metadata and controls

247 lines (179 loc) * 14.2 KB

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, 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 and submitting pull requests. (#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 nordtheme/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)

0.4.0

Improvements

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

0.3.0

Features

Configurations

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

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

0.2.0

Features

Plugin Support

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

Hovered

Hover transition

0.1.1

Improvements

Continuous Integration Builds

Circle CI builds are running against the latest supported Node.js versions

Travis-CI builds are running against the latest supported Node.js versions

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. (#2 and #3, @kepbod, 45e8e9c3)

Documentation

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

0.1.0

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. (#1, b1fde294)

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

Project Initialization

Copyright (c) 2016-present Sven Greb