From 7309aa783336335f2a0963e128d82f1d873e2712 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sun, 15 Jan 2017 09:44:27 +0100 Subject: [PATCH] Prepare stable development apm package release version 0.5.0 --- CHANGELOG.md | 32 +++++++++++++++++++++++--------- README.md | 2 +- index.less | 2 +- package.json | 2 +- 4 files changed, 26 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 699cc65..e1c8ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,29 +4,41 @@ --- -# 0.4.0 (2016-11-22) +# 0.5.0 +*2017-01-15* +## Features +### Languages +❯ Implemented optimized [Elixir](http://elixir-lang.org) styles for the [milestone backlog](https://github.com/arcticicestudio/nord-atom-syntax/issues/1) community package [`language-elixir`](https://atom.io/packages/language-elixir). (@skbolton, #33, b141369c) + +

+ +# 0.4.0 +*2016-11-22* ## Features ### `language-xml` -The namespace tag entity color now differs from markup/HTML tags which are also now colored correctly. +❯ The namespace tag entity color now differs from markup/HTML tags which are also now colored correctly. *Character Data* blocks tags `` are now formated bold and, including the surrounded text, using the comment color. (@arcticicestudio, #29, a442b356)

CDATA

Markup/HTML entities

Namespace tags

-# 0.3.0 (2016-09-29) +# 0.3.0 +*2016-09-29* ## Improvements ### `language-c` -Operator keywords are now colored explicitly as discussed in atom/language-c#151 and atom/one-dark-syntax#74 (@arcticicestudio, #34, 529f290057da332977ddcbcba3e14163e772bbc0) +❯ Operator keywords are now colored explicitly as discussed in atom/language-c#151 and atom/one-dark-syntax#74 (@arcticicestudio, #34, 529f290057da332977ddcbcba3e14163e772bbc0) -# 0.2.0 (2016-09-20) +# 0.2.0 +*2016-09-20* ## Improvements ### CSS -The hex color hash character `#` now gets colored as keyword (@arcticicestudio, #27, 323f7713333ad50b008c80a677e4abb6596faddb) +❯ The hex color hash character `#` now gets colored as keyword (@arcticicestudio, #27, 323f7713333ad50b008c80a677e4abb6596faddb) ## Bugfixes ### Documentation -Fixed all unrendered images in the [atom.io](https://atom.io/themes/nord-atom-syntax) package README by using the `https://raw.githubusercontent.com` domain (@arcticicestudio, #26, 6b72d3a740486d48b9a0d02f4aec3db557241462) +❯ Fixed all unrendered images in the [atom.io](https://atom.io/themes/nord-atom-syntax) package README by using the `https://raw.githubusercontent.com` domain (@arcticicestudio, #26, 6b72d3a740486d48b9a0d02f4aec3db557241462) -# 0.1.0 (2016-09-20) +# 0.1.0 +*2016-09-20* **Initial APM package release version!** *Closes the [APM Package Release](https://github.com/arcticicestudio/nord-atom-syntax/milestone/1) milestone.* @@ -48,7 +60,7 @@ A complete list of all implemented languages can be found in the milestone backl - [`language-haskell`](https://atom.io/packages/language-haskell) by [atom-haskell](https://github.com/atom-haskell) (@arcticicestudio, #21, 6ce40f2aeba0521f1842a1ab4b40aa02694e2a02) - [`language-julia`](https://atom.io/packages/language-julia) by [JuliaLang](https://github.com/JuliaLang) (@arcticicestudio, #23, 61eec2ca99fa5018d1f9f67980bb24a8e114ba1d) -## Core + **Core** - [`language-c`](https://atom.io/packages/language-c) (@arcticicestudio, #14, 7568bfbf68d1ea6ad06db8389f1f15756718e2b4) - [`language-clojure`](https://atom.io/packages/language-clojure) (@arcticicestudio, #20, 42536fdb3181791ed020166ad60c9a607c90e942) - [`language-coffee-script`](https://atom.io/packages/language-coffee-script) (@arcticicestudio, #18, 479df6a9be8e5e56c09e5b32a5a7f3374d34cc97) @@ -68,3 +80,5 @@ A complete list of all implemented languages can be found in the milestone backl - [`language-scala`](https://atom.io/packages/language-scala) (@arcticicestudio, #7, 513ec446bb0a21c32310bcc4e3874580ecfd441a) - [`language-shellscript`](https://atom.io/packages/language-shellscript) (@arcticicestudio, #16, badfcc2b182211ef21f3e25d9ffd8628e63deb1f) - [`language-yaml`](https://atom.io/packages/language-yaml) (@arcticicestudio, #15, 883ab296a249e6b9b93659724b5d2f2a37768854) + +

diff --git a/README.md b/README.md index 7bd9a65..19c0451 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Detailed descriptions for supported languages can be found in the [project wiki] ![][scrot-lang-xml] ## Development -[![](https://img.shields.io/badge/Changelog-0.4.0-blue.svg)](https://github.com/arcticicestudio/nord-atom-syntax/blob/v0.4.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.5.0-blue.svg)](https://github.com/arcticicestudio/nord-atom-syntax/blob/v0.5.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-atom-syntax/issues). diff --git a/index.less b/index.less index 0a1e462..8706cf0 100644 --- a/index.less +++ b/index.less @@ -2,7 +2,7 @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ title Index + project nord-atom-syntax + -version 0.4.0 + +version 0.5.0 + repository https://github.com/arcticicestudio/nord-atom-syntax + author Arctic Ice Studio + email development@arcticicestudio.com + diff --git a/package.json b/package.json index ef9698c..efdb4a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nord-atom-syntax", "theme": "syntax", - "version": "0.4.0", + "version": "0.5.0", "description": "A arctic, north-bluish clean and elegant Atom syntax theme.", "author": { "name": "Arctic Ice Studio",