Releases: ryanoasis/vim-devicons
Releases · ryanoasis/vim-devicons
v0.11.0
- Added Docker filetypes support (PR #228) (@IngoHeimbach)
- Added Swift filetypes support (PR #252) (@motform)
- Added Elixir filetypes support (PR #244) (@akoutmos)
- Added configuration for 'prePadding' (fixes #231)
- Added support for
vue
filetype extensions out-of-the-box (fixes #235) - Added configuration for 'DevIconsArtifactFix' (#225)
- Added leftrelease override to work on single mouse click (PR #246) (@Matrix86)
- Added Travis CI with vim linting (PR #236) (@kutsan)
- Fixed Vim-Startify no longer working "out of the box" (#233)
- Fixed Denite information being discarded (fixes #216) (PR #229 @carlitux)
- Fixed inconsistent spacing between folder and file glyphs (fixes #213)
- Updated variable declarations and refactored into set function (PR #237) (@kutsan)
- Updated plugin initialization functions to autoload on demand (PR #238) (@kutsan)
- Updated documentation and refactored massively to Wiki (PR #232) (@kutsan)
- Updated
vim
glyph to better glyph (fixes #234) - Updated Readme screenshots and badges
v0.10.0
- Added support for symlink directories (PR #221) (@mhartington)
- Added missing Denite config in readme (PR #217, fixes #205) (@mohamadLy)
- Fixed NERDTree folder open bug with cascade setting (fixes #194)
- Fixed potential issue with Vim-Airline (PR #219) (@chrisbra)
- Fixed readme.md (removed duplicate section) (PR #222) (@thehappydinoa)
- Updated Vim-Airline Repo link in readme (PR #220) (@chrisbra)
v0.9.3
- Added
tsx
filetype (PR #210) (@dustinblackman) - Updated links of deprecated kien/ctrlp to active ctrlp fork (PR #211) (@haxorjim)
- Updated MacOS and Windows
guifont
examples with alternate format (fixes #208)
v0.9.2
v0.9.1
v0.9.0
- Added support for Denite (PR #191) (@0phoff)
- Added symbol for byte order marker (BOM) (utf-8) (PR #199) (@Snaptags)
- Added support for
.zshrc
,.vimrc
,pp
(Puppet classes extensions), andVagrantfile
filetypes (enhancement #200) (@kiyanwang) - Added support for
h
,hpp
,hxx
(C/C++ header filetype extensions) (enhancement #190) - Added support for
bash
,zsh
,ksh
,csh
,awk
,ps1
(script extensions) (enhancement #196) - Added support for
rmd
(R Markdown) (partially fixes #195) - Fixes opened folders titles padding/spacing offset (fixes #197)
v0.8.6
- Added support for vimfiler explorer mode (fixes #171)
- Added
doc/tags
to.gitignore
(PR #182) (@doronbehar) - Added warning to readme pertaining to old versions of NERDTree and CtrlP (PR #177, fixes #174) (@Melon-Bread)
- Fixes CtrlP buffer names (PR #185) (@HerringtonDarkholme)
- Fixes character encoding issue in vim doc (PR #178) (@mhartington)
- Fixes extraneous space after glyph in airline (PR #184) (@tbodt)
- Fixes errors when NERDTree not present (PR #187) (@blueyed)
- Updated Contributor Covenant to
v1.4
- Updated API examples
v0.8.5
- Fixed errors in neovim (E670) (PR #163, fixes #162) (@mhartington)
- Fixed issue of updating NERDTree window via
CursorHoldUpdate
(PR #166) (@svanharmelen)- Fixes updating of special buffer when selected
- Fixes potential issues CtrlP opening in wrong buffer when NERDTree is opened
- Fixed issue with CtrlP
:CtrlPMRU
always defaulting to current buffer (fixes #88)- Also adds glyphs to other CtrlP modes besides MRU as a side effect
- Fixed documentation discrepency on pluging load order (PR #169) (@F1LT3R)
- Fixed documentation related to CtrlP MRU mode (PR #170, fixes #168) (@F1LT3R)
v0.8.4
- Fixed always warning about deprecated CtrlP version (fixes #137)
- Fixed missing configuration info about pattern based symbols (fixes #152)
- Fixed
WebDevIconsGetFileTypeSymbol
method iterator missingbreak
(PR #156) (@blueyed) - Fixed a typo in the readme (PR #159) (@SSARCandy)
- Added reference to tiagofumo/vim-nerdtree-syntax-highlight in readme (PR #161) (@tiagofumo)
v0.8.3
- Fixed NERDTree not displaying glyph (icon) for newly created files (fixes #153)
- Also adds info to readme about
updatetime
- Also adds info to readme about
- Fixed resourcing
vimrc
not maintaining current NERDTree state (fixes #154)- Adds new public methods
webdevicons#hardRefresh()
andwebdevicons#softRefresh()
- Makes public method
webdevicons#refresh()
do a 'soft' refresh
- Adds new public methods
- Fixed various source formatting and implemented most of vim lint (vint) recommendations
- Added public methods available to readme