mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:50:06 +08:00
Release v1.6.0 (#4019)
This commit is contained in:
parent
6ec44b5f4b
commit
d870c6a1bc
@ -19,19 +19,14 @@ scriptencoding utf-8
|
||||
" 2019-07-17 v1.2.0 is released at https://github.com/SpaceVim/SpaceVim/pull/2947
|
||||
" 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
|
||||
|
||||
" these options can be changed when going to release new tag
|
||||
let s:last_release_number = 3678
|
||||
let s:last_release_number = 4019
|
||||
" 这是所有 ID 小于上一次 release ID,并且还未被合并的 ID,在新的release
|
||||
" 之后,需要把已经合并了的删除!
|
||||
let s:unmerged_prs_since_last_release = [
|
||||
\ 3671, 3665, 3660, 3656, 3650,
|
||||
\ 3638, 3636, 3628, 3556, 3541, 3529,
|
||||
\ 3496, 3493, 3491, 3489, 3488, 3445,
|
||||
\ 3379, 3318, 3271, 3260, 3195, 3170,
|
||||
\ 3107, 3076, 3064, 2984, 2910, 2868,
|
||||
\ 2861, 2825, 2819, 2792, 2655, 2447,
|
||||
\ 2407, 2307, 2242, 2014
|
||||
\ 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
|
||||
\ ]
|
||||
" 当要新建一个 release 时,修改为该release 的ID,通常为 -1。
|
||||
let s:current_release_number = -1
|
||||
|
@ -12,10 +12,10 @@
|
||||
[![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=master)](https://travis-ci.org/SpaceVim/SpaceVim)
|
||||
[![Build status](https://ci.appveyor.com/api/projects/status/eh3t5oph70abp665/branch/master?svg=true)](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/master)
|
||||
[![codecov](https://codecov.io/gh/SpaceVim/SpaceVim/branch/dev/graph/badge.svg)](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master)
|
||||
[![Version](https://img.shields.io/badge/version-1.6.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases)
|
||||
[![Version](https://img.shields.io/badge/version-1.6.0-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/89103568-5ad59480-d445-11ea-9745-bd53e668b956.png)
|
||||
![welcome page](https://user-images.githubusercontent.com/13142418/103414298-5e1da980-4bb8-11eb-96bc-b2e118f672b5.png)
|
||||
|
||||
[SpaceVim](https://spacevim.org/cn/) 是一个社区驱动的模块化 Vim/Neovim 配置集合,以模块的方式组织管理插件以
|
||||
及相关配置,为不同的语言开发量身定制了相关的开发模块,该模块提供代码自动补全,
|
||||
|
@ -11,16 +11,16 @@
|
||||
[![Build status](https://ci.appveyor.com/api/projects/status/eh3t5oph70abp665/branch/master?svg=true)](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/master)
|
||||
[![codecov](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master/graph/badge.svg)](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master)
|
||||
[![Docker Build Status](https://img.shields.io/docker/build/spacevim/spacevim.svg)](https://hub.docker.com/r/spacevim/spacevim/)
|
||||
![Version](https://img.shields.io/badge/version-1.6.0--dev-8700FF.svg)
|
||||
![Version](https://img.shields.io/badge/version-1.6.0-8700FF.svg)
|
||||
[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](LICENSE)
|
||||
[![Doc](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg)](doc/SpaceVim.txt)
|
||||
|
||||
![welcome page](https://user-images.githubusercontent.com/13142418/89103568-5ad59480-d445-11ea-9745-bd53e668b956.png)
|
||||
![welcome page](https://user-images.githubusercontent.com/13142418/103414298-5e1da980-4bb8-11eb-96bc-b2e118f672b5.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.5.0](https://spacevim.org/SpaceVim-release-v1.5.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.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.
|
||||
|
||||
**See the followings below for more information:**
|
||||
|
||||
|
@ -43,7 +43,7 @@ scriptencoding utf-8
|
||||
|
||||
""
|
||||
" Version of SpaceVim , this value can not be changed.
|
||||
let g:spacevim_version = '1.6.0-dev'
|
||||
let g:spacevim_version = '1.6.0'
|
||||
lockvar g:spacevim_version
|
||||
|
||||
""
|
||||
|
103
docs/_posts/2020-12-31-SpaceVim-release-v1.6.0.md
Normal file
103
docs/_posts/2020-12-31-SpaceVim-release-v1.6.0.md
Normal file
@ -0,0 +1,103 @@
|
||||
---
|
||||
title: SpaceVim release v1.6.0
|
||||
categories: [changelog, blog]
|
||||
description: "SpaceVim release v1.6.0 with four new language layers and floating window support."
|
||||
type: article
|
||||
image: https://user-images.githubusercontent.com/13142418/103414298-5e1da980-4bb8-11eb-96bc-b2e118f672b5.png
|
||||
commentsID: "SpaceVim release v1.6.0"
|
||||
comments: true
|
||||
---
|
||||
|
||||
# [Changelogs](../development#changelog) > SpaceVim release v1.6.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.5.0, After four months development.
|
||||
The v1.6.0 has been released. So let's take a look at what happened since last relase.
|
||||
|
||||
![welcome page](https://user-images.githubusercontent.com/13142418/103414298-5e1da980-4bb8-11eb-96bc-b2e118f672b5.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#sml` layer [#3972](https://github.com/SpaceVim/SpaceVim/pull/3972)
|
||||
|
||||
### New Features
|
||||
|
||||
- Add vimdoc support in lang#vim layer [#4010](https://github.com/SpaceVim/SpaceVim/pull/4010)
|
||||
- Add statusline theme for colorscheme one [#3999](https://github.com/SpaceVim/SpaceVim/pull/3999), [#3997](https://github.com/SpaceVim/SpaceVim/pull/3997)
|
||||
- Add test command for `lang#zig` layer [#3970](https://github.com/SpaceVim/SpaceVim/pull/3970)
|
||||
- Add splitjoin key bindings [#3956](https://github.com/SpaceVim/SpaceVim/pull/3956)
|
||||
- Add LSP CodeActions for php and javascript [#3937](https://github.com/SpaceVim/SpaceVim/pull/3937)
|
||||
- Add random-candidates for colorscheme layer [#3671](https://github.com/SpaceVim/SpaceVim/pull/3671)
|
||||
- Add language SPC key binding function [#3260](https://github.com/SpaceVim/SpaceVim/pull/3260)
|
||||
- Add custom register language specific mapping function [#2868](https://github.com/SpaceVim/SpaceVim/pull/2868)
|
||||
- Add cache major mode [#3076](https://github.com/SpaceVim/SpaceVim/pull/3076)
|
||||
|
||||
### Improvements
|
||||
|
||||
- Improve terminal support [#3318](https://github.com/SpaceVim/SpaceVim/pull/3318)
|
||||
- Improve projectmanager [#3489](https://github.com/SpaceVim/SpaceVim/pull/3489)
|
||||
- Improve `lang#lisp` layer [#3107](https://github.com/SpaceVim/SpaceVim/pull/3107)
|
||||
- Improve `lang#java` layer [#3954](https://github.com/SpaceVim/SpaceVim/pull/3954)
|
||||
- Improve `lang#typescript` layer [#3948](https://github.com/SpaceVim/SpaceVim/pull/3948)
|
||||
- Improve `lang#python` layer [#3947](https://github.com/SpaceVim/SpaceVim/pull/3947)
|
||||
- Improve `lang#asciidoc` layer [#3556](https://github.com/SpaceVim/SpaceVim/pull/3556)
|
||||
- Improve tag database manager [#3981](https://github.com/SpaceVim/SpaceVim/pull/3981)
|
||||
- Improve key binding guide for `g` [#3496](https://github.com/SpaceVim/SpaceVim/pull/3496)
|
||||
- Ignore `.git` directory for `rg` command [#3996](https://github.com/SpaceVim/SpaceVim/pull/3996)
|
||||
- Improve tsx support [#3993](https://github.com/SpaceVim/SpaceVim/pull/3993)
|
||||
|
||||
## Feature Changes
|
||||
|
||||
- Change fortran indent file format [#3975](https://github.com/SpaceVim/SpaceVim/pull/3975)
|
||||
- Remove useless php plugin [#3979](https://github.com/SpaceVim/SpaceVim/pull/3979)
|
||||
|
||||
## Bug Fixs
|
||||
|
||||
- Fix `auto_completion_complete_with_key_sequence` option [#3939](https://github.com/SpaceVim/SpaceVim/pull/3939)
|
||||
- Fix `iskeyword` option for vim script [#3990](https://github.com/SpaceVim/SpaceVim/pull/3990)
|
||||
- Fix grep command option in ctrlp [#3955](https://github.com/SpaceVim/SpaceVim/pull/3955)
|
||||
- Fix printf() arguments [#4014](https://github.com/SpaceVim/SpaceVim/pull/4014)
|
||||
- Fix code runner [#4011](https://github.com/SpaceVim/SpaceVim/pull/4011)
|
||||
- Fix unknown function gtags#update [#4009](https://github.com/SpaceVim/SpaceVim/pull/4009)
|
||||
- Fix wrong valuable name [#4008](https://github.com/SpaceVim/SpaceVim/pull/4008)
|
||||
- Fix compare error [#4001](https://github.com/SpaceVim/SpaceVim/pull/4001)
|
||||
- Fix file format [#3998](https://github.com/SpaceVim/SpaceVim/pull/3998)
|
||||
- Fix default root patterns for ctrlp [#3978](https://github.com/SpaceVim/SpaceVim/pull/3978)
|
||||
- Fix gitstatus not shown in defx [#3973](https://github.com/SpaceVim/SpaceVim/pull/3973)
|
||||
- Rename OmniSharpFindType to OmniSharpTypeLookup [#3628](https://github.com/SpaceVim/SpaceVim/pull/3628)
|
||||
- Fix dein-ui detach script [#4018](https://github.com/SpaceVim/SpaceVim/pull/4018)
|
||||
- Fix g:indentLine_fileTypeExclude option [#3961](https://github.com/SpaceVim/SpaceVim/pull/3961)
|
||||
|
||||
## Doc&&Wiki
|
||||
|
||||
- Update doc for LangSPC function [#4012](https://github.com/SpaceVim/SpaceVim/pull/4012)
|
||||
- Update doc for `SPC f /` [#3935](https://github.com/SpaceVim/SpaceVim/pull/3935)
|
||||
- Update doc for `SPC f Y` [#3983](https://github.com/SpaceVim/SpaceVim/pull/3983)
|
||||
- Update doc for statusline [#3665](https://github.com/SpaceVim/SpaceVim/pull/3665)
|
||||
- Update faq page [#3984](https://github.com/SpaceVim/SpaceVim/pull/3984)
|
||||
- Update file head [#3379](https://github.com/SpaceVim/SpaceVim/pull/3379)
|
||||
- Update sponsors page [#3942](https://github.com/SpaceVim/SpaceVim/pull/3942)
|
||||
- Update language guide [#3986](https://github.com/SpaceVim/SpaceVim/pull/3986)
|
||||
- Update doc for reinstalling plugins [#3992](https://github.com/SpaceVim/SpaceVim/pull/3992)
|
||||
- Update doc for `lang#sml` layer [#3977](https://github.com/SpaceVim/SpaceVim/pull/3977)
|
||||
- Update doc for expand-region key bindings [#3952](https://github.com/SpaceVim/SpaceVim/pull/3952)
|
||||
- Types [#4000](https://github.com/SpaceVim/SpaceVim/pull/4000), [#3488](https://github.com/SpaceVim/SpaceVim/pull/3488)
|
||||
|
@ -8,10 +8,10 @@ lang: zh
|
||||
[![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=master)](https://travis-ci.org/SpaceVim/SpaceVim)
|
||||
[![Build status](https://ci.appveyor.com/api/projects/status/eh3t5oph70abp665/branch/master?svg=true)](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/master)
|
||||
[![codecov](https://codecov.io/gh/SpaceVim/SpaceVim/branch/dev/graph/badge.svg)](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master)
|
||||
[![Version](https://img.shields.io/badge/version-1.5.0-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases)
|
||||
[![Version](https://img.shields.io/badge/version-1.6.0-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/89103568-5ad59480-d445-11ea-9745-bd53e668b956.png)
|
||||
![welcome page](https://user-images.githubusercontent.com/13142418/103414298-5e1da980-4bb8-11eb-96bc-b2e118f672b5.png)
|
||||
|
||||
# SpaceVim - 模块化的 Vim IDE
|
||||
|
||||
@ -51,7 +51,7 @@ SpaceVim 是一个社区驱动的模块化的 Vim IDE,以模块的方式组织
|
||||
|
||||
- 目前 SpaceVim 的开发状态如何?
|
||||
|
||||
当前最新发布的稳定版本是 v1.5.0。可以查看 [时间表](https://github.com/SpaceVim/SpaceVim/milestones) 获取开发进度,
|
||||
当前最新发布的稳定版本是 v1.6.0。可以查看 [时间表](https://github.com/SpaceVim/SpaceVim/milestones) 获取开发进度,
|
||||
或者阅读 [Roadmap](roadmap/) 获取开发计划。
|
||||
|
||||
- SpaceVim 是尝试搭建一个 IDE 吗?
|
||||
|
@ -11,7 +11,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/
|
||||
echo " | ## "
|
||||
echo " | ## "
|
||||
echo " |__/ "
|
||||
echo " 版本: 1.6.0-dev 中文官网: https://spacevim.org/cn/ "
|
||||
echo " 版本: 1.6.0 中文官网: https://spacevim.org/cn/ "
|
||||
|
||||
Push-Location ~
|
||||
|
||||
|
@ -84,7 +84,7 @@ On_IWhite='\033[0;107m' # White
|
||||
# }}}
|
||||
|
||||
# version
|
||||
Version='1.6.0-dev'
|
||||
Version='1.6.0'
|
||||
#System name
|
||||
System="$(uname -s)"
|
||||
|
||||
|
@ -11,9 +11,10 @@ SpaceVim 的设计蓝图和[里程碑](https://github.com/SpaceVim/SpaceVim/mile
|
||||
<!-- vim-markdown-toc GFM -->
|
||||
|
||||
- [下一个版本](#下一个版本)
|
||||
- [v1.6.0](#v160)
|
||||
- [v1.7.0](#v170)
|
||||
- [版本说明](#版本说明)
|
||||
- [已完成](#已完成)
|
||||
- [v1.5.0](#v150)
|
||||
- [v0.1.0](#v010)
|
||||
- [v0.2.0](#v020)
|
||||
- [v0.3.0](#v030)
|
||||
@ -29,13 +30,13 @@ SpaceVim 的设计蓝图和[里程碑](https://github.com/SpaceVim/SpaceVim/mile
|
||||
- [v1.2.0](#v120)
|
||||
- [v1.3.0](#v130)
|
||||
- [v1.4.0](#v140)
|
||||
- [v1.5.0](#v150)
|
||||
- [v1.6.0](#v160)
|
||||
|
||||
<!-- vim-markdown-toc -->
|
||||
|
||||
## 下一个版本
|
||||
|
||||
### [v1.6.0](https://github.com/SpaceVim/SpaceVim/milestone/19)
|
||||
### [v1.7.0](https://github.com/SpaceVim/SpaceVim/milestone/20)
|
||||
|
||||
## 版本说明
|
||||
|
||||
@ -53,6 +54,10 @@ There are release milestones and meta milestones ("buckets").
|
||||
|
||||
## 已完成
|
||||
|
||||
### [v1.5.0](https://github.com/SpaceVim/SpaceVim/milestone/18)
|
||||
|
||||
release note: [v1.5.0](http://spacevim.org/SpaceVim-release-v1.5.0/)
|
||||
|
||||
### [v0.1.0](https://github.com/SpaceVim/SpaceVim/milestone/1)
|
||||
|
||||
the first public release of SpaceVim, and following feature will be implemented:
|
||||
@ -149,10 +154,12 @@ release note: [v1.3.0](http://spacevim.org/SpaceVim-release-v1.3.0/)
|
||||
|
||||
### [v1.4.0](https://github.com/SpaceVim/SpaceVim/milestone/17)
|
||||
|
||||
- Change all plugins to forked version
|
||||
|
||||
release note: [v1.4.0](http://spacevim.org/SpaceVim-release-v1.4.0/)
|
||||
|
||||
### [v1.5.0](https://github.com/SpaceVim/SpaceVim/milestone/18)
|
||||
### [v1.6.0](https://github.com/SpaceVim/SpaceVim/milestone/19)
|
||||
|
||||
release note: [v1.5.0](http://spacevim.org/SpaceVim-release-v1.5.0/)
|
||||
release note: [v1.6.0](http://spacevim.org/SpaceVim-release-v1.6.0/)
|
||||
|
||||
<!-- SpaceVim roadmap completed items end -->
|
||||
|
@ -7,10 +7,10 @@ description: "SpaceVim is a community-driven vim distribution that seeks to prov
|
||||
[![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=master)](https://travis-ci.org/SpaceVim/SpaceVim)
|
||||
[![Build status](https://ci.appveyor.com/api/projects/status/eh3t5oph70abp665/branch/master?svg=true)](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/master)
|
||||
[![codecov](https://codecov.io/gh/SpaceVim/SpaceVim/branch/dev/graph/badge.svg)](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master)
|
||||
[![Version](https://img.shields.io/badge/version-1.6.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases)
|
||||
[![Version](https://img.shields.io/badge/version-1.6.0-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/89103568-5ad59480-d445-11ea-9745-bd53e668b956.png)
|
||||
![welcome page](https://user-images.githubusercontent.com/13142418/103414298-5e1da980-4bb8-11eb-96bc-b2e118f672b5.png)
|
||||
|
||||
# SpaceVim - Modern Vim distribution
|
||||
|
||||
@ -28,7 +28,7 @@ appreciation while providing us motivation to continue working on this project.
|
||||
- [Documentation](documentation/): the primary official document of SpaceVim
|
||||
- [Available layers](layers/): a list of available layers which can be used in SpaceVim
|
||||
|
||||
The last release is [v1.5.0](https://spacevim.org/SpaceVim-release-v1.5.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.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.
|
||||
|
||||
## New features
|
||||
|
||||
@ -57,7 +57,7 @@ Contribute code, report bugs and request features at [GitHub](https://github.com
|
||||
|
||||
- What is the project status?
|
||||
|
||||
The current stable version is v1.5.0, See the [milestones page](https://github.com/SpaceVim/SpaceVim/milestones)
|
||||
The current stable version is v1.6.0, See the [milestones page](https://github.com/SpaceVim/SpaceVim/milestones)
|
||||
for development progress and the [Roadmap](roadmap/) for high-level plans.
|
||||
|
||||
- Is SpaceVim trying to turn Vim/Neovim into an IDE?
|
||||
|
@ -11,7 +11,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/
|
||||
echo " | ## "
|
||||
echo " | ## "
|
||||
echo " |__/ "
|
||||
echo " version : 1.6.0-dev by : spacevim.org "
|
||||
echo " version : 1.6.0 by : spacevim.org "
|
||||
|
||||
Push-Location ~
|
||||
|
||||
|
@ -84,7 +84,7 @@ On_IWhite='\033[0;107m' # White
|
||||
# }}}
|
||||
|
||||
# version
|
||||
Version='1.6.0-dev'
|
||||
Version='1.6.0'
|
||||
#System name
|
||||
System="$(uname -s)"
|
||||
|
||||
|
@ -10,9 +10,10 @@ The roadmap and [milestones](https://github.com/SpaceVim/SpaceVim/milestones) de
|
||||
<!-- vim-markdown-toc GFM -->
|
||||
|
||||
- [Next](#next)
|
||||
- [v1.6.0](#v160)
|
||||
- [v1.7.0](#v170)
|
||||
- [Meta](#meta)
|
||||
- [Completed](#completed)
|
||||
- [v1.5.0](#v150)
|
||||
- [v0.1.0](#v010)
|
||||
- [v0.2.0](#v020)
|
||||
- [v0.3.0](#v030)
|
||||
@ -28,13 +29,13 @@ The roadmap and [milestones](https://github.com/SpaceVim/SpaceVim/milestones) de
|
||||
- [v1.2.0](#v120)
|
||||
- [v1.3.0](#v130)
|
||||
- [v1.4.0](#v140)
|
||||
- [v1.5.0](#v150)
|
||||
- [v1.6.0](#v160)
|
||||
|
||||
<!-- vim-markdown-toc -->
|
||||
|
||||
## Next
|
||||
|
||||
### [v1.6.0](https://github.com/SpaceVim/SpaceVim/milestone/19)
|
||||
### [v1.7.0](https://github.com/SpaceVim/SpaceVim/milestone/20)
|
||||
|
||||
## Meta
|
||||
|
||||
@ -52,6 +53,10 @@ There are release milestones and meta milestones ("buckets").
|
||||
|
||||
## Completed
|
||||
|
||||
### [v1.5.0](https://github.com/SpaceVim/SpaceVim/milestone/18)
|
||||
|
||||
release note: [v1.5.0](http://spacevim.org/SpaceVim-release-v1.5.0/)
|
||||
|
||||
### [v0.1.0](https://github.com/SpaceVim/SpaceVim/milestone/1)
|
||||
|
||||
the first public release of SpaceVim, and following feature will be implemented:
|
||||
@ -148,11 +153,12 @@ release note: [v1.3.0](http://spacevim.org/SpaceVim-release-v1.3.0/)
|
||||
|
||||
### [v1.4.0](https://github.com/SpaceVim/SpaceVim/milestone/17)
|
||||
|
||||
- Change all plugins to forked version
|
||||
|
||||
release note: [v1.4.0](http://spacevim.org/SpaceVim-release-v1.4.0/)
|
||||
|
||||
### [v1.5.0](https://github.com/SpaceVim/SpaceVim/milestone/18)
|
||||
|
||||
release note: [v1.5.0](http://spacevim.org/SpaceVim-release-v1.5.0/)
|
||||
### [v1.6.0](https://github.com/SpaceVim/SpaceVim/milestone/19)
|
||||
|
||||
release note: [v1.6.0](http://spacevim.org/SpaceVim-release-v1.6.0/)
|
||||
|
||||
<!-- SpaceVim roadmap completed items end -->
|
||||
|
@ -2,80 +2,16 @@
|
||||
|
||||
## 下一个版本
|
||||
|
||||
下一个版本号为 v1.6.0
|
||||
下一个版本号为 v1.7.0
|
||||
|
||||
<!-- call SpaceVim#dev#followHEAD#update('cn') -->
|
||||
<!-- SpaceVim follow HEAD en start -->
|
||||
|
||||
#### 新特性
|
||||
|
||||
- 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)
|
||||
- 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)
|
||||
|
||||
|
||||
#### 问题修复
|
||||
|
||||
- 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)
|
||||
- fix Leaderf neoyank. [#3541](https://github.com/SpaceVim/SpaceVim/pull/3541)
|
||||
|
||||
|
||||
#### 未知
|
||||
|
||||
- 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)
|
||||
- Update doc for statusline [#3665](https://github.com/SpaceVim/SpaceVim/pull/3665)
|
||||
- Update g map [#3496](https://github.com/SpaceVim/SpaceVim/pull/3496)
|
||||
- Doc: type in doc [#3488](https://github.com/SpaceVim/SpaceVim/pull/3488)
|
||||
- Update file head [#3379](https://github.com/SpaceVim/SpaceVim/pull/3379)
|
||||
- feat: optional support of vim-devicons [#3271](https://github.com/SpaceVim/SpaceVim/pull/3271)
|
||||
- Improve tabline [#2242](https://github.com/SpaceVim/SpaceVim/pull/2242)
|
||||
|
||||
<!-- SpaceVim follow HEAD en end -->
|
||||
|
||||
## 上一个版本
|
||||
|
||||
SpaceVim 于 2020-08-01 发布 v1.5.0 版本,可查阅版本发布文章:
|
||||
SpaceVim 于 2020-12-31 发布 v1.6.0 版本,可查阅版本发布文章:
|
||||
|
||||
- [SpaceVim 发布 v1.5.0 版本](https://spacevim.org/SpaceVim-release-v1.5.0/)
|
||||
- [SpaceVim 发布 v1.6.0 版本](https://spacevim.org/SpaceVim-release-v1.6.0/)
|
||||
|
@ -2,82 +2,17 @@ This page documents changes in master branch since last release v1.5.0
|
||||
|
||||
## PreRelease
|
||||
|
||||
The next release is v1.6.0:
|
||||
The next release is v1.7.0:
|
||||
|
||||
### Pull Requests
|
||||
|
||||
<!-- call SpaceVim#dev#followHEAD#update('en') -->
|
||||
<!-- SpaceVim follow HEAD en start -->
|
||||
|
||||
#### New Features
|
||||
|
||||
- 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)
|
||||
- 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
|
||||
|
||||
- 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)
|
||||
- fix Leaderf neoyank. [#3541](https://github.com/SpaceVim/SpaceVim/pull/3541)
|
||||
|
||||
|
||||
#### Unmarked PRs
|
||||
|
||||
- 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)
|
||||
- Update doc for statusline [#3665](https://github.com/SpaceVim/SpaceVim/pull/3665)
|
||||
- Update g map [#3496](https://github.com/SpaceVim/SpaceVim/pull/3496)
|
||||
- Doc: type in doc [#3488](https://github.com/SpaceVim/SpaceVim/pull/3488)
|
||||
- Update file head [#3379](https://github.com/SpaceVim/SpaceVim/pull/3379)
|
||||
- feat: optional support of vim-devicons [#3271](https://github.com/SpaceVim/SpaceVim/pull/3271)
|
||||
- Improve tabline [#2242](https://github.com/SpaceVim/SpaceVim/pull/2242)
|
||||
|
||||
<!-- SpaceVim follow HEAD en end -->
|
||||
|
||||
## Latest Release
|
||||
|
||||
SpaceVim releases v1.5.0 at 2020-08-01, please check the release page:
|
||||
SpaceVim releases v1.6.0 at 2020-12-31, please check the release page:
|
||||
|
||||
- [SpaceVim releases v1.5.0](https://spacevim.org/SpaceVim-release-v1.5.0/) for all the details
|
||||
- [SpaceVim releases v1.6.0](https://spacevim.org/SpaceVim-release-v1.6.0/) for all the details
|
||||
|
Loading…
Reference in New Issue
Block a user