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

84 lines
5.1 KiB
Markdown
Raw Normal View History

2020-08-01 23:16:10 +08:00
This page documents changes in master branch since last release v1.5.0
2018-03-18 19:18:25 +08:00
## PreRelease
2018-03-18 19:18:25 +08:00
2020-08-01 23:16:10 +08:00
The next release is v1.6.0:
### Pull Requests
2018-03-18 19:18:25 +08:00
<!-- call SpaceVim#dev#followHEAD#update('en') -->
<!-- SpaceVim follow HEAD en start -->
2020-09-20 19:32:03 +08:00
#### New Features
2020-10-24 14:32:42 +08:00
- Add enable_Indentline option for ui layer [#3909](https://github.com/SpaceVim/SpaceVim/pull/3909)
- add Codecov link to readme [#3898](https://github.com/SpaceVim/SpaceVim/pull/3898)
- Add raw string support for repl [#3884](https://github.com/SpaceVim/SpaceVim/pull/3884)
- Add: typescriptreact syntax highlighting support [#3880](https://github.com/SpaceVim/SpaceVim/pull/3880)
- Add projects caches [#3875](https://github.com/SpaceVim/SpaceVim/pull/3875)
- Add quickfix support for flygrep [#3872](https://github.com/SpaceVim/SpaceVim/pull/3872)
- Add winexists() api [#3868](https://github.com/SpaceVim/SpaceVim/pull/3868)
- Add ctrl-t key binding for flygrep [#3845](https://github.com/SpaceVim/SpaceVim/pull/3845)
2020-09-20 19:32:03 +08:00
- Add: random-candidates for colorscheme layer [#3671](https://github.com/SpaceVim/SpaceVim/pull/3671)
- Add lua api [#2861](https://github.com/SpaceVim/SpaceVim/pull/2861)
- Add automated adjustment of indentation with heuristics [#2307](https://github.com/SpaceVim/SpaceVim/pull/2307)
#### Bug Fixs
2020-10-24 14:32:42 +08:00
- Fix vim-todo detach script [#3903](https://github.com/SpaceVim/SpaceVim/pull/3903)
- Fix coding mirror [#3892](https://github.com/SpaceVim/SpaceVim/pull/3892)
- Fix flygrep detach script [#3891](https://github.com/SpaceVim/SpaceVim/pull/3891)
- Fix SPC e n/p key binding [#3890](https://github.com/SpaceVim/SpaceVim/pull/3890)
- Fix job.send can handle multi-line string [#3888](https://github.com/SpaceVim/SpaceVim/pull/3888)
- Fix option setting [#3886](https://github.com/SpaceVim/SpaceVim/pull/3886)
- Fix visual mode code format [#3866](https://github.com/SpaceVim/SpaceVim/pull/3866)
- Fix tex syntax highlighting in markdown file [#3863](https://github.com/SpaceVim/SpaceVim/pull/3863)
- Fix project root detection to work with empty buffer [#3860](https://github.com/SpaceVim/SpaceVim/pull/3860)
- Fix fzf mru, most recent should be first [#3859](https://github.com/SpaceVim/SpaceVim/pull/3859)
- Fix clang_std option for c language layer [#3858](https://github.com/SpaceVim/SpaceVim/pull/3858)
- Fix alt file manager [#3854](https://github.com/SpaceVim/SpaceVim/pull/3854)
- Fix task manager [#3853](https://github.com/SpaceVim/SpaceVim/pull/3853)
- fix syntax highlight about icase in flygrep window [#3848](https://github.com/SpaceVim/SpaceVim/pull/3848)
- Fix OmniSharpFindType to OmniSharpTypeLookup [#3628](https://github.com/SpaceVim/SpaceVim/pull/3628)
2020-09-20 19:32:03 +08:00
- fix Leaderf neoyank. [#3541](https://github.com/SpaceVim/SpaceVim/pull/3541)
2020-10-24 14:32:42 +08:00
2020-09-20 19:32:03 +08:00
#### Unmarked PRs
2020-10-24 14:32:42 +08:00
- Hot fix for vim-todo [#3910](https://github.com/SpaceVim/SpaceVim/pull/3910)
- Some fixes for FlyGrep [#3908](https://github.com/SpaceVim/SpaceVim/pull/3908)
- Update doc for statusline separator [#3902](https://github.com/SpaceVim/SpaceVim/pull/3902)
- todo manager: implement custom keywords [#3900](https://github.com/SpaceVim/SpaceVim/pull/3900)
- Update lang#c layer [#3899](https://github.com/SpaceVim/SpaceVim/pull/3899)
- Update denite layer doc [#3896](https://github.com/SpaceVim/SpaceVim/pull/3896)
- Update grepper [#3895](https://github.com/SpaceVim/SpaceVim/pull/3895)
- Disable scrollbar in startify [#3893](https://github.com/SpaceVim/SpaceVim/pull/3893)
- Improve lang#dart layer [#3876](https://github.com/SpaceVim/SpaceVim/pull/3876)
- Update lua layer [#3874](https://github.com/SpaceVim/SpaceVim/pull/3874)
- Update clojure layer [#3873](https://github.com/SpaceVim/SpaceVim/pull/3873)
- Update post for C/C++ [#3862](https://github.com/SpaceVim/SpaceVim/pull/3862)
- Improve Task manager [#3857](https://github.com/SpaceVim/SpaceVim/pull/3857)
- Close scrollbar on QuitPre [#3855](https://github.com/SpaceVim/SpaceVim/pull/3855)
- g++ should use -xc++ for C++ [#3850](https://github.com/SpaceVim/SpaceVim/pull/3850)
- Improve .clang file support [#3847](https://github.com/SpaceVim/SpaceVim/pull/3847)
- Remove invalid lines of gcc maker [#3846](https://github.com/SpaceVim/SpaceVim/pull/3846)
- Update readme and post url [#3844](https://github.com/SpaceVim/SpaceVim/pull/3844)
- Update kotlin doc [#3841](https://github.com/SpaceVim/SpaceVim/pull/3841)
- Update kotlin doc [#3840](https://github.com/SpaceVim/SpaceVim/pull/3840)
- lang#python doc: add neomake configuration for python3 [#3839](https://github.com/SpaceVim/SpaceVim/pull/3839)
2020-09-20 19:32:03 +08:00
- Update doc for statusline [#3665](https://github.com/SpaceVim/SpaceVim/pull/3665)
- Update g map [#3496](https://github.com/SpaceVim/SpaceVim/pull/3496)
2020-10-24 14:32:42 +08:00
- Doc: type in doc [#3488](https://github.com/SpaceVim/SpaceVim/pull/3488)
2020-09-20 19:32:03 +08:00
- Update file head [#3379](https://github.com/SpaceVim/SpaceVim/pull/3379)
2020-10-24 14:32:42 +08:00
- feat: optional support of vim-devicons [#3271](https://github.com/SpaceVim/SpaceVim/pull/3271)
2020-09-20 19:32:03 +08:00
- Improve tabline [#2242](https://github.com/SpaceVim/SpaceVim/pull/2242)
<!-- SpaceVim follow HEAD en end -->
2018-05-24 21:22:37 +08:00
## Latest Release
2018-03-18 19:18:25 +08:00
2020-08-01 23:16:10 +08:00
SpaceVim releases v1.5.0 at 2020-08-01, please check the release page:
2020-08-01 23:16:10 +08:00
- [SpaceVim releases v1.5.0](https://spacevim.org/SpaceVim-release-v1.5.0/) for all the details