Skip to content

Commit

Permalink
Updated version tagging and changelog for v0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoasis committed Mar 4, 2016
1 parent 85a8024 commit f8841e2
Show file tree
Hide file tree
Showing 7 changed files with 175 additions and 153 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
" Version: 0.8.0
" Version: 0.8.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.8.0
" Version: 0.8.1
" Webpage: https://github.com/ryanoasis/vim-devicons
" Maintainer: Ryan McIntyre <[email protected]>
" License: MIT license {{{
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ CHANGELOG
================================================================================
This project is using [Semantic Versioning 2.0.0](http://semver.org/)

- v0.8.1
- Fixed Unite display issues (absolute paths and/or duplicate paths) (fixes #140)
- Fixed custom CtrlP open function causing 'E16' (fixes #115)
- Fixed typo in readme for setting default folder glyph (PR #143)
- Added documentation for highlighting icon/glyphs only (not just entire lines) in NERDTree (fixes #142)
- v0.8.0
- Added support for more [unite](https://github.com/Shougo/unite.vim) actions: `file_rec/async`, `file_rec/neovim`, `file_rec/neovim2`, `file_rec/git` (enhancement PR #132, fixes #131) (@mhartington)
- Improved Darwin detection by using a lighter method/logic (#135) (@delphinus35)
Expand Down
311 changes: 164 additions & 147 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.8.0
" Version: 0.8.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.8.0
" Version: 0.8.1
" Webpage: https://github.com/ryanoasis/vim-devicons
" Maintainer: Ryan McIntyre <[email protected]>
" License: see LICENSE

let s:version = '0.8.0'
let s:version = '0.8.1'

" standard fix/safety: line continuation (avoiding side effects) {{{1
"========================================================================
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Adds filetype glyphs (icons) to other plugins such as [NERDTree], [vim-airline],

## Table of Contents

- [vim-devicons v0.7.1](#)
- [vim-devicons v0.8.1](#)
- [Quick Setup (TL;DR)](#quick-setup)
- [Installation](#installation)
- [Usage](#usage)
Expand Down

0 comments on commit f8841e2

Please sign in to comment.