1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 04:00:03 +08:00

Release v1.7.0 (#4285)

This commit is contained in:
Wang Shidong 2021-06-14 10:31:58 +08:00 committed by GitHub
parent 2f16d18cea
commit 722b6f97cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 154 additions and 153 deletions

View File

@ -15,3 +15,4 @@ from `v1.0.0-dev` to `v1.0.0`
- [ ] Home page
- [ ] Readme of github and gitee
- [ ] roadmap
- [ ] screenshort

View File

@ -20,13 +20,14 @@ scriptencoding utf-8
" 2020-04-05 v1.4.0 is released at https://github.com/SpaceVim/SpaceVim/pull/3432
" 2020-08-01 v1.5.0 is released at https://github.com/SpaceVim/SpaceVim/pull/3678
" 2020-12-31 v1.6.0 is released at https://github.com/SpaceVim/SpaceVim/pull/4019
" 2021-06-14 v1.7.0 is released at https://github.com/SpaceVim/SpaceVim/pull/4258
" these options can be changed when going to release new tag
let s:last_release_number = 4019
let s:last_release_number = 4258
" 这是所有 ID 小于上一次 release ID并且还未被合并的 ID在新的release
" 之后,需要把已经合并了的删除!
let s:unmerged_prs_since_last_release = [
\ 4015, 3966, 3965, 3943, 3869, 3865, 3864, 3837, 3810, 3794, 3739, 3713, 3660, 3656, 3650, 3638, 3636, 3529, 3493, 3491, 3445, 3170, 2984, 2910, 2825, 2407
\ 4283, 4272, 4253, 4217, 4211, 4186, 4175, 4158, 4098, 4087, 4059, 3966, 3965, 3869, 3865, 3864, 3810, 3794, 3739, 3713, 3660, 3656, 3650, 3638, 3636, 3529, 3445, 3170, 2984, 2910, 2825, 2407
\ ]
" 当要新建一个 release 时修改为该release 的ID通常为 -1。
let s:current_release_number = -1

View File

@ -21,8 +21,8 @@ jobs:
- vimbin: vim
vimtag: v8.1.2269
# vimtag: ["v7.4.052", "v7.4.629", "v7.4.1689", "v8.0.0027", "v8.0.1453", "v8.1.2269"]
- vimbin: nvim
vimtag: v0.4.3
# - vimbin: nvim
# vimtag: v0.4.3
# vimtag: ["v0.4.3", "v0.4.3", "v0.4.3", "v0.4.2", "v0.3.8", "v0.3.7", "v0.3.5", "v0.3.4", "v0.3.3", "v0.3.2", "v0.3.1", "v0.3.0"]
runs-on: ubuntu-18.04
env:

View File

@ -14,7 +14,7 @@
[![Version](https://img.shields.io/badge/version-1.7.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases)
[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)
![welcome page](https://user-images.githubusercontent.com/13142418/103414298-5e1da980-4bb8-11eb-96bc-b2e118f672b5.png)
![welcome page](https://user-images.githubusercontent.com/13142418/121829909-64cb5380-ccf6-11eb-9d5a-f576fa63e69c.png)
[SpaceVim](https://spacevim.org/cn/) 是一个社区驱动的模块化 Vim/Neovim 配置集合,以模块的方式组织管理插件以
及相关配置,为不同的语言开发量身定制了相关的开发模块,该模块提供代码自动补全,

View File

@ -13,12 +13,12 @@
[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)
[![Doc](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg)](doc/SpaceVim.txt)
![welcome page](https://user-images.githubusercontent.com/13142418/103414298-5e1da980-4bb8-11eb-96bc-b2e118f672b5.png)
![welcome page](https://user-images.githubusercontent.com/13142418/121829909-64cb5380-ccf6-11eb-9d5a-f576fa63e69c.png)
[SpaceVim](https://spacevim.org/) is a community-driven modular Vim distribution. It manages collections
of plugins in layers, which help to collect related packages together to provide IDE-like features.
The last release is [v1.6.0](https://spacevim.org/SpaceVim-release-v1.6.0/), check out [following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) page for what happened since last release.
The last release is [v1.7.0](https://spacevim.org/SpaceVim-release-v1.7.0/), check out [following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) page for what happened since last release.
**See the followings below for more information:**

View File

@ -45,7 +45,7 @@ let s:SYSTEM = SpaceVim#api#import('system')
""
" Version of SpaceVim , this value can not be changed.
let g:spacevim_version = '1.7.0-dev'
let g:spacevim_version = '1.7.0'
lockvar g:spacevim_version
""

View File

@ -35,4 +35,4 @@ defaults:
- scope:
path: ""
values:
image: https://user-images.githubusercontent.com/13142418/89103568-5ad59480-d445-11ea-9745-bd53e668b956.png
image: https://user-images.githubusercontent.com/13142418/121829909-64cb5380-ccf6-11eb-9d5a-f576fa63e69c.png

View File

@ -0,0 +1,114 @@
---
title: SpaceVim release v1.7.0
categories: [changelog, blog]
description: "SpaceVim release v1.7.0 with four with a number of language layers and new features."
type: article
image: https://user-images.githubusercontent.com/13142418/121829909-64cb5380-ccf6-11eb-9d5a-f576fa63e69c.png
commentsID: "SpaceVim release v1.7.0"
comments: true
---
# [Changelogs](../development#changelog) > SpaceVim release v1.7.0
<!-- vim-markdown-toc GFM -->
- [What's New](#whats-new)
- [New language layers](#new-language-layers)
- [New Features](#new-features)
- [Improvements](#improvements)
- [Feature Changes](#feature-changes)
- [Bug Fixs](#bug-fixs)
- [Doc&&Wiki](#docwiki)
<!-- vim-markdown-toc -->
The last release is v1.6.0, After six months development.
The v1.7.0 has been released. So let's take a look at what happened since last relase.
![welcome page](https://user-images.githubusercontent.com/13142418/121829909-64cb5380-ccf6-11eb-9d5a-f576fa63e69c.png)
- [Quick start guide](../quick-start-guide/): installation, configuration, and resources of learning SpaceVim
- [documentation](../documentation/): the primary official document of SpaceVim
- [available layers](../layers/): a list of available layers which can be used in SpaceVim
## What's New
### New language layers
- Add `lang#e` layer [#4210](https://github.com/SpaceVim/SpaceVim/pull/4210)
- Add `lang#fennel` layer [#4260](https://github.com/SpaceVim/SpaceVim/pull/4260)
- Add `lang#autoit` layer [#4181](https://github.com/SpaceVim/SpaceVim/pull/4181)
### New Features
- Add `python3` and `ipython3` support [#4173](https://github.com/SpaceVim/SpaceVim/pull/4173)
- Add key binding `SPC w f` for toggle follow mode [#4201](https://github.com/SpaceVim/SpaceVim/pull/4201)
- Add key binding `m c` [#4199](https://github.com/SpaceVim/SpaceVim/pull/4199)
- Add key binding group `SPC x l` [#4182](https://github.com/SpaceVim/SpaceVim/pull/4182)
- Add `format_on_save` option for `lang#c` layer [#4195](https://github.com/SpaceVim/SpaceVim/pull/4195)
- Add `format_on_save` option for `lang#javascript` [#4183](https://github.com/SpaceVim/SpaceVim/pull/4183)
- Add split flygrep horizontally across vertical split [#4284](https://github.com/SpaceVim/SpaceVim/pull/4284)
- Add file search option [#4245](https://github.com/SpaceVim/SpaceVim/pull/4245)
### Improvements
- Improve `format` layer [#4265](https://github.com/SpaceVim/SpaceVim/pull/4265)
- Improve `lang#dart` layer [#4228](https://github.com/SpaceVim/SpaceVim/pull/4228)
- Improve `lang#php` layer [#4226](https://github.com/SpaceVim/SpaceVim/pull/4226)
- Improve `lang#hy` layer [#4232](https://github.com/SpaceVim/SpaceVim/pull/4232)
- Improve `lang#coffeescript` layer [#4229](https://github.com/SpaceVim/SpaceVim/pull/4229)
- Improve `gtags` layer [#4172](https://github.com/SpaceVim/SpaceVim/pull/4172)
- Improve `cscope` layer [#4171](https://github.com/SpaceVim/SpaceVim/pull/4171)
- Improve tabline and statusline [#4169](https://github.com/SpaceVim/SpaceVim/pull/4169)
- Improve alternate file config [#3493](https://github.com/SpaceVim/SpaceVim/pull/3493)
## Feature Changes
- Change Lint options [#3943](https://github.com/SpaceVim/SpaceVim/pull/3943)
- Remove travis files [#4233](https://github.com/SpaceVim/SpaceVim/pull/4233)
- Disable github issue [#4280](https://github.com/SpaceVim/SpaceVim/pull/4280)
- Check `+python3` first [#4208](https://github.com/SpaceVim/SpaceVim/pull/4208)
## Bug Fixs
- Fix python lint option [#4273](https://github.com/SpaceVim/SpaceVim/pull/4273)
- Fix directory [#4227](https://github.com/SpaceVim/SpaceVim/pull/4227)
- Fix SPC t s/S key binding [#4225](https://github.com/SpaceVim/SpaceVim/pull/4225)
- Fix Objective C language support [#4215](https://github.com/SpaceVim/SpaceVim/pull/4215)
- Fix a typo [#4214](https://github.com/SpaceVim/SpaceVim/pull/4214)
- fix gtags completion and list project files [#4209](https://github.com/SpaceVim/SpaceVim/pull/4209)
- Fix P key binding in defx [#4207](https://github.com/SpaceVim/SpaceVim/pull/4207)
- Fix random theme functionality of the [colorscheme] layer [#4204](https://github.com/SpaceVim/SpaceVim/pull/4204)
- Fix lang#html layer [#4202](https://github.com/SpaceVim/SpaceVim/pull/4202)
- Fix configuration file path [#4200](https://github.com/SpaceVim/SpaceVim/pull/4200)
- Fix ale event [#4230](https://github.com/SpaceVim/SpaceVim/pull/4230)
- Fix SPC T F key binding [#4198](https://github.com/SpaceVim/SpaceVim/pull/4198)
- Fix SPC b d key binding [#4197](https://github.com/SpaceVim/SpaceVim/pull/4197)
- Fix and add the key bindings toggle case [#4190](https://github.com/SpaceVim/SpaceVim/pull/4190)
- Fix uniquify lines in normal mode when ignorecase. [#4189](https://github.com/SpaceVim/SpaceVim/pull/4189)
- Fix SPC x l d in first line [#4185](https://github.com/SpaceVim/SpaceVim/pull/4185)
- Fix choosewin [#4174](https://github.com/SpaceVim/SpaceVim/pull/4174)
- Fix nvim-yarp [#4264](https://github.com/SpaceVim/SpaceVim/pull/4264)
## Doc&&Wiki
- Update doc of `git` layer [#4192](https://github.com/SpaceVim/SpaceVim/pull/4192)
- Update doc of key binding `SPC t h i` [#4184](https://github.com/SpaceVim/SpaceVim/pull/4184)
- Update doc of key binding `m c` [#4178](https://github.com/SpaceVim/SpaceVim/pull/4178)
- Update doc of key binding `.` [#4240](https://github.com/SpaceVim/SpaceVim/pull/4240)
- Update readme [#4282](https://github.com/SpaceVim/SpaceVim/pull/4282)
- Replace the URL of smart questions [#4179](https://github.com/SpaceVim/SpaceVim/pull/4179)
- Update Following head page [#4170](https://github.com/SpaceVim/SpaceVim/pull/4170)
- Update language list [#4203](https://github.com/SpaceVim/SpaceVim/pull/4203)
- Update doc [#4223](https://github.com/SpaceVim/SpaceVim/pull/4223)
- Update doc for SPReinstall [#4212](https://github.com/SpaceVim/SpaceVim/pull/4212)
- Type in doc [#4271](https://github.com/SpaceVim/SpaceVim/pull/4271)
- Update cndoc [#4266](https://github.com/SpaceVim/SpaceVim/pull/4266)
- Update doc [#4246](https://github.com/SpaceVim/SpaceVim/pull/4246)
- Add link to DT [#4281](https://github.com/SpaceVim/SpaceVim/pull/4281)
- Add links to the available git_plugins [#4238](https://github.com/SpaceVim/SpaceVim/pull/4238)
- Add links to the fuzzy finders [#4239](https://github.com/SpaceVim/SpaceVim/pull/4239)
- Add bootstrap function link to quick guide [#4213](https://github.com/SpaceVim/SpaceVim/pull/4213)
- Fix broken link in doc [#4256](https://github.com/SpaceVim/SpaceVim/pull/4256)
- Fix type in docs [#4235](https://github.com/SpaceVim/SpaceVim/pull/4235)

View File

@ -10,7 +10,7 @@ lang: zh
[![Version](https://img.shields.io/badge/version-1.7.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases)
[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)
![welcome page](https://user-images.githubusercontent.com/13142418/103414298-5e1da980-4bb8-11eb-96bc-b2e118f672b5.png)
![welcome page](https://user-images.githubusercontent.com/13142418/121829909-64cb5380-ccf6-11eb-9d5a-f576fa63e69c.png)
# SpaceVim - 模块化的 Vim IDE

View File

@ -11,7 +11,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/
echo " | ## "
echo " | ## "
echo " |__/ "
echo " 版本: 1.7.0-dev 中文官网: https://spacevim.org/cn/ "
echo " 版本: 1.7.0 中文官网: https://spacevim.org/cn/ "
Push-Location ~

View File

@ -84,7 +84,7 @@ On_IWhite='\033[0;107m' # White
# }}}
# version
Version='1.7.0-dev'
Version='1.7.0'
#System name
System="$(uname -s)"

View File

@ -11,7 +11,7 @@ SpaceVim 的设计蓝图和[里程碑](https://github.com/SpaceVim/SpaceVim/mile
<!-- vim-markdown-toc GFM -->
- [下一个版本](#下一个版本)
- [v1.7.0](#v170)
- [v1.8.0](#v180)
- [版本说明](#版本说明)
- [已完成](#已完成)
- [v1.5.0](#v150)
@ -31,12 +31,13 @@ SpaceVim 的设计蓝图和[里程碑](https://github.com/SpaceVim/SpaceVim/mile
- [v1.3.0](#v130)
- [v1.4.0](#v140)
- [v1.6.0](#v160)
- [v1.7.0](#v170)
<!-- vim-markdown-toc -->
## 下一个版本
### [v1.7.0](https://github.com/SpaceVim/SpaceVim/milestone/20)
### [v1.8.0](https://github.com/SpaceVim/SpaceVim/milestone/21)
## 版本说明
@ -162,4 +163,8 @@ release note: [v1.4.0](http://spacevim.org/SpaceVim-release-v1.4.0/)
release note: [v1.6.0](http://spacevim.org/SpaceVim-release-v1.6.0/)
### [v1.7.0](https://github.com/SpaceVim/SpaceVim/milestone/20)
release note: [v1.7.0](http://spacevim.org/SpaceVim-release-v1.7.0/)
<!-- SpaceVim roadmap completed items end -->

View File

@ -8,7 +8,7 @@ description: "SpaceVim is a community-driven vim distribution that seeks to prov
[![Version](https://img.shields.io/badge/version-1.7.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases)
[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)
![welcome page](https://user-images.githubusercontent.com/13142418/103414298-5e1da980-4bb8-11eb-96bc-b2e118f672b5.png)
![welcome page](https://user-images.githubusercontent.com/13142418/121829909-64cb5380-ccf6-11eb-9d5a-f576fa63e69c.png)
# SpaceVim - Modern Vim distribution

View File

@ -11,7 +11,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/
echo " | ## "
echo " | ## "
echo " |__/ "
echo " version : 1.7.0-dev by : spacevim.org "
echo " version : 1.7.0 by : spacevim.org "
Push-Location ~

View File

@ -84,7 +84,7 @@ On_IWhite='\033[0;107m' # White
# }}}
# version
Version='1.7.0-dev'
Version='1.7.0'
#System name
System="$(uname -s)"

View File

@ -10,7 +10,7 @@ The roadmap and [milestones](https://github.com/SpaceVim/SpaceVim/milestones) de
<!-- vim-markdown-toc GFM -->
- [Next](#next)
- [v1.7.0](#v170)
- [v1.8.0](#v180)
- [Meta](#meta)
- [Completed](#completed)
- [v1.5.0](#v150)
@ -30,12 +30,13 @@ The roadmap and [milestones](https://github.com/SpaceVim/SpaceVim/milestones) de
- [v1.3.0](#v130)
- [v1.4.0](#v140)
- [v1.6.0](#v160)
- [v1.7.0](#v170)
<!-- vim-markdown-toc -->
## Next
### [v1.7.0](https://github.com/SpaceVim/SpaceVim/milestone/20)
### [v1.8.0](https://github.com/SpaceVim/SpaceVim/milestone/21)
## Meta
@ -161,4 +162,8 @@ release note: [v1.4.0](http://spacevim.org/SpaceVim-release-v1.4.0/)
release note: [v1.6.0](http://spacevim.org/SpaceVim-release-v1.6.0/)
### [v1.7.0](https://github.com/SpaceVim/SpaceVim/milestone/20)
release note: [v1.7.0](http://spacevim.org/SpaceVim-release-v1.7.0/)
<!-- SpaceVim roadmap completed items end -->

View File

@ -1,5 +1,5 @@
Execute ( SpaceVim plugin: a.vim ):
let root = SpaceVim#plugins#a#get_root()
let root = SpaceVim#plugins#a#getConfigPath()
AssertEqual SpaceVim#plugins#a#get_alt('docs/index.md', root, 1), 'docs/cn/index.md'
AssertEqual SpaceVim#plugins#a#get_alt('docs/cn/index.md', root, 1), 'docs/index.md'
AssertEqual SpaceVim#plugins#a#get_alt('docs/api/job.md', root, 1), 'docs/cn/api/job.md'

View File

@ -1,79 +1,16 @@
本页罗列出自上一版本 v1.5.0 以来master 分支上所发生的变更记录:
本页罗列出自上一版本 v1.7.0 以来master 分支上所发生的变更记录:
## 下一个版本
下一个版本号为 v1.7.0
下一个版本号为 v1.8.0
<!-- call SpaceVim#dev#followHEAD#update('cn') -->
<!-- SpaceVim follow HEAD en start -->
#### 新特性
- Add file search option [#4245](https://github.com/SpaceVim/SpaceVim/pull/4245)
- Add relevant repo links to the fuzzy finders [#4239](https://github.com/SpaceVim/SpaceVim/pull/4239)
- Add github repository links to the available git_plugins [#4238](https://github.com/SpaceVim/SpaceVim/pull/4238)
- Add bootstrap function link to quick guide [#4213](https://github.com/SpaceVim/SpaceVim/pull/4213)
- Add lang#e layer [#4210](https://github.com/SpaceVim/SpaceVim/pull/4210)
- Add SPC w f for toggle follow mode [#4201](https://github.com/SpaceVim/SpaceVim/pull/4201)
- Add m c key binding [#4199](https://github.com/SpaceVim/SpaceVim/pull/4199)
- Add format_on_save toggle for javascript [#4183](https://github.com/SpaceVim/SpaceVim/pull/4183)
- Add SPC x l key binding group [#4182](https://github.com/SpaceVim/SpaceVim/pull/4182)
- Add SPC l c and SPC l u for lang#markdown layer [#4163](https://github.com/SpaceVim/SpaceVim/pull/4163)
- 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)
#### 问题修复
- Fixed typo in docs [#4235](https://github.com/SpaceVim/SpaceVim/pull/4235)
- Fix directory [#4227](https://github.com/SpaceVim/SpaceVim/pull/4227)
- Fix SPC t s/S key binding [#4225](https://github.com/SpaceVim/SpaceVim/pull/4225)
- Fix Objective C language support [#4215](https://github.com/SpaceVim/SpaceVim/pull/4215)
- Fix a typo [#4214](https://github.com/SpaceVim/SpaceVim/pull/4214)
- fix gtags completion and list project files [#4209](https://github.com/SpaceVim/SpaceVim/pull/4209)
- Fix random theme functionality of the [colorscheme] layer [#4204](https://github.com/SpaceVim/SpaceVim/pull/4204)
- Fix lang#html layer [#4202](https://github.com/SpaceVim/SpaceVim/pull/4202)
- Fix SPC T F key binding [#4198](https://github.com/SpaceVim/SpaceVim/pull/4198)
- Fix SPC b d key binding [#4197](https://github.com/SpaceVim/SpaceVim/pull/4197)
- Fix and add the key bindings toggle case [#4190](https://github.com/SpaceVim/SpaceVim/pull/4190)
- Fix uniquify lines in normal mode when ignorecase. [#4189](https://github.com/SpaceVim/SpaceVim/pull/4189)
- Fix SPC x l d in first line [#4185](https://github.com/SpaceVim/SpaceVim/pull/4185)
- Fix choosewin [#4174](https://github.com/SpaceVim/SpaceVim/pull/4174)
- Fix cursor shape option [#4168](https://github.com/SpaceVim/SpaceVim/pull/4168)
#### 未知
- Reword '.' key-binding description to make it clearer [#4240](https://github.com/SpaceVim/SpaceVim/pull/4240)
- Remove files [#4233](https://github.com/SpaceVim/SpaceVim/pull/4233)
- Update lang#hy layer [#4232](https://github.com/SpaceVim/SpaceVim/pull/4232)
- Develop [#4230](https://github.com/SpaceVim/SpaceVim/pull/4230)
- Update lang#coffeescript layer [#4229](https://github.com/SpaceVim/SpaceVim/pull/4229)
- Update lang#dart layer [#4228](https://github.com/SpaceVim/SpaceVim/pull/4228)
- Update lang#php layer [#4226](https://github.com/SpaceVim/SpaceVim/pull/4226)
- Update doc [#4223](https://github.com/SpaceVim/SpaceVim/pull/4223)
- Bump py from 1.4.32 to 1.10.0 in /bundle/neoformat/test [#4220](https://github.com/SpaceVim/SpaceVim/pull/4220)
- Update doc for SPReinstall [#4212](https://github.com/SpaceVim/SpaceVim/pull/4212)
- Check python3 first [#4208](https://github.com/SpaceVim/SpaceVim/pull/4208)
- Format on save with clang-format [#4195](https://github.com/SpaceVim/SpaceVim/pull/4195)
- Update doc of git layer [#4192](https://github.com/SpaceVim/SpaceVim/pull/4192)
- Update doc for SPC t h i [#4184](https://github.com/SpaceVim/SpaceVim/pull/4184)
- Replace the invalid URL of smart questions with a new one. [#4179](https://github.com/SpaceVim/SpaceVim/pull/4179)
- Doc: add description for the key bindings m c. [#4178](https://github.com/SpaceVim/SpaceVim/pull/4178)
- yabuki/added python3 and ipython3 [#4173](https://github.com/SpaceVim/SpaceVim/pull/4173)
- Improve cscope layer [#4171](https://github.com/SpaceVim/SpaceVim/pull/4171)
- Update Following head page [#4170](https://github.com/SpaceVim/SpaceVim/pull/4170)
- 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)
- Update `lang#ruby` layer [#4164](https://github.com/SpaceVim/SpaceVim/pull/4164)
- Doc: update markdown documents. [#4162](https://github.com/SpaceVim/SpaceVim/pull/4162)
<!-- SpaceVim follow HEAD en end -->
## 上一个版本
SpaceVim 于 2020-12-31 发布 v1.6.0 版本,可查阅版本发布文章:
SpaceVim 于 2021-06-14 发布 v1.7.0 版本,可查阅版本发布文章:
- [SpaceVim 发布 v1.6.0 版本](https://spacevim.org/SpaceVim-release-v1.6.0/)
- [SpaceVim 发布 v1.7.0 版本](https://spacevim.org/SpaceVim-release-v1.7.0/)

View File

@ -1,81 +1,19 @@
This page documents changes in master branch since last release v1.5.0
This page documents changes in master branch since last release v1.7.0
## PreRelease
The next release is v1.7.0:
The next release is v1.8.0:
### Pull Requests
<!-- call SpaceVim#dev#followHEAD#update('en') -->
<!-- SpaceVim follow HEAD en start -->
#### New Features
- Add file search option [#4245](https://github.com/SpaceVim/SpaceVim/pull/4245)
- Add relevant repo links to the fuzzy finders [#4239](https://github.com/SpaceVim/SpaceVim/pull/4239)
- Add github repository links to the available git_plugins [#4238](https://github.com/SpaceVim/SpaceVim/pull/4238)
- Add bootstrap function link to quick guide [#4213](https://github.com/SpaceVim/SpaceVim/pull/4213)
- Add lang#e layer [#4210](https://github.com/SpaceVim/SpaceVim/pull/4210)
- Add SPC w f for toggle follow mode [#4201](https://github.com/SpaceVim/SpaceVim/pull/4201)
- Add m c key binding [#4199](https://github.com/SpaceVim/SpaceVim/pull/4199)
- Add format_on_save toggle for javascript [#4183](https://github.com/SpaceVim/SpaceVim/pull/4183)
- Add SPC x l key binding group [#4182](https://github.com/SpaceVim/SpaceVim/pull/4182)
- Add SPC l c and SPC l u for lang#markdown layer [#4163](https://github.com/SpaceVim/SpaceVim/pull/4163)
- 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
- Fixed typo in docs [#4235](https://github.com/SpaceVim/SpaceVim/pull/4235)
- Fix directory [#4227](https://github.com/SpaceVim/SpaceVim/pull/4227)
- Fix SPC t s/S key binding [#4225](https://github.com/SpaceVim/SpaceVim/pull/4225)
- Fix Objective C language support [#4215](https://github.com/SpaceVim/SpaceVim/pull/4215)
- Fix a typo [#4214](https://github.com/SpaceVim/SpaceVim/pull/4214)
- fix gtags completion and list project files [#4209](https://github.com/SpaceVim/SpaceVim/pull/4209)
- Fix random theme functionality of the [colorscheme] layer [#4204](https://github.com/SpaceVim/SpaceVim/pull/4204)
- Fix lang#html layer [#4202](https://github.com/SpaceVim/SpaceVim/pull/4202)
- Fix SPC T F key binding [#4198](https://github.com/SpaceVim/SpaceVim/pull/4198)
- Fix SPC b d key binding [#4197](https://github.com/SpaceVim/SpaceVim/pull/4197)
- Fix and add the key bindings toggle case [#4190](https://github.com/SpaceVim/SpaceVim/pull/4190)
- Fix uniquify lines in normal mode when ignorecase. [#4189](https://github.com/SpaceVim/SpaceVim/pull/4189)
- Fix SPC x l d in first line [#4185](https://github.com/SpaceVim/SpaceVim/pull/4185)
- Fix choosewin [#4174](https://github.com/SpaceVim/SpaceVim/pull/4174)
- Fix cursor shape option [#4168](https://github.com/SpaceVim/SpaceVim/pull/4168)
#### Unmarked PRs
- Reword '.' key-binding description to make it clearer [#4240](https://github.com/SpaceVim/SpaceVim/pull/4240)
- Remove files [#4233](https://github.com/SpaceVim/SpaceVim/pull/4233)
- Update lang#hy layer [#4232](https://github.com/SpaceVim/SpaceVim/pull/4232)
- Develop [#4230](https://github.com/SpaceVim/SpaceVim/pull/4230)
- Update lang#coffeescript layer [#4229](https://github.com/SpaceVim/SpaceVim/pull/4229)
- Update lang#dart layer [#4228](https://github.com/SpaceVim/SpaceVim/pull/4228)
- Update lang#php layer [#4226](https://github.com/SpaceVim/SpaceVim/pull/4226)
- Update doc [#4223](https://github.com/SpaceVim/SpaceVim/pull/4223)
- Bump py from 1.4.32 to 1.10.0 in /bundle/neoformat/test [#4220](https://github.com/SpaceVim/SpaceVim/pull/4220)
- Update doc for SPReinstall [#4212](https://github.com/SpaceVim/SpaceVim/pull/4212)
- Check python3 first [#4208](https://github.com/SpaceVim/SpaceVim/pull/4208)
- Format on save with clang-format [#4195](https://github.com/SpaceVim/SpaceVim/pull/4195)
- Update doc of git layer [#4192](https://github.com/SpaceVim/SpaceVim/pull/4192)
- Update doc for SPC t h i [#4184](https://github.com/SpaceVim/SpaceVim/pull/4184)
- Replace the invalid URL of smart questions with a new one. [#4179](https://github.com/SpaceVim/SpaceVim/pull/4179)
- Doc: add description for the key bindings m c. [#4178](https://github.com/SpaceVim/SpaceVim/pull/4178)
- yabuki/added python3 and ipython3 [#4173](https://github.com/SpaceVim/SpaceVim/pull/4173)
- Improve cscope layer [#4171](https://github.com/SpaceVim/SpaceVim/pull/4171)
- Update Following head page [#4170](https://github.com/SpaceVim/SpaceVim/pull/4170)
- 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)
- Update `lang#ruby` layer [#4164](https://github.com/SpaceVim/SpaceVim/pull/4164)
- Doc: update markdown documents. [#4162](https://github.com/SpaceVim/SpaceVim/pull/4162)
<!-- SpaceVim follow HEAD en end -->
## Latest Release
SpaceVim releases v1.6.0 at 2020-12-31, please check the release page:
SpaceVim releases v1.7.0 at 2021-06-14, please check the release page:
- [SpaceVim releases v1.6.0](https://spacevim.org/SpaceVim-release-v1.6.0/) for all the details
- [SpaceVim releases v1.7.0](https://spacevim.org/SpaceVim-release-v1.7.0/) for all the details