From 82e013ea48a9f556fa5289af8b15ce32663b628f Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Tue, 22 Nov 2016 14:04:26 +0100 Subject: [PATCH] Prepare stable development release version 0.2.0 --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ README.md | 2 +- gulpfile.js | 2 +- package.json | 2 +- src/lesscss/nord.less | 2 +- src/sass/nord.scss | 2 +- src/sass/template-css.scss | 2 +- 7 files changed, 44 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f0e85..bab67ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,44 @@ --- +# 0.2.0 (2016-11-22) +## Features +### Project Assets +Added new SVG variations of the color palette components. +Can be used for showcases or any kind of branding concepts. (@arcticicestudio, 78ef70b8) + +![Polar Night](https://cdn.rawgit.com/arcticicestudio/nord/develop/src/assets/nord-component-polar-night.svg) ![Snow Storm](https://cdn.rawgit.com/arcticicestudio/nord/develop/src/assets/nord-component-snow-storm.svg) +![Frost](https://cdn.rawgit.com/arcticicestudio/nord/develop/src/assets/nord-component-frost.svg) ![Aurora](https://cdn.rawgit.com/arcticicestudio/nord/develop/src/assets/nord-component-aurora.svg) + +### Toolbox +Created [Travis CI](https://travis-ci.org) (`.travis.yml`) and [Circle CI](https://circleci.com) (`circle.yml`) configuration files for continuous builds against the Gulp tasks `compile-css-template` and `sassdoc`. (@arcticicestudio, #4, 00beff7d) + +## Improvements +### Native Formats +The "Adobe Photoshop Color Palette" [`nord.ase`](https://github.com/arcticicestudio/nord/blob/develop/src/native/nord.ase) is now fully compatible to Adobe Photoshop CS6. +The original file has been created via [Gpick](http://gpick.org) and has been recreated using [Adobe Photoshop CS6](http://www.adobe.com/products/photoshop.html) to be fully compatible to the vendor format. (@arcticicestudio, #5, 30ae2f4b) + +### Design Documentation +Switched the color definitions for `nord8` and `nord14`. +The accent color `nord8` is now used for methods and functions while strings and attribute values are now colored by `nord14` instead. +This is design has already been implemented in all port projects before, but is now officially stated with this release version. (@arcticicestudio, #1, 2a95e4c0) + +Switched the color of punctuations and variables/constants. +The `nord4` color is now used for variables and constants while punctuations are now colored by `nord6` instead. +This design has also already been implemented in all port projects before, but is now officially stated with this release version. (@arcticicestudio, #2, f8231acd) + +`nord13` is now used to colorize all kind of regular expressions. (@arcticicestudio, #3, adfcac5c) + +### Project Documentation +Added new official [port projects](https://github.com/arcticicestudio/nord#port-projects). (@arcticicestudio, eacf9078, 51f46d1b, d51a995b) +[![Nord Eclipse Syntax](https://cdn.rawgit.com/arcticicestudio/nord/develop/src/assets/nord-eclipse-syntax-banner.svg)](https://github.com/arcticicestudio/nord-eclipse-syntax) +[![Nord gedit](https://cdn.rawgit.com/arcticicestudio/nord/develop/src/assets/banner-nord-gedit.svg)](https://github.com/arcticicestudio/nord-gedit) +[![Nord Java](https://cdn.rawgit.com/arcticicestudio/nord/develop/src/assets/nord-java-banner.svg)](https://github.com/arcticicestudio/nord-java) +[![Nord Terminix](https://cdn.rawgit.com/arcticicestudio/nord/develop/src/assets/nord-terminix-banner.svg)](https://github.com/arcticicestudio/nord-terminix) + +Added [NPM](https://www.npmjs.com) registry badges to show the latest published version and amount of downloads. (@arcticicestudio, 2c061e15) + + # 0.1.0 (2016-09-04) ![Nord Palette Overview](https://cdn.rawgit.com/arcticicestudio/nord/develop/src/assets/nord-overview.svg) diff --git a/README.md b/README.md index af93c77..e9f764b 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ A list of detailed information about each file format can be found [here](http:/ - [Nordisk](https://github.com/kamwitsta/nordisk) by @kamwitsta ## Development -[![](https://img.shields.io/badge/Changelog-0.1.0-blue.svg)](https://github.com/arcticicestudio/nord/blob/v0.1.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow_Branching_Model-blue.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-blue.svg)](https://github.com/arcticicestudio/arcver) +[![](https://img.shields.io/badge/Changelog-0.2.0-blue.svg)](https://github.com/arcticicestudio/nord/blob/v0.2.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow_Branching_Model-blue.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-blue.svg)](https://github.com/arcticicestudio/arcver) ### Contribution Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord/issues). diff --git a/gulpfile.js b/gulpfile.js index 0aad482..1ba4df9 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -22,7 +22,7 @@ var config = { project: { id: "nord", name: "Nord", - version: "0.1.0", + version: "0.2.0", repository: "https://github.com/arcticicestudio/nord", author: "Arctic Ice Studio", email: "development@arcticicestudio.com" diff --git a/package.json b/package.json index fe40555..5914a72 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nord", "title": "Nord", - "version": "0.1.0", + "version": "0.2.0", "description": "A arctic, north-bluish color palette", "author": { "name": "Arctic Ice Studio", diff --git a/src/lesscss/nord.less b/src/lesscss/nord.less index 7a54eb3..c2c6973 100644 --- a/src/lesscss/nord.less +++ b/src/lesscss/nord.less @@ -2,7 +2,7 @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++ title Nord + project nord + -version 0.1.0 + +version 0.2.0 + repository https://github.com/arcticicestudio/nord + author Arctic Ice Studio + email development@arcticicestudio.com + diff --git a/src/sass/nord.scss b/src/sass/nord.scss index d795e63..e88da33 100644 --- a/src/sass/nord.scss +++ b/src/sass/nord.scss @@ -2,7 +2,7 @@ // ++++++++++++++++++++++++++++++++++++++++++++++++++++ // title Nord + // project nord + -// version 0.1.0 + +// version 0.2.0 + // repository https://github.com/arcticicestudio/nord + // author Arctic Ice Studio + // email development@arcticicestudio.com + diff --git a/src/sass/template-css.scss b/src/sass/template-css.scss index a70208d..ee9a3ee 100644 --- a/src/sass/template-css.scss +++ b/src/sass/template-css.scss @@ -2,7 +2,7 @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++ title Nord + project nord + -version 0.1.0 + +version 0.2.0 + repository https://github.com/arcticicestudio/nord + author Arctic Ice Studio + email development@arcticicestudio.com +