1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:30:04 +08:00
SpaceVim/wiki/en/Following-HEAD.md
Wang Shidong 36b983d146
Improve statusline mode text and color (#2034)
* Improve statusline mode text and color

* Add terminal mode

* Remove extra space

* Use bold text for mode text

* Hide mode text for plugin buffer

* Show mode text only for current win

* Update wiki
2018-08-13 07:44:06 +08:00

7.0 KiB

This page documents changes in master branch since last release v0.8.0

PreRelease

The next release is v0.9.0.

Added

  • Add material theme (#1833)
  • Add floobits layer (#1697)
  • Add SPC b b key binding in fzf layer (#1725)
  • Add test for toml, number, file, icon and highlight API (#1849)
  • Add lsp support for julia (#1850)
  • Add lsp support for typescript (#1870)
  • Add option for disabling parentheses autocompletion (#1920)
  • Add Docker build of Neovim and SpaceVim (#1923)
  • Add gist manager vim-gista (#1936)
  • Add lang#kotlin layer (#1996)
  • Add lang#dockerfile layer (#2001)
  • Add lang#agda layer (#1941)
  • Add lang#autohotkey layer (#2021)
  • Add lang#swift layer (#2027)
  • Add lang#nim layer (#2018)

Improvement

Changed

  • Allow customization of vimfiler_quick_look_command (#1889)
  • Change the option name enable_statusline_display_mode to enable_statusline_mode (#1843)
  • Recover spell and list option in go layer (#1872)
  • Remove textwidth option in autocmd (#1931)
  • Reduce number of default plugins (#1932)
  • Recover modeline option (#1992)

Fixed

  • Fix open folder by relative path, can not find directory in cdpath (#1957)
  • Fix plugins manager, unkown function term_start (#1881, #1880)
  • Fix project manager, can not find root of project (#1883)
  • Fix resume key bindings #1885
  • Fix nerdtree key bindings #1903
  • Fix inactive windows statusline (#1913)
  • Fix key binding SPC f t (#1900)
  • Fix lsp support for haskell, javascript and typescript (#1894)
  • can not set windows_leader to empty string (#1990)
  • Setting 'verbose' flag to positive value breaks mappings guides (#2017)
  • Fix whitespace toggle (#2032)

Removed

Doc, Wiki && Website

  • Update version to v0.9.0-dev (#1842)
  • Update faq for why using toml (#1838)
  • Update faq for using SpaceVim without overwrite vimrc (#1848)
  • Improve pull request template (#1852)
  • Update layer page (#1860, #2930)
  • Update javascript layer doc (#1884)
  • Change disqua to gitment (#1904, #1905, #1906, #1907, #1908)
  • Add post about meetup in HangZhou (#1875)
  • Update doc for disable plugin (#1951)
  • Update readme (#1924, #1895)
  • Update post time location (#1916)
  • Type (#1915, #1914)
  • Add api doc (#1896)
  • Update follow HEAD (#1886, #1953)
  • Update doc for bootstrap function (#1980)
  • Update doc for debug upstream plugins (#1981)
  • Update doc windows key bindings (#1995)
  • Add doc for sudo layer (#2011)
  • Update key notations (#1940)

Others

Latest Release

SpaceVim releases v0.8.0 at 2018-06-18, please check the release page for all the details