* NEW: Added :VimwikiGoHome, :VimwikiTabGoHome and :VimwikiExploreHome commands.
* NEW: Added <Leader>wt mapping to open vimwiki index file in a new tab.
* NEW: Added g:vimwiki_gohome option that controls how :VimwikiGoHome works when current buffer is changed. (Thanks Timur Zaripov)
* FIX: Fixed :VimwikiRenameWord. Very bad behaviour when autochdir isn't set up.
* FIX: Fixed commands :Wiki2HTML and :WikiAll2HTML to be available only for vimwiki buffers.
* FIX: Renamed :Wiki2HTML and :WikiAll2HTML to :Vimwiki2HTML and :VimwikiAll2HTML commands.
* FIX: Help file corrections.
* [new] Help is created.
* [new] Now you can fold headers.
* [new] <Plug>VimwikiGoHome and <Plug>VimwikiExploreHome were added.
* [fix] Bug with {{{HelloWikiWord}}} export to HTML is fixed.
* [del] Sync option removed from: Syntax highlighting for preformatted text {{{ }}}.
* DONE: vimwiki default markup to HTML conversion improved.
* DONE: Added basic `GoogleWiki` and `MediaWiki` markup languages.
* DONE: Chinese `[[complex wiki words]]`.
* FIXED: `[[wiki word with dots at the end...]]` didn't work.
* DONE: Added error handling for `delete wiki word` function.
* DONE: Added keybindings `o` and `O` for list items when g:vimwiki_smartCR=1.
* DONE: Added keybinding `<Leader>wh` to visit wiki home directory.
DONE: Use mouse to follow links. Left double-click to follow WikiPage, Rightclick then Leftclick to go back.
FIXED: Renaming - [[hello world?]] to [[hello? world]] links are not updated.
FIXED: Buffers menu after renaming is the same as before renaming.
DONE: - Highlight non-existent WikiWords.
DONE: - delete current WikiWord (<Leader>wd)
DONE: - g:vimwiki_smartCR=2 => use vim comments (see :h comments :h formatoptions) feature to deal with list items. (thx - Dmitry Alexandrov)
DONE: Add highlighting to TODO:, DONE:, FIXED:.
DONE: Rename current WikiWord - be careful on Windows you cannot rename wikiword to WikiWord. After renaming update all links to that renamed WikiWord
FIXED: Bug - do not duplicate WikiWords in wiki history.
FIXED: after renaming [[wiki word]] twice buffers are not deleted
FIXED: when renaming from [[wiki word]] to WikiWord result is [[WikiWord]]
FIXED: more than one complex words on one line is bugging each other when try go to one of them. [[bla bla bla]] [[dodo dodo dodo]] becomes bla bla bla ]] [[dodo dodo dodo
* (+) Add part of Google's Wiki syntax.
* (+) Add auto insert # with ENTER.
* (+) On/Off auto insert bullet with ENTER.
* (+) Strip `[[complex wiki name]]` from symbols that cannot be used in file names.
* (+) Links to non-wiki files. Non wiki files are files with extensions ie `[[hello world.txt]]` or `[[my homesite.html]]`