Skip to content

Commit

Permalink
Updated version and changelog to reflect v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoasis committed Dec 21, 2015
1 parent 0e1b786 commit 8ac3e02
Show file tree
Hide file tree
Showing 7 changed files with 215 additions and 191 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
" Version: 0.7.0
" Version: 0.7.1
" Webpage: https://github.com/ryanoasis/vim-devicons
" Maintainer: Ryan McIntyre <[email protected]>
" License: see LICENSE
Expand Down
2 changes: 1 addition & 1 deletion autoload/vimfiler/columns/devicons.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"=============================================================================
" FILE: devicons.vim
" Version: 0.7.0
" Version: 0.7.1
" Webpage: https://github.com/ryanoasis/vim-devicons
" Maintainer: Ryan McIntyre <[email protected]>
" License: MIT license {{{
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ CHANGELOG
================================================================================
This project is using [Semantic Versioning 2.0.0](http://semver.org/)

- v0.7.1
- Misc readme updates
- Fixed performance issues and odd graphical artifacts in v0.7.0 (fixes #127)
- Improved installation instructions and re-organized some items to [Nerd Fonts repo](https://github.com/ryanoasis/nerd-fonts) (PR #129, fixes #125, #128) (@her)
- v0.7.0
- Deprecated support for [kien/ctrlp](https://github.com/kien/ctrlp.vim) and only support [active ctrlp fork](https://github.com/ctrlpvim/ctrlp.vim) going forward (fixes #117)
- Added information to readme about [vim-startify](https://github.com/mhinz/vim-startify) support (enhancement #94)
Expand Down
384 changes: 201 additions & 183 deletions doc/webdevicons.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nerdtree_plugin/webdevicons.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
" Version: 0.7.0
" Version: 0.7.1
" Webpage: https://github.com/ryanoasis/vim-devicons
" Maintainer: Ryan McIntyre <[email protected]>
" License: see LICENSE
Expand Down
4 changes: 2 additions & 2 deletions plugin/webdevicons.vim
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
" Version: 0.7.0
" Version: 0.7.1
" Webpage: https://github.com/ryanoasis/vim-devicons
" Maintainer: Ryan McIntyre <[email protected]>
" License: see LICENSE

let s:version = '0.7.0'
let s:version = '0.7.1'
let s:operatingsystem = system("uname -s")

" standard fix/safety: line continuation (avoiding side effects) {{{1
Expand Down
8 changes: 5 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Start temporary notice section
-->
| Upcoming deprecation warning |
-------------------------------
| Support for the [Original Kien CtrlP Repo][CtrlP] will be dropped in [v0.7.0](https://github.com/ryanoasis/vim-devicons/milestones/v0.7.0) and only the [active CtrlP fork][ctrlpvim-CtrlP] will be supported |
| Support for the [Original Kien CtrlP Repo][CtrlP] has been dropped since [v0.7.0](https://github.com/ryanoasis/vim-devicons/milestones/v0.7.0) and only the [active CtrlP fork][ctrlpvim-CtrlP] will be supported |
<!---
End temporary notice section
-->
Expand All @@ -26,7 +26,7 @@ Adds filetype glyphs (icons) to other plugins such as [NERDTree], [vim-airline],

## Table of Contents

- [vim-devicons v0.7.0](#)
- [vim-devicons v0.7.1](#)
- [Quick Setup (TL;DR)](#quick-setup)
- [Installation](#installation)
- [Usage](#usage)
Expand Down Expand Up @@ -158,7 +158,9 @@ After installing the patched font and setting the vim font just open or look at

### [NERDTree]

![image](https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.7.x/nerdtree.png)
![image](https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.7.x/nerdtree-1.png)
![image](https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.7.x/nerdtree-2.png)
![image](https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.7.x/nerdtree-3.png)


### [vim-airline]
Expand Down

0 comments on commit 8ac3e02

Please sign in to comment.