|
4 | 4 |
|
5 | 5 | --- |
6 | 6 |
|
| 7 | +# 0.5.0 |
| 8 | + |
| 9 | + [](https://github.com/arcticicestudio/nord-hyper/projects/7) [](https://github.com/arcticicestudio/nord-hyper/milestone/6) |
| 10 | + |
| 11 | +> Detailed information about features and the project can be found in the [project documentation][gh-docs]. |
| 12 | +
|
| 13 | +## Improvements |
| 14 | + |
| 15 | +### Documentation |
| 16 | + |
| 17 | +❯ The new [project documentation][gh-docs] contains chapters to learn about the [installation][gh-docs-getting-started-installation] and development [requirements][gh-docs-getting-started-requirements], [learn how to build][gh-docs-dev-building] the project and [run the tests][gh-docs-dev-testing]. (#25 in PR #26, 4b0771b7) |
| 18 | + |
| 19 | +❯ Next to the project documentation the new [GitHub Open Source community standards][github-blog-cm-tools] have been added to complete the project's [community profile][gh-cm-profile] and adapt to the [Open Source Guides][github-opensource-guide] consisting of the [Contributing Guidelines][github-help-coc] and the [Code of Conduct][github-blog-contrib-guidelines]. (#18 in PR #24, 775161e1) |
| 20 | + |
| 21 | +❯ Added GitHub's new [code owners][github-blog-code-owners] feature to improve the code review process. (#16 in PR #22, a6217905) |
| 22 | + |
| 23 | +<p align="center"><img src="https://user-images.githubusercontent.com/7836623/34651429-7f4ace32-f3d0-11e7-8809-4b8cb9d69b18.png"/></p> |
| 24 | + |
| 25 | +❯ Added GitHub's new [issue and pull request templates][github-blog-issue-pr-templates] to provide support for contributors to [create issues][issue-template] and [submitting pull requests][pr-template]. (#17 in PR #23, 251450ec) |
| 26 | + |
| 27 | +<p align="center"><img src="https://user-images.githubusercontent.com/7836623/34651473-e23290f2-f3d0-11e7-93bd-8244795e4117.png"/></p> |
| 28 | + |
| 29 | +## Bug Fixes |
| 30 | + |
| 31 | +❯ 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][hyper-docs-config] provided by Hyper introduced in version [1.3.0][hyper-gh-release-1.3.0]. (#10 in PR #12, @Erazihel, fc161d13) |
| 32 | + |
| 33 | +<p align="center"><img src="https://user-images.githubusercontent.com/7836623/31133016-954868ce-a85e-11e7-8b04-a6427a335be8.png"/></p> |
| 34 | + |
| 35 | +## Tasks |
| 36 | + |
| 37 | +### Documentation |
| 38 | + |
| 39 | +❯ Adapted the migration to the [MIT license][gh-license.md] based on the main task arcticicestudio/nord#/55. (#13 in PR #14, a7a0468d) |
| 40 | + |
| 41 | +### Build Tools |
| 42 | + |
| 43 | +❯ Updated the build configuration for [Circle CI][ci-circleci] to the new [API version 2.0][circle-ci-docs-api-2.0]. Both Circle CI and [Travis CI][ci-travisci] are changed to use [npm][npm] instead of [yarn][yarn]. (#20 in PR #21, 50a1c8ec) |
| 44 | + |
| 45 | +❯ Replaced [gulp.js][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) |
| 46 | + |
7 | 47 | # 0.4.0 |
8 | 48 |
|
9 | 49 |  [](https://github.com/arcticicestudio/nord-hyper/projects/6) [](https://github.com/arcticicestudio/nord-hyper/milestone/5) |
@@ -96,10 +136,34 @@ Detailed information about features and install instructions can be found in the |
96 | 136 |
|
97 | 137 | [ci-circleci]: https://circleci.com/gh/arcticicestudio/nord-hyper |
98 | 138 | [ci-travisci]: https://travis-ci.org/arcticicestudio/nord-hyper |
| 139 | +[circle-ci-docs-api-2.0]: https://circleci.com/docs/2.0 |
| 140 | +[gh-cm-profile]: https://github.com/arcticicestudio/nord-hyper/community |
| 141 | +[gh-docs]: https://arcticicestudio.github.io/nord-hyper |
| 142 | +[gh-docs-dev-building]: https://arcticicestudio.github.io/nord-hyper/development/building.html |
| 143 | +[gh-docs-dev-testing]: https://arcticicestudio.github.io/nord-hyper/development/testing.html |
| 144 | +[gh-docs-get-started]: https://arcticicestudio.github.io/nord-hyper/getting-started |
| 145 | +[gh-docs-getting-started-installation]: https://arcticicestudio.github.io/nord-hyper/getting-started/installation.html |
| 146 | +[gh-docs-getting-started-requirements]: https://arcticicestudio.github.io/nord-hyper/getting-started/requirements.html |
99 | 147 | [gh-readme-config-cursor-blinking]: https://github.com/arcticicestudio/nord-hyper#cursor-blinking |
100 | 148 | [gh-readme-features]: https://github.com/arcticicestudio/nord-hyper/blob/develop/README.md#features |
101 | 149 | [gh-readme-installation]: https://github.com/arcticicestudio/nord-hyper/blob/develop/README.md#installation |
102 | 150 | [gh-index.js]: https://github.com/arcticicestudio/nord-hyper/blob/develop/index.js |
| 151 | +[gh-license.md]: https://github.com/arcticicestudio/nord-hyper/blob/develop/LICENSE.md |
| 152 | +[gh-styleguide-git]: https://github.com/arcticicestudio/styleguide-git |
| 153 | +[gh-styleguide-js]: https://github.com/arcticicestudio/styleguide-javascript |
103 | 154 | [gh-wiki]: https://github.com/arcticicestudio/nord-hyper/wiki |
| 155 | +[github-blog-code-owners]: https://github.com/blog/2392-introducing-code-owners |
| 156 | +[github-blog-cm-tools]: https://github.com/blog/2380-new-community-tools |
| 157 | +[github-blog-contrib-guidelines]: https://github.com/blog/1184-contributing-guidelines |
| 158 | +[github-blog-issue-pr-templates]: https://github.com/blog/2111-issue-and-pull-request-templates |
| 159 | +[github-help-coc]: https://help.github.com/articles/adding-a-code-of-conduct-to-your-project |
| 160 | +[gulp.js]: https://gulpjs.com |
| 161 | +[hyper-docs-config]: https://hyper.is/#cfg |
| 162 | +[github-opensource-guide]: https://opensource.guide |
| 163 | +[github-opensource-guide-coc]: https://opensource.guide/code-of-conduct |
| 164 | +[github-opensource-guide-contrib]: https://opensource.guide/how-to-contribute |
| 165 | +[hyper-gh-release-1.3.0]: https://github.com/zeit/hyper/releases/tag/1.3.0 |
104 | 166 | [nodejs]: https://nodejs.org |
| 167 | +[npm]: https://www.npmjs.com |
105 | 168 | [npm-hyper-statusline]: https://www.npmjs.com/package/hyper-statusline |
| 169 | +[yarn]: https://yarnpkg.com |
0 commit comments