1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 18:10:05 +08:00
SpaceVim/wiki/en/Following-HEAD.md

53 lines
2.7 KiB
Markdown
Raw Normal View History

2018-06-18 14:01:56 +08:00
This page documents changes in master branch since last release v0.8.0
2018-03-18 19:18:25 +08:00
## PreRelease
2018-03-18 19:18:25 +08:00
2018-06-18 14:01:56 +08:00
The next release is v0.9.0.
2018-03-18 19:18:25 +08:00
### Added
2018-03-18 19:18:25 +08:00
- Add material theme ([#1833](https://github.com/SpaceVim/SpaceVim/pull/1833))
- Add floobits layer ([#1697](https://github.com/SpaceVim/SpaceVim/pull/1697))
- Add `SPC b b ` key binding in fzf layer ([#1725](https://github.com/SpaceVim/SpaceVim/pull/1725))
2018-06-20 21:27:37 +08:00
- Add test for toml, number, file, icon and highlight API ([#1849](https://github.com/SpaceVim/SpaceVim/pull/1849))
- Add lsp support for julia ([#1850](https://github.com/SpaceVim/SpaceVim/pull/1850))
- Add lsp support for typescript ([#1870](https://github.com/SpaceVim/SpaceVim/pull/1870))
2018-07-06 17:15:10 +08:00
- Add option for disabling parentheses autocompletion ([#1920](https://github.com/SpaceVim/SpaceVim/pull/1920))
2018-07-02 14:08:47 +08:00
### Improvement
- Improve tab manager ([#1887](https://github.com/SpaceVim/SpaceVim/pull/1887))
### Changed
2018-05-24 21:22:37 +08:00
2018-06-28 17:45:49 +08:00
- Allow customization of vimfiler_quick_look_command ([#1889](https://github.com/SpaceVim/pull/1889))
- Change the option name `enable_statusline_display_mode` to `enable_statusline_mode` ([#1843](https://github.com/SpaceVim/SpaceVim/pull/1843))
- Recover spell and list option in go layer ([#1872](https://github.com/SpaceVim/SpaceVim/pull/1872))
2018-06-26 22:09:17 +08:00
### Fixed
- Fix plugins manager, unkown function `term_start` ([#1881](https://github.com/SpaceVim/SpaceVim/pull/1881), [#1880](https://github.com/SpaceVim/SpaceVim/pull/1880))
- Fix project manager, can not find root of project ([#1883](https://github.com/SpaceVim/SpaceVim/pull/1883))
- Fix resume key bindings [#1885](https://github.com/SpaceVim/SpaceVim/pull/1885)
2018-07-03 21:17:24 +08:00
- Fix nerdtree key bindings [#1903](https://github.com/SpaceVim/SpaceVim/pull/1903)
2018-06-26 22:09:17 +08:00
### Removed
2018-03-18 19:18:25 +08:00
### Doc, Wiki && Website
2018-05-24 21:22:37 +08:00
- Update version to v0.9.0-dev ([#1842](https://github.com/SpaceVim/SpaceVim/pull/1842))
- Update faq for why using toml ([#1838](https://github.com/SpaceVim/SpaceVim/pull/1838))
2018-06-20 21:27:37 +08:00
- Update faq for using SpaceVim without overwrite vimrc ([#1848](https://github.com/SpaceVim/SpaceVim/pull/1848))
- Improve pull request template ([#1852](https://github.com/SpaceVim/SpaceVim/pull/1852))
2018-06-23 14:37:41 +08:00
- Update layer page ([#1860](https://github.com/SpaceVim/SpaceVim/pull/1860))
- Update javascript layer doc ([#1884](https://github.com/SpaceVim/SpaceVim/pull/1884))
2018-07-04 08:33:18 +08:00
- Change disqua to gitment ([#1904](https://github.com/SpaceVim/SpaceVim/pull/1904), [#1905](https://github.com/SpaceVim/SpaceVim/pull/1905), [#1906](https://github.com/SpaceVim/SpaceVim/pull/1906))
- Add post about meetup in HangZhou ([#1875](https://github.com/SpaceVim/SpaceVim/pull/1875))
2018-05-24 21:22:37 +08:00
### Others
2018-05-24 21:22:37 +08:00
## Latest Release
2018-03-18 19:18:25 +08:00
2018-06-18 14:01:56 +08:00
SpaceVim releases v0.8.0 at 2018-06-18, please check the
[release page](https://spacevim.org/SpaceVim-release-v0.8.0/) for all the details