Skip to content

Commit

Permalink
Prepare stable development MELPA package release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Apr 17, 2017
1 parent 067b9bb commit 969cbff
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,27 @@

---

# 0.2.0
*2017-04-17*
## Features
### Mode Support
❯ Implemented support for the `which-function-mode`. (@microamp, #28, f7a2f6e6)

<p align="center"><strong>Before</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/24758354/6ed3c51c-1ae2-11e7-8a18-b58c1d0e6185.png"/><br><strong>After</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/24758374/7bc489aa-1ae2-11e7-9eba-6657425a3936.png"/></p>

## Improvements
### UI
❯ The text color of inactive mode lines are now colorized with `nord4` instead of `nord3` to increase the readability. (@cavd, #25, 067b9bbe)

## Bug Fixes
❯ Fixed the color of the `cursor` face caused by using the wrong attribute `:foreground` instead of `:background`. (@spegoraro, #24, b11fb535)

<p align="center"><strong>Before</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/25084545/66ecc672-235d-11e7-9526-cf8ab338238f.png"/><br><strong>After</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/24761805/c1a9d858-1aec-11e7-914b-06d98d8802eb.png"/></p>

# 0.1.2
*2017-03-26*
## Bug Fixes
### UI
❯ Some more minor fixes created by a MELPA contributor to adhere to the packaging standard. (@purcell, PR #21, 70a3ee23)
- Formated header conventionally, with `Commentary` and `Code` section markers
- Removed redundant use of *Emacs* since all `elisp` packages are for Emacs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Detailed descriptions for supported languages can be found in the [project wiki]
<p align="center"><strong>Ruby</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-emacs/develop/assets/scrot-lang-ruby.png"/></p>

## Development
[![](https://img.shields.io/badge/Changelog-0.1.2-81A1C1.svg)](https://github.com/arcticicestudio/nord-emacs/blob/v0.1.2/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg)](https://github.com/arcticicestudio/arcver)
[![](https://img.shields.io/badge/Changelog-0.2.0-81A1C1.svg)](https://github.com/arcticicestudio/nord-emacs/blob/v0.2.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.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-emacs/issues).
Expand Down
2 changes: 1 addition & 1 deletion nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Title: Nord Theme
;; Project: nord-emacs
;; Version: 0.1.2
;; Version: 0.2.0
;; URL: https://github.com/arcticicestudio/nord-emacs
;; Author: Arctic Ice Studio <[email protected]>
;; Package-Requires: ((emacs "24"))
Expand Down

0 comments on commit 969cbff

Please sign in to comment.