Skip to content

Commit

Permalink
Merge branch 'release/0.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Dec 29, 2016
2 parents d26c1b6 + 6e73359 commit b484f22
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,13 @@

---

# 0.1.0 (2016-12-29)
## Features
Implemented the main XML theme file [`nord.xml`](https://github.com/arcticicestudio/nord-notepadplusplus/blob/develop/src/xml/nord.xml). (@arcticicestudio, #1, 81e80e6b)

![](https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-python.png)

Detailed information about supported languages and install instructions can be found in the [README](https://github.com/arcticicestudio/nord-notepadplusplus/blob/develop/README.md#installation) and in the [project wiki](https://github.com/arcticicestudio/nord-notepadplusplus/wiki).

# 0.0.0 (2016-12-29)
**Project Initialization**
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Detailed descriptions for supported languages can be found in the [project wiki]
<p align="center"><strong>Batch</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-batch.png"/><br><strong>C</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-c.png"/><br><strong>C++</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-cpp.png"/><br><strong>CSS</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-css.png"/><br><strong>diff</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-diff.png"/><br><strong>HTML</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-html.png"/><br><strong>Java</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-java.png"/><br><strong>JavaScript</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-javascript.png"/><br><strong>PHP</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-php.png"/><br><strong>Python</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-python.png"/><br><strong>Ruby</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-ruby.png"/><br><strong>ShellScript</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-shell.png"/><br><strong>SQL</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-sql.png"/><br><strong>VB</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-vb.png"/><br><strong>XML</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-xml.png"/><br><strong>YAML</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-notepadplusplus/develop/src/assets/scrot-lang-yaml.png"/></p>

## Development
[![](https://img.shields.io/badge/Changelog-0.0.0-blue.svg)](https://github.com/arcticicestudio/nord-notepadplusplus/blob/v0.0.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.1.0-blue.svg)](https://github.com/arcticicestudio/nord-notepadplusplus/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)

Continuous integration builds are running at [Travis-CI](https://travis-ci.org/arcticicestudio/nord-notepadplusplus) and [Circle CI](https://circleci.com/bb/arcticicestudio/nord-notepadplusplus).

Expand Down
Loading

0 comments on commit b484f22

Please sign in to comment.