Skip to content

Releases: ryanoasis/vim-devicons

v0.5.1

18 Jul 14:24
Compare
Choose a tag to compare
  • Fixed CtrlP integration bugs (truncating 6 characters is unreliable) and only add glyphs for MRU File Mode (Fixes #80)
  • Readme updates and improvements

v0.5.0

12 Jul 18:10
Compare
Choose a tag to compare
  • Readme updates (removed polls sections, v0.5.0 specific changes)
  • Misc code formatting fixes (tabs to spaces, modeline additions, reorganization)
  • Update API: make WebDevIconsGetFileFormatSymbol return only fenc (fixes #73)
  • Added Perl support (enhancement #60)
  • Added support for some (mostly frontend) frameworks (enhancement #61)
  • Added basic support for vim-flagship (enhancement #70)
  • Added support for Unite and Vimfiler (enhancement #54)
  • Added support for CtrlP (enhancement #56)
  • Rebranding part 1: title and image (vim-devicons) (enhancement #76)

v0.4.4

05 Jul 18:55
Compare
Choose a tag to compare
  • Lots of readme updates and tweaks
  • Changelog semver details
  • Spelling / confusing grammar corrections (PR #68) (@adelarsq)
  • Fixed default folder/directory glyph (PR Fixes #72) (@cj)
  • Mac OS X screenshot (Fixes #32) (@RageZBla)
  • Fixed misalignment when used with nerdtree-git-plugin (Fixes #71)
  • Fixed re-sourcing bug (Fixes #71)
  • Fixed directory node user settings being overwritten (Fixes #59)
  • Fixed minor screenshot issues and clean-up

v0.4.3

16 Jun 11:45
Compare
Choose a tag to compare
  • Prevent error 'Unknown function' when opening Vim without airline plugin (Fixes #67)
  • Temporary fix for gvim glyph artifact issues (particuarly NERDTree) (Fixes #58)
  • Support file format symbols (glyphs) in vim-airline (Enhancement #66)
  • Add vimrc setup example to readme (Documentation #65)
  • Fixes Conceal highlighting issues (Fixes #53, #52)
  • Make sure plugin plays nice with nerdtree-git-plugin (Enhancement #62)
  • general readme updates and improvements
  • changelog format fixes

v0.4.2

16 May 16:56
Compare
Choose a tag to compare
  • Updated vim doc with latest readme updates (html2vimdoc)
  • Fixes #7 update readme for font and vim setup on osx and win platforms
  • Fixes #49 with a FAQ update
  • Fixes #41 No such event: nerdtree syntax match (@nbicalcarata)
  • Removed test files from the repo and added folders to git-ignore
  • Warn about loading vim-webdevicons before nerdtree plugin
  • fix lazy NERDTree (@blueyed)
  • Improve conceiling with NERDTree (@blueyed)
  • add instructions to readme for vim setup on os x (@alfredbez)

v0.4.1

16 May 16:56
Compare
Choose a tag to compare
  • Fixes #39 - updated screenshots (particularly nerdtree)
  • Fixes #37 - g:webdevicons_conceal_nerdtree_brackets applying global config
  • Add instructions to readme for adding icon to lightline (@hoop33)
  • Updated vim doc with latest readme updates (sync'd with html2vimdoc)
  • Added TL;DR section to readme
  • Add a note to readme to load NERDTree before vim-webdevicons (@hoop33)
  • Fix: Automatically turning off NERDTree support (@hoop33)
  • general readme updates

v0.4.0

16 May 16:57
Compare
Choose a tag to compare
  • #27 Remove [ ] wrapping icons
  • #26 Add detection and warning on unsupported (old) NERDTree versions
  • updated readme with more links and new details on new features and conifgs
  • #30 Improve vim standard plugin conventions and tips
  • #30 work on sections and standard plugin conventions part 1
  • #30 clean-up of unused (for now) autoload file
  • #28 setting global options broken part 1
  • #29 Add vimdoc, more updates
  • autogenerating vimdoc using html2vimdoc
  • readme updates

v0.3.4

13 Mar 11:48
Compare
Choose a tag to compare
  • Adds basic support for directory/folder glyphs - fixes #22
  • optimize icon lookup - WebDevIconsGetFileTypeSymbol: use if/else (@blueyed)
  • Do not clobber the default or customized airline formatter (@blueyed)
  • fixed a bug related to the latest airline updates (Ali Aliev)
  • various readme updates
  • more sample usage images

v0.3.3

30 May 18:04
Compare
Choose a tag to compare
  • Load the plugin once only (@blueyed)
  • Add font installation instructions, fixes #5 (@wikimatze)
  • added plugin install instructions
  • slight readme re-ordering
  • moved contributing section near bottom
  • added additional screenshots
  • added more thanks to those whose some more of the glyphs came from

v0.3.2

30 May 18:05
Compare
Choose a tag to compare
  • moved screenshots into the wiki (wiki.vim-webdevicons) to reduce unnecessary project size of cloning repo