From b6424b44558fb5e682ad2e724087d3e79f5178ee Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Thu, 3 Aug 2017 09:14:52 +0200 Subject: [PATCH] Prepare stable development release version 0.6.0 --- CHANGELOG.md | 46 +++++++++++++++++++++++++ README.md | 4 +-- autoload/airline/themes/nord.vim | 2 +- autoload/lightline/colorscheme/nord.vim | 2 +- colors/nord.vim | 2 +- 5 files changed, 51 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b59e3d8..bf73b505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,50 @@ --- +# 0.6.0 +
+ Version Details +

+ Release Date: *2017-08-03* + Milestone + Project Board +

+
+ +## Features +### Plugin Support +#### UI +❯ Added basic support for [CtrlP][plugin-ctrlp]. (PR #33, @syedelec) + +* Matched characters are using the keyword color instead of the normal text color to make matched characters visible +* Already opened buffers now take the normal text color instead of the comment color + +❯ Added basic support [ALE][plugin-ale]. (PR #44, @meck) + +* Warning signs are colorized using a `nord13` foreground +* Error signs are colorized using a `nord11` foreground instead of a red background with a white foreground + +## Improvements +### UI +❯ The fold marker foreground has been adjusted to match the comment color instead of `nord1` which has been too dark causing them to be unreadable in bright environments. The background color has also been changed to `nord1` to differ from normal comments and the font style is now bold for better legibility. (#38 in PR #40, @dylnmc) + +![](https://user-images.githubusercontent.com/7836623/28256249-ad23fa02-6ac0-11e7-873d-584303677662.png) + +❯ The highlight text of a active substitute search result is now underlined in order to make it more recognizable. (#35 in PR #41, @KevinSjoberg) + +![](https://user-images.githubusercontent.com/7836623/28245896-ebd3abae-6a10-11e7-9e83-85b69cb62455.gif) + +#### Neovim +❯ Addded support for the Neovim specific `:CheckHealth` status highlight groups. (#31 in PR #42, @syedelec, Thanks to @dylnmc) + +

Before
After

+ +## Bug Fixes +### UI +❯ Fixed unreadable text color on pending search result highlights. (#32 in PR #39, @syedelec) + +

Before

After

+ # 0.5.0 *2017-04-17* ## Improvements @@ -109,4 +153,6 @@ Detailed information about features, supported plugins/languages and install ins **Project Initialization** [nord-lightline]: https://github.com/arcticicestudio/nord-vim/blob/develop/autoload/lightline/colorscheme/nord.vim +[plugin-ale]: https://github.com/w0rp/ale +[plugin-ctrlp]: https://github.com/ctrlpvim/ctrlp.vim [readme-configuration]: https://github.com/arcticicestudio/nord-vim#configuration diff --git a/README.md b/README.md index 2f3cf856..7c74a8ed 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Plug 'arcticicestudio/nord-vim', { 'branch': 'develop' } A specific version can be installed via git tags. ```vim -Plug 'arcticicestudio/nord-vim', { 'tag': 'v0.5.0' } +Plug 'arcticicestudio/nord-vim', { 'tag': 'v0.6.0' } ``` Of course it can be installed with any of your favorite tools: @@ -148,7 +148,7 @@ Detailed descriptions for supported languages can be found in the [project wiki] ![][scrot-lang-ruby] ## Development -[![](https://img.shields.io/badge/Changelog-0.5.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/nord-vim/blob/v0.5.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg?style=flat-square)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/arcver) +[![](https://img.shields.io/badge/Changelog-0.6.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/nord-vim/blob/v0.6.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg?style=flat-square)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg?style=flat-square)](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-vim/issues). diff --git a/autoload/airline/themes/nord.vim b/autoload/airline/themes/nord.vim index e1a73c24..fe7a71b4 100755 --- a/autoload/airline/themes/nord.vim +++ b/autoload/airline/themes/nord.vim @@ -6,7 +6,7 @@ " email development@arcticicestudio.com + " copyright Copyright (C) 2017 + " ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -let s:nord_vim_version="0.5.0" +let s:nord_vim_version="0.6.0" let g:airline#themes#nord#palette = {} let s:nord0_gui = "#2E3440" diff --git a/autoload/lightline/colorscheme/nord.vim b/autoload/lightline/colorscheme/nord.vim index 100deff6..e5c54751 100755 --- a/autoload/lightline/colorscheme/nord.vim +++ b/autoload/lightline/colorscheme/nord.vim @@ -6,7 +6,7 @@ " email development@arcticicestudio.com + " copyright Copyright (C) 2017 + " ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -let s:nord_vim_version="0.5.0" +let s:nord_vim_version="0.6.0" let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}} let s:nord0 = ["#2E3440", "NONE"] diff --git a/colors/nord.vim b/colors/nord.vim index e9b3afb0..3b30d936 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -14,7 +14,7 @@ if version > 580 endif let g:colors_name = "nord" -let s:nord_vim_version="0.5.0" +let s:nord_vim_version="0.6.0" set background=dark let s:nord0_gui = "#2E3440"