From 4af147364c7f5e41069ebfbd37ef206ba999d21a Mon Sep 17 00:00:00 2001 From: Wang Shidong Date: Sun, 4 Apr 2021 22:18:53 +0800 Subject: [PATCH] Update Following head page (#4170) --- wiki/cn/Following-HEAD.md | 49 ++++++++++++++++++++++++++++++++++++++ wiki/en/Following-HEAD.md | 50 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 99 insertions(+) diff --git a/wiki/cn/Following-HEAD.md b/wiki/cn/Following-HEAD.md index 4007d56f8..987cb874e 100644 --- a/wiki/cn/Following-HEAD.md +++ b/wiki/cn/Following-HEAD.md @@ -7,6 +7,55 @@ +#### 新特性 + +- Add multiple tasks support [#4150](https://github.com/SpaceVim/SpaceVim/pull/4150) +- add more language support key for typescript [#4141](https://github.com/SpaceVim/SpaceVim/pull/4141) +- Add .SpaceVim.d/after to the end of rtp [#4136](https://github.com/SpaceVim/SpaceVim/pull/4136) +- Add task problem matcher [#4127](https://github.com/SpaceVim/SpaceVim/pull/4127) +- Add build action [#4096](https://github.com/SpaceVim/SpaceVim/pull/4096) +- Add github_action_check [#4095](https://github.com/SpaceVim/SpaceVim/pull/4095) +- Add vint github action [#4094](https://github.com/SpaceVim/SpaceVim/pull/4094) +- Add lang#reason & lang#rescript layer [#4089](https://github.com/SpaceVim/SpaceVim/pull/4089) +- Add Git cherry-pick support [#4088](https://github.com/SpaceVim/SpaceVim/pull/4088) +- Add: new configuration options for go layer to take advantage of gopls features [#3837](https://github.com/SpaceVim/SpaceVim/pull/3837) + +#### 改变 + +- Change the go lsp to gopls, add lsp for terraform and yaml [#4015](https://github.com/SpaceVim/SpaceVim/pull/4015) +- Change Lint options [#3943](https://github.com/SpaceVim/SpaceVim/pull/3943) + +#### 问题修复 + +- Fix cursor shape option [#4168](https://github.com/SpaceVim/SpaceVim/pull/4168) +- Fix autocomplete_method logic [#4159](https://github.com/SpaceVim/SpaceVim/pull/4159) +- fix language leader key not work when open tsx file [#4140](https://github.com/SpaceVim/SpaceVim/pull/4140) +- Fix flygrep open_item function [#4115](https://github.com/SpaceVim/SpaceVim/pull/4115) +- Fix smart close issue for Vim [#4110](https://github.com/SpaceVim/SpaceVim/pull/4110) +- Fix github action build status [#4105](https://github.com/SpaceVim/SpaceVim/pull/4105) +- Fix configuration path [#4097](https://github.com/SpaceVim/SpaceVim/pull/4097) + +#### 未知 + +- Improve tabline and statusline [#4169](https://github.com/SpaceVim/SpaceVim/pull/4169) +- docs: fix typos in edit layer [#4166](https://github.com/SpaceVim/SpaceVim/pull/4166) +- Secret.allah [#4165](https://github.com/SpaceVim/SpaceVim/pull/4165) +- Update `lang#ruby` layer [#4164](https://github.com/SpaceVim/SpaceVim/pull/4164) +- Doc: update markdown documents. [#4162](https://github.com/SpaceVim/SpaceVim/pull/4162) +- Update python doc [#4154](https://github.com/SpaceVim/SpaceVim/pull/4154) +- Ignore E790 on formating [#4148](https://github.com/SpaceVim/SpaceVim/pull/4148) +- Define dir to save edits [#4143](https://github.com/SpaceVim/SpaceVim/pull/4143) +- Lazy-load vimtex [#4139](https://github.com/SpaceVim/SpaceVim/pull/4139) +- Doc: Fix typos [#4137](https://github.com/SpaceVim/SpaceVim/pull/4137) +- disable colors for ipython repl [#4134](https://github.com/SpaceVim/SpaceVim/pull/4134) +- doc: project_rooter_automatically [#4129](https://github.com/SpaceVim/SpaceVim/pull/4129) +- feat: add autocomplete toggle for deoplete [#4125](https://github.com/SpaceVim/SpaceVim/pull/4125) +- Iedit read from vim register [#4124](https://github.com/SpaceVim/SpaceVim/pull/4124) +- readme.md [#4123](https://github.com/SpaceVim/SpaceVim/pull/4123) +- Update gtags install guide [#4119](https://github.com/SpaceVim/SpaceVim/pull/4119) +- Set `tabstop`, `softtabstop` and `shiftwidth` to the same value only if default_indent is positive [#4116](https://github.com/SpaceVim/SpaceVim/pull/4116) +- Update codecov [#4107](https://github.com/SpaceVim/SpaceVim/pull/4107) +- Print error if user's bootstrap was unsuccessful [#4093](https://github.com/SpaceVim/SpaceVim/pull/4093) diff --git a/wiki/en/Following-HEAD.md b/wiki/en/Following-HEAD.md index a0fe72e82..63be5e296 100644 --- a/wiki/en/Following-HEAD.md +++ b/wiki/en/Following-HEAD.md @@ -9,6 +9,56 @@ The next release is v1.7.0: +#### New Features + +- Add multiple tasks support [#4150](https://github.com/SpaceVim/SpaceVim/pull/4150) +- add more language support key for typescript [#4141](https://github.com/SpaceVim/SpaceVim/pull/4141) +- Add .SpaceVim.d/after to the end of rtp [#4136](https://github.com/SpaceVim/SpaceVim/pull/4136) +- Add task problem matcher [#4127](https://github.com/SpaceVim/SpaceVim/pull/4127) +- Add build action [#4096](https://github.com/SpaceVim/SpaceVim/pull/4096) +- Add github_action_check [#4095](https://github.com/SpaceVim/SpaceVim/pull/4095) +- Add vint github action [#4094](https://github.com/SpaceVim/SpaceVim/pull/4094) +- Add lang#reason & lang#rescript layer [#4089](https://github.com/SpaceVim/SpaceVim/pull/4089) +- Add Git cherry-pick support [#4088](https://github.com/SpaceVim/SpaceVim/pull/4088) +- Add: new configuration options for go layer to take advantage of gopls features [#3837](https://github.com/SpaceVim/SpaceVim/pull/3837) + +#### Feature Changes + +- Change the go lsp to gopls, add lsp for terraform and yaml [#4015](https://github.com/SpaceVim/SpaceVim/pull/4015) +- Change Lint options [#3943](https://github.com/SpaceVim/SpaceVim/pull/3943) + +#### Bug Fixs + +- Fix cursor shape option [#4168](https://github.com/SpaceVim/SpaceVim/pull/4168) +- Fix autocomplete_method logic [#4159](https://github.com/SpaceVim/SpaceVim/pull/4159) +- fix language leader key not work when open tsx file [#4140](https://github.com/SpaceVim/SpaceVim/pull/4140) +- Fix flygrep open_item function [#4115](https://github.com/SpaceVim/SpaceVim/pull/4115) +- Fix smart close issue for Vim [#4110](https://github.com/SpaceVim/SpaceVim/pull/4110) +- Fix github action build status [#4105](https://github.com/SpaceVim/SpaceVim/pull/4105) +- Fix configuration path [#4097](https://github.com/SpaceVim/SpaceVim/pull/4097) + +#### Unmarked PRs + +- Improve tabline and statusline [#4169](https://github.com/SpaceVim/SpaceVim/pull/4169) +- docs: fix typos in edit layer [#4166](https://github.com/SpaceVim/SpaceVim/pull/4166) +- Secret.allah [#4165](https://github.com/SpaceVim/SpaceVim/pull/4165) +- Update `lang#ruby` layer [#4164](https://github.com/SpaceVim/SpaceVim/pull/4164) +- Doc: update markdown documents. [#4162](https://github.com/SpaceVim/SpaceVim/pull/4162) +- Update python doc [#4154](https://github.com/SpaceVim/SpaceVim/pull/4154) +- Ignore E790 on formating [#4148](https://github.com/SpaceVim/SpaceVim/pull/4148) +- Define dir to save edits [#4143](https://github.com/SpaceVim/SpaceVim/pull/4143) +- Lazy-load vimtex [#4139](https://github.com/SpaceVim/SpaceVim/pull/4139) +- Doc: Fix typos [#4137](https://github.com/SpaceVim/SpaceVim/pull/4137) +- disable colors for ipython repl [#4134](https://github.com/SpaceVim/SpaceVim/pull/4134) +- doc: project_rooter_automatically [#4129](https://github.com/SpaceVim/SpaceVim/pull/4129) +- feat: add autocomplete toggle for deoplete [#4125](https://github.com/SpaceVim/SpaceVim/pull/4125) +- Iedit read from vim register [#4124](https://github.com/SpaceVim/SpaceVim/pull/4124) +- readme.md [#4123](https://github.com/SpaceVim/SpaceVim/pull/4123) +- Update gtags install guide [#4119](https://github.com/SpaceVim/SpaceVim/pull/4119) +- Set `tabstop`, `softtabstop` and `shiftwidth` to the same value only if default_indent is positive [#4116](https://github.com/SpaceVim/SpaceVim/pull/4116) +- Update codecov [#4107](https://github.com/SpaceVim/SpaceVim/pull/4107) +- Print error if user's bootstrap was unsuccessful [#4093](https://github.com/SpaceVim/SpaceVim/pull/4093) + ## Latest Release