mirror of
https://github.com/nordtheme/vim.git
synced 2026-09-10 07:36:23 -04:00
Prepare release version 0.8.0
This commit is contained in:
parent
8bc1be01c6
commit
2b79506a58
58
CHANGELOG.md
58
CHANGELOG.md
|
|
@ -4,9 +4,47 @@
|
|||
|
||||
---
|
||||
|
||||
# 0.8.0
|
||||
|
||||
 [](https://github.com/arcticicestudio/nord-vim/projects/11) [](https://github.com/arcticicestudio/nord-vim/milestone/10)
|
||||
|
||||
## Features
|
||||
|
||||
### Plugin Support
|
||||
|
||||
#### UI
|
||||
|
||||
❯ Added support for [vim-signify][plugin-mhinz/vim-signify]. (PR #81, @dabio, edcdd0e4)
|
||||
|
||||
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/34623682-a7b7e960-f252-11e7-9194-c82aff310a75.png"/></p>
|
||||
|
||||
## Improvements
|
||||
|
||||
### UI
|
||||
|
||||
❯ The color of links in `:help` was the same as normal text making it impossible to to distinguish between both. This has been improved by using `nord8` including the help bars when enabled with `:set conceallevel=2`. (#85 in PR #93, @delphinus, e9974fe6)
|
||||
|
||||
<p align="center"><strong>Before</strong><br><img src="https://user-images.githubusercontent.com/7836623/34460697-25f5be7e-ee16-11e7-9c57-32bb2ec15314.png"/></p>
|
||||
|
||||
<p align="center"><strong>After</strong><br><img src="https://user-images.githubusercontent.com/7836623/34460700-35bddeea-ee16-11e7-976b-e00cfe80c462.png"/></p>
|
||||
|
||||
### Documentation
|
||||
|
||||
❯ The lightline screenshots in the documentation have been made using the [lightline's advanced configurations][itchyny/lightline-adv-config]. This confused users when the lighline does not equal the one seen on the screenshot due to the default lightline configuration. This has now been clarified including a additional screenshot showing the appearance of the lightline when using the default configuration. (#74 in PR #94, @lokesh-krishna, 3c14c961)
|
||||
|
||||
<p align="center"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/assets/scrot-plugin-support-ui-lightline-default.png"/></p>
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
❯ The background color for matching parens is now assigned to the right color `nord3` instead of `nord0` in GUI mode. (#95 in PR #96, @dylnmc, 8bc1be01)
|
||||
|
||||
<p align="center"><strong>Before</strong><br><img src="https://user-images.githubusercontent.com/7836623/34619232-cd9ea512-f241-11e7-8045-e4ac695d56bb.png"/></p>
|
||||
|
||||
<p align="center"><strong>After</strong><br><img src="https://user-images.githubusercontent.com/7836623/34619246-dc2bee0a-f241-11e7-9ce6-c3d51ed6ec75.png"/></p>
|
||||
|
||||
# 0.7.0
|
||||
|
||||
 [](https://github.com/arcticicestudio/nord-vim/projects/10) [](https://github.com/arcticicestudio/nord-vim/milestone/9)
|
||||
 [](https://github.com/arcticicestudio/nord-vim/projects/10) [](https://github.com/arcticicestudio/nord-vim/milestone/9)
|
||||
|
||||
## Features
|
||||
|
||||
|
|
@ -159,7 +197,7 @@ To optimally improve the highlighting `nord3` will now be used as background col
|
|||
|
||||
# 0.6.0
|
||||
|
||||
 [](https://github.com/arcticicestudio/nord-vim/projects/9) [](https://github.com/arcticicestudio/nord-vim/milestone/8)
|
||||
 [](https://github.com/arcticicestudio/nord-vim/projects/9) [](https://github.com/arcticicestudio/nord-vim/milestone/8)
|
||||
|
||||
## Features
|
||||
|
||||
|
|
@ -205,7 +243,7 @@ To optimally improve the highlighting `nord3` will now be used as background col
|
|||
|
||||
# 0.5.0
|
||||
|
||||
 [](https://github.com/arcticicestudio/nord-vim/projects/8) [](https://github.com/arcticicestudio/nord-vim/milestone/7)
|
||||
 [](https://github.com/arcticicestudio/nord-vim/projects/8) [](https://github.com/arcticicestudio/nord-vim/milestone/7)
|
||||
|
||||
## Improvements
|
||||
|
||||
|
|
@ -226,11 +264,11 @@ To optimally improve the highlighting `nord3` will now be used as background col
|
|||
|
||||
# 0.4.0
|
||||
|
||||
 [](https://github.com/arcticicestudio/nord-vim/projects/7) [](https://github.com/arcticicestudio/nord-vim/milestone/6)
|
||||
 [](https://github.com/arcticicestudio/nord-vim/projects/7) [](https://github.com/arcticicestudio/nord-vim/milestone/6)
|
||||
|
||||
## Features
|
||||
|
||||
### [Configurations][readme-config]
|
||||
### Configurations
|
||||
|
||||
❯ Added a configuration to enable [italic comments](https://github.com/arcticicestudio/nord-vim#italic-comments).
|
||||
To adhere to the Nord style guide this option is disabled by default. It can be enabled by setting the `g:nord_italic_comments` variable to `1`.
|
||||
|
|
@ -263,7 +301,7 @@ let g:nord_italic_comments = 1
|
|||
|
||||
# 0.3.0
|
||||
|
||||
 [](https://github.com/arcticicestudio/nord-vim/projects/6) [](https://github.com/arcticicestudio/nord-vim/milestone/5)
|
||||
 [](https://github.com/arcticicestudio/nord-vim/projects/6) [](https://github.com/arcticicestudio/nord-vim/milestone/5)
|
||||
|
||||
## Improvements
|
||||
|
||||
|
|
@ -284,7 +322,7 @@ This has been fixed by using `nord5` as foreground color. (@scottwillmoore, #11,
|
|||
|
||||
# 0.2.0
|
||||
|
||||
 [](https://github.com/arcticicestudio/nord-vim/projects/5) [](https://github.com/arcticicestudio/nord-vim/milestone/4)
|
||||
 [](https://github.com/arcticicestudio/nord-vim/projects/5) [](https://github.com/arcticicestudio/nord-vim/milestone/4)
|
||||
|
||||
## Improvements
|
||||
|
||||
|
|
@ -299,7 +337,7 @@ This has been fixed by using `nord5` as foreground color. (@scottwillmoore, #11,
|
|||
# 0.1.2
|
||||
*2017-01-01*
|
||||
|
||||
 [](https://github.com/arcticicestudio/nord-vim/projects/4) [](https://github.com/arcticicestudio/nord-vim/milestone/3)
|
||||
 [](https://github.com/arcticicestudio/nord-vim/projects/4) [](https://github.com/arcticicestudio/nord-vim/milestone/3)
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
|
|
@ -308,7 +346,7 @@ order. (@shuei72, #5, f8ffce24)
|
|||
|
||||
# 0.1.1
|
||||
|
||||
 [](https://github.com/arcticicestudio/nord-vim/projects/3) [](https://github.com/arcticicestudio/nord-vim/milestone/2)
|
||||
 [](https://github.com/arcticicestudio/nord-vim/projects/3) [](https://github.com/arcticicestudio/nord-vim/milestone/2)
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
|
|
@ -341,6 +379,7 @@ Detailed information about features, supported plugins/languages and install ins
|
|||
[gh-55-arcticicestudio/nord]: https://github.com/arcticicestudio/nord/issues/55
|
||||
[gist-colors-in-terminals]: https://gist.github.com/XVilka/8346728
|
||||
[itchyny/lightline.vim-gh-257]: https://github.com/itchyny/lightline.vim/pull/257
|
||||
[itchyny/lightline-adv-config]: https://github.com/itchyny/lightline.vim#advanced-configuration
|
||||
[lesscss-doc-fn-lighten]: http://lesscss.org/functions/#color-operations-lighten
|
||||
[nord-gh]: https://github.com/arcticicestudio/nord
|
||||
[nord-atom-syntax-pr-47]: https://github.com/arcticicestudio/nord-atom-syntax/pull/47
|
||||
|
|
@ -348,6 +387,7 @@ Detailed information about features, supported plugins/languages and install ins
|
|||
[plugin-ale]: https://github.com/w0rp/ale
|
||||
[plugin-ctrlp]: https://github.com/ctrlpvim/ctrlp.vim
|
||||
[plugin-junegunn/vim-plug]: https://github.com/junegunn/vim-plug
|
||||
[plugin-mhinz/vim-signify]: https://github.com/mhinz/vim-signify
|
||||
[plugin-plasticboy/vim-markdown]: https://github.com/plasticboy/vim-markdown
|
||||
[plugin-tpope/vim-fugitive]: https://github.com/tpope/vim-fugitive
|
||||
[readme-config]: https://github.com/arcticicestudio/nord-vim#configuration
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
MIT License (MIT)
|
||||
|
||||
Copyright (c) 2016-2017 Arctic Ice Studio <development@arcticicestudio.com> (http://arcticicestudio.com)
|
||||
Copyright (c) 2016-2017 Sven Greb <code@svengreb.de> (http://svengreb.de)
|
||||
Copyright (c) 2016-present Arctic Ice Studio <development@arcticicestudio.com> (http://arcticicestudio.com)
|
||||
Copyright (c) 2016-present Sven Greb <code@svengreb.de> (http://svengreb.de)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
|||
|
|
@ -280,7 +280,7 @@ Please report issues/bugs, feature requests and suggestions for improvements to
|
|||
|
||||
<p align="center"><img src="https://cdn.rawgit.com/arcticicestudio/nord/develop/src/assets/banner-footer-mountains.svg" /></p>
|
||||
|
||||
<p align="center"> <img src="http://arcticicestudio.com/favicon.ico" width=16 height=16/> Copyright © 2017 Arctic Ice Studio</p>
|
||||
<p align="center">Copyright © 2016-present Arctic Ice Studio</p>
|
||||
|
||||
<p align="center"><a href="https://github.com/arcticicestudio/nord-vim/blob/develop/LICENSE.md"><img src="https://img.shields.io/badge/License-MIT-5E81AC.svg?style=flat-square"/></a> <a href="https://creativecommons.org/licenses/by-sa/4.0"><img src="https://img.shields.io/badge/License-CC_BY--SA_4.0-5E81AC.svg?style=flat-square"/></a></p>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
" Copyright (c) 2016-2017 Arctic Ice Studio <development@arcticicestudio.com>
|
||||
" Copyright (c) 2016-2017 Sven Greb <code@svengreb.de>
|
||||
" Copyright (c) 2016-present Arctic Ice Studio <development@arcticicestudio.com>
|
||||
" Copyright (c) 2016-present Sven Greb <code@svengreb.de>
|
||||
|
||||
" Project: Nord Vim
|
||||
" Repository: https://github.com/arcticicestudio/nord-vim
|
||||
" License: MIT
|
||||
|
||||
let s:nord_vim_version="0.7.0"
|
||||
let s:nord_vim_version="0.8.0"
|
||||
let g:airline#themes#nord#palette = {}
|
||||
|
||||
let s:nord0_gui = "#2E3440"
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
" Copyright (c) 2016-2017 Arctic Ice Studio <development@arcticicestudio.com>
|
||||
" Copyright (c) 2016-2017 Sven Greb <code@svengreb.de>
|
||||
" Copyright (c) 2016-present Arctic Ice Studio <development@arcticicestudio.com>
|
||||
" Copyright (c) 2016-present Sven Greb <code@svengreb.de>
|
||||
|
||||
" Project: Nord Vim
|
||||
" Repository: https://github.com/arcticicestudio/nord-vim
|
||||
" License: MIT
|
||||
|
||||
let s:nord_vim_version="0.7.0"
|
||||
let s:nord_vim_version="0.8.0"
|
||||
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
|
||||
|
||||
let s:nord0 = ["#2E3440", "NONE"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
" Copyright (c) 2016-2017 Arctic Ice Studio <development@arcticicestudio.com>
|
||||
" Copyright (c) 2016-2017 Sven Greb <code@svengreb.de>
|
||||
" Copyright (c) 2016-present Arctic Ice Studio <development@arcticicestudio.com>
|
||||
" Copyright (c) 2016-present Sven Greb <code@svengreb.de>
|
||||
|
||||
" Project: Nord Vim
|
||||
" Repository: https://github.com/arcticicestudio/nord-vim
|
||||
|
|
@ -13,7 +13,7 @@ if version > 580
|
|||
endif
|
||||
|
||||
let g:colors_name = "nord"
|
||||
let s:nord_vim_version="0.7.0"
|
||||
let s:nord_vim_version="0.8.0"
|
||||
set background=dark
|
||||
|
||||
let s:nord0_gui = "#2E3440"
|
||||
|
|
|
|||
Loading…
Reference in a new issue