diff --git a/.SpaceVim.d/ReleaseCheckList.md b/.SpaceVim.d/ReleaseCheckList.md deleted file mode 100644 index 8affea8fc..000000000 --- a/.SpaceVim.d/ReleaseCheckList.md +++ /dev/null @@ -1,33 +0,0 @@ -# The check list for release - - -## Pre-release - - -### Version update - -from `v1.0.0-dev` to `v1.0.0` - -- [ ] vim script version: `autoload/SpaceVim.vim` -- [ ] bash script: `docs/install.sh` -- [ ] bash script: `docs/cn/install.sh` -- [ ] batch script: `docs/install.cmd` -- [ ] batch script: `docs/cn/install.cmd` - -### Website && Wiki - -- [ ] Home page -- [ ] Readme of github and gitee -- [ ] roadmap - -## After Release - -### Version update - -from `v1.0.0` to `v1.1.0-dev` - -- [ ] vim script version: `autoload/SpaceVim.vim` -- [ ] bash script: `docs/install.sh` -- [ ] bash script: `docs/cn/install.sh` -- [ ] batch script: `docs/install.cmd` -- [ ] batch script: `docs/cn/install.cmd` diff --git a/.SpaceVim.d/ReleasePostCheckList.md b/.SpaceVim.d/ReleasePostCheckList.md new file mode 100644 index 000000000..1ec4fa2f5 --- /dev/null +++ b/.SpaceVim.d/ReleasePostCheckList.md @@ -0,0 +1,12 @@ +## Release-Post check list + +### Version update + +from `v1.0.0` to `v1.1.0-dev` + +- [ ] vim script version: `autoload/SpaceVim.vim` +- [ ] bash script: `docs/install.sh` +- [ ] bash script: `docs/cn/install.sh` +- [ ] batch script: `docs/install.cmd` +- [ ] batch script: `docs/cn/install.cmd` + diff --git a/.SpaceVim.d/ReleasePreCheckList.md b/.SpaceVim.d/ReleasePreCheckList.md new file mode 100644 index 000000000..8db4ce6c1 --- /dev/null +++ b/.SpaceVim.d/ReleasePreCheckList.md @@ -0,0 +1,17 @@ +## Pre-release check list + +### Version update + +from `v1.0.0-dev` to `v1.0.0` + +- [ ] vim script version: `autoload/SpaceVim.vim` +- [ ] bash script: `docs/install.sh` +- [ ] bash script: `docs/cn/install.sh` +- [ ] batch script: `docs/install.cmd` +- [ ] batch script: `docs/cn/install.cmd` + +### Website && Wiki + +- [ ] Home page +- [ ] Readme of github and gitee +- [ ] roadmap diff --git a/.SpaceVim.d/autoload/SpaceVim/dev/releases.vim b/.SpaceVim.d/autoload/SpaceVim/dev/releases.vim index 7574d1eaa..ced81e716 100644 --- a/.SpaceVim.d/autoload/SpaceVim/dev/releases.vim +++ b/.SpaceVim.d/autoload/SpaceVim/dev/releases.vim @@ -20,12 +20,17 @@ scriptencoding utf-8 " 2020-04-05 v1.2.0 is released at https://github.com/SpaceVim/SpaceVim/pull/3432 " these options can be changed when going to release new tag -let s:last_release_number = 3432 +let s:last_release_number = 3678 " 这是所有 ID 小于上一次 release ID,并且还未被合并的 ID,在新的release " 之后,需要把已经合并了的删除! -let s:unmerged_prs_since_last_release = [2014, 2232, 2242, 2307, - \ 2396, 2407, 2447, 2627, 2655, 2664, 2792, 2819, 2825, 2861, 2868, 2906, 2910, 2927, 2984, 3004, 3064, 3076, - \ 3083, 3092, 3107, 3170, 3195, 3260, 3271, 3290, 3300, 3318, 3340, 3371, 3379 +let s:unmerged_prs_since_last_release = [ + \ 3678, 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 \ ] " 当要新建一个 release 时,修改为该release 的ID,通常为 -1。 let s:current_release_number = -1 diff --git a/README.cn.md b/README.cn.md index 2e8d4c32b..6055145e6 100644 --- a/README.cn.md +++ b/README.cn.md @@ -4,7 +4,7 @@ [![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--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) +[![Version](https://img.shields.io/badge/version-1.5.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) SpaceVim 是一个社区驱动的模块化 Vim/Neovim 配置集合,以模块的方式组织管理插件以 @@ -18,7 +18,7 @@ Github: 码云: -![welcome-page](https://user-images.githubusercontent.com/13142418/80494420-3925c680-8999-11ea-9652-21e1e5564148.png) +![welcome-page](https://user-images.githubusercontent.com/13142418/89103568-5ad59480-d445-11ea-9745-bd53e668b956.png) 推荐阅读: diff --git a/README.md b/README.md index e44e6d7b8..db22adceb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [![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/master/graph/badge.svg)](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master) -![Version](https://img.shields.io/badge/version-1.5.0--dev-8700FF.svg) +![Version](https://img.shields.io/badge/version-1.5.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) @@ -22,9 +22,9 @@ SpaceVim 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. SpaceVim is not just a vimrc but an ultimate Vim configuration, It contains many built-in features. -![welcome-page](https://user-images.githubusercontent.com/13142418/80494420-3925c680-8999-11ea-9652-21e1e5564148.png) +![welcome-page](https://user-images.githubusercontent.com/13142418/89103568-5ad59480-d445-11ea-9745-bd53e668b956.png) -The last release is v1.4.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.5.0, check out [following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) page for what happened since last release. ## Instructions diff --git a/appveyor.yml b/appveyor.yml index 32c81b789..f28df9713 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.4.0.{build} +version: 1.5.0.{build} pull_requests: do_not_increment_build_number: true skip_tags: true diff --git a/autoload/SpaceVim.vim b/autoload/SpaceVim.vim index ec894e4b0..212bae794 100644 --- a/autoload/SpaceVim.vim +++ b/autoload/SpaceVim.vim @@ -43,7 +43,7 @@ scriptencoding utf-8 "" " Version of SpaceVim , this value can not be changed. -let g:spacevim_version = '1.5.0-dev' +let g:spacevim_version = '1.5.0' lockvar g:spacevim_version "" diff --git a/docs/_config.yml b/docs/_config.yml index a2e5218c8..4b9793e9f 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -35,4 +35,4 @@ defaults: - scope: path: "" values: - image: https://user-images.githubusercontent.com/13142418/68079142-904e4280-fe1f-11e9-993e-b834ea3d39ea.png + image: https://user-images.githubusercontent.com/13142418/89103568-5ad59480-d445-11ea-9745-bd53e668b956.png diff --git a/docs/_posts/2020-08-01-SpaceVim-release-v1.5.0.md b/docs/_posts/2020-08-01-SpaceVim-release-v1.5.0.md new file mode 100644 index 000000000..b5dbcd5ef --- /dev/null +++ b/docs/_posts/2020-08-01-SpaceVim-release-v1.5.0.md @@ -0,0 +1,119 @@ +--- +title: SpaceVim release v1.5.0 +categories: [changelog, blog] +description: "SpaceVim release v1.5.0" +type: article +image: https://user-images.githubusercontent.com/13142418/89103568-5ad59480-d445-11ea-9745-bd53e668b956.png +commentsID: "SpaceVim release v1.5.0" +comments: true +--- + +# [Changelogs](../development#changelog) > SpaceVim release v1.5.0 + + + +- [What's New](#whats-new) + - [New language layers](#new-language-layers) + - [New APIs](#new-apis) + - [New features](#new-features) +- [Changes](#changes) +- [Bug Fixs](#bug-fixs) +- [Doc&&Wiki](#docwiki) +- [Others](#others) + + + + +The last release is v1.4.0, After four months development. +The v1.5.0 has been released. So let's take a look at what happened since last relase. + +![welcome-page](https://user-images.githubusercontent.com/13142418/89103568-5ad59480-d445-11ea-9745-bd53e668b956.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 + +Four programming language layers have been added since the last release: + +- Add `lang#factor` layer [#2906](https://github.com/SpaceVim/SpaceVim/pull/2906) +- Add `lang#forth` layer [#2927](https://github.com/SpaceVim/SpaceVim/pull/2927) +- Add `lang#supoercollider` layer [#3092](https://github.com/SpaceVim/SpaceVim/pull/3092) +- Add `lang#fortran` layer [#3654](https://github.com/SpaceVim/SpaceVim/pull/3654) + +### New APIs + +- Add `notification` API [#3621](https://github.com/SpaceVim/SpaceVim/pull/3621) +- Add multiple notification support [#3624](https://github.com/SpaceVim/SpaceVim/pull/3624) +- Add `clock` api [#3595](https://github.com/SpaceVim/SpaceVim/pull/3595) +- Add setbufvar api [#3083](https://github.com/SpaceVim/SpaceVim/pull/3083) +- Add floating_statusline api [#2664](https://github.com/SpaceVim/SpaceVim/pull/2664) +- Add type checking function for `vim` api [#3666](https://github.com/SpaceVim/SpaceVim/pull/3666) + +### New features + +- Add floating statusline for key bindng guide [#3605](https://github.com/SpaceVim/SpaceVim/pull/3605) +- Add floating windows support vim [#3612](https://github.com/SpaceVim/SpaceVim/pull/3612) +- Add Flygrep float preview for neovim [#3649](https://github.com/SpaceVim/SpaceVim/pull/3649) +- Disable scrollbar in vim [#3625](https://github.com/SpaceVim/SpaceVim/pull/3625) +- Floating statusline for vim [#3617](https://github.com/SpaceVim/SpaceVim/pull/3617) +- Add highlight option for floating API [#3619](https://github.com/SpaceVim/SpaceVim/pull/3619) +- Add spinners support in repl [#2232](https://github.com/SpaceVim/SpaceVim/pull/2232) +- Add branch manager plugin [#2396](https://github.com/SpaceVim/SpaceVim/pull/2396) +- Add profile plugin [#3290](https://github.com/SpaceVim/SpaceVim/pull/3290) +- Add command SPClean to claer unused plugins [#3589](https://github.com/SpaceVim/SpaceVim/pull/3589) +- Add option: escape_key_binding [#3599](https://github.com/SpaceVim/SpaceVim/pull/3599) +- Add jump transtate [#3590](https://github.com/SpaceVim/SpaceVim/pull/3590) +- Add nerdtree support in welcome screen [#3584](https://github.com/SpaceVim/SpaceVim/pull/3584) +- Improve plugin manager [#3591](https://github.com/SpaceVim/SpaceVim/pull/3591) +- Update php.vim [#3004](https://github.com/SpaceVim/SpaceVim/pull/3004) +- Show buffer name [#3340](https://github.com/SpaceVim/SpaceVim/pull/3340) +- Neovim lsp [#2627](https://github.com/SpaceVim/SpaceVim/pull/2627) +- Improve `lang#rust` layer [#3674](https://github.com/SpaceVim/SpaceVim/pull/3674) +- Improve location list statusline [#3653](https://github.com/SpaceVim/SpaceVim/pull/3653) + +## Changes + +- Improve project root detection [#3609](https://github.com/SpaceVim/SpaceVim/pull/3609) + +## Bug Fixs + +- Fix `vim#window` api [#3643](https://github.com/SpaceVim/SpaceVim/pull/3643) +- Fix smart quit should skip floating windows and popup [#3640](https://github.com/SpaceVim/SpaceVim/pull/3640) +- Fix lua api [#3639](https://github.com/SpaceVim/SpaceVim/pull/3639) +- Fix VCS Transient State [#3635](https://github.com/SpaceVim/SpaceVim/pull/3635) +- Fix vim#buffer api [#3630](https://github.com/SpaceVim/SpaceVim/pull/3630) +- Fix vim popup bug [#3616](https://github.com/SpaceVim/SpaceVim/pull/3616) +- Fix shell layer [#3608](https://github.com/SpaceVim/SpaceVim/pull/3608) +- Fix SPC g m key binding [#3607](https://github.com/SpaceVim/SpaceVim/pull/3607) +- Fix comment invert yank doesn't work in visual mode [#3606](https://github.com/SpaceVim/SpaceVim/pull/3606) +- Fix make error for missing lib folder [#3586](https://github.com/SpaceVim/SpaceVim/pull/3586) +- Fix java format config [#3575](https://github.com/SpaceVim/SpaceVim/pull/3575) +- Fix c cpp highlight [#3561](https://github.com/SpaceVim/SpaceVim/pull/3561) +- Fix coc.vim installation [#3560](https://github.com/SpaceVim/SpaceVim/pull/3560) +- Update coc.nvim installation [#3564](https://github.com/SpaceVim/SpaceVim/pull/3564) +- Fix flygrep statusline [#3657](https://github.com/SpaceVim/SpaceVim/pull/3657) +- Fix flygrep history completion [#3659](https://github.com/SpaceVim/SpaceVim/pull/3659) +- Fix dein support [#3647](https://github.com/SpaceVim/SpaceVim/pull/3647) +- Fix statuline in old split windows [#3644](https://github.com/SpaceVim/SpaceVim/pull/3644) +- Fix unknown function popup_list [#3673](https://github.com/SpaceVim/SpaceVim/pull/3673) +- Fix support for vim 7.4.1689 [#3663](https://github.com/SpaceVim/SpaceVim/pull/3663) +- Fix key binding guide floating statusline [#3658](https://github.com/SpaceVim/SpaceVim/pull/3658) +- Fix lsp support for lang#c layer [#3652](https://github.com/SpaceVim/SpaceVim/pull/3652) +- Fix fonts downloader [#3648](https://github.com/SpaceVim/SpaceVim/pull/3648) +- Fix key binding q in quickfix windows [#3645](https://github.com/SpaceVim/SpaceVim/pull/3645) + +## Doc&&Wiki + +- Add help file for tasks [#3371](https://github.com/SpaceVim/SpaceVim/pull/3371) +- Add cn blog for key binding guide [#3675](https://github.com/SpaceVim/SpaceVim/pull/3675) +- Update gnu global install guide for MacOS [#3651](https://github.com/SpaceVim/SpaceVim/pull/3651) +- Update following HEAD page [#3642](https://github.com/SpaceVim/SpaceVim/pull/3642) + +## Others + +- Update vimproc.vim bundle to latest version [#3587](https://github.com/SpaceVim/SpaceVim/pull/3587) + diff --git a/docs/cn/index.md b/docs/cn/index.md index 0b4464ea8..31fdd0824 100644 --- a/docs/cn/index.md +++ b/docs/cn/index.md @@ -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--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) +[![Version](https://img.shields.io/badge/version-1.5.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/80494420-3925c680-8999-11ea-9652-21e1e5564148.png) +![welcome-page](https://user-images.githubusercontent.com/13142418/89103568-5ad59480-d445-11ea-9745-bd53e668b956.png) # SpaceVim - 模块化的 Vim IDE @@ -51,7 +51,7 @@ SpaceVim 是一个社区驱动的模块化的 Vim IDE,以模块的方式组织 - 目前 SpaceVim 的开发状态如何? -当前最新发布的稳定版本是 v1.4.0。可以查看 [时间表](https://github.com/SpaceVim/SpaceVim/milestones) 获取开发进度, +当前最新发布的稳定版本是 v1.5.0。可以查看 [时间表](https://github.com/SpaceVim/SpaceVim/milestones) 获取开发进度, 或者阅读 [Roadmap](roadmap/) 获取开发计划。 - SpaceVim 是尝试搭建一个 IDE 吗? diff --git a/docs/cn/install.cmd b/docs/cn/install.cmd index 3711510dc..e90feafdf 100644 --- a/docs/cn/install.cmd +++ b/docs/cn/install.cmd @@ -11,7 +11,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/ echo " | ## " echo " | ## " echo " |__/ " -echo " 版本: 1.5.0-dev 中文官网: https://spacevim.org/cn/ " +echo " 版本: 1.5.0 中文官网: https://spacevim.org/cn/ " Push-Location ~ diff --git a/docs/cn/install.sh b/docs/cn/install.sh index 83bd71c73..04e58c23c 100755 --- a/docs/cn/install.sh +++ b/docs/cn/install.sh @@ -84,7 +84,7 @@ On_IWhite='\033[0;107m' # White # }}} # version -Version='1.5.0-dev' +Version='1.5.0' #System name System="$(uname -s)" diff --git a/docs/cn/roadmap.md b/docs/cn/roadmap.md index e0a54c4e6..cb9b78109 100644 --- a/docs/cn/roadmap.md +++ b/docs/cn/roadmap.md @@ -11,7 +11,7 @@ SpaceVim 的设计蓝图和[里程碑](https://github.com/SpaceVim/SpaceVim/mile - [下一个版本](#下一个版本) - - [v1.5.0](#v150) + - [v1.6.0](#v160) - [版本说明](#版本说明) - [已完成](#已完成) - [v0.1.0](#v010) @@ -29,12 +29,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.5.0](https://github.com/SpaceVim/SpaceVim/milestone/18) +### [v1.6.0](https://github.com/SpaceVim/SpaceVim/milestone/19) ## 版本说明 @@ -150,5 +151,8 @@ release note: [v1.3.0](http://spacevim.org/SpaceVim-release-v1.3.0/) 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/) diff --git a/docs/index.md b/docs/index.md index a75423fdc..ecd0c8a72 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.5.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) +[![Version](https://img.shields.io/badge/version-1.5.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/80494420-3925c680-8999-11ea-9652-21e1e5564148.png) +![welcome-page](https://user-images.githubusercontent.com/13142418/89103568-5ad59480-d445-11ea-9745-bd53e668b956.png) # SpaceVim - Modern Vim distribution @@ -30,7 +30,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.4.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.5.0, check out [following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) page for what happened since last release. ## New features @@ -59,7 +59,7 @@ Contribute code, report bugs and request features at [GitHub](https://github.com - What is the project status? -The current stable version is v1.4.0, See the [milestones page](https://github.com/SpaceVim/SpaceVim/milestones) +The current stable version is v1.5.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? diff --git a/docs/install.cmd b/docs/install.cmd index d11c49371..6450ae46b 100644 --- a/docs/install.cmd +++ b/docs/install.cmd @@ -11,7 +11,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/ echo " | ## " echo " | ## " echo " |__/ " -echo " version : 1.5.0-dev by : spacevim.org " +echo " version : 1.5.0 by : spacevim.org " Push-Location ~ diff --git a/docs/install.sh b/docs/install.sh index 2a5b96e32..3a90d1050 100755 --- a/docs/install.sh +++ b/docs/install.sh @@ -84,7 +84,7 @@ On_IWhite='\033[0;107m' # White # }}} # version -Version='1.5.0-dev' +Version='1.5.0' #System name System="$(uname -s)" diff --git a/docs/roadmap.md b/docs/roadmap.md index b2e13423a..f1c43b2a0 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -10,7 +10,7 @@ The roadmap and [milestones](https://github.com/SpaceVim/SpaceVim/milestones) de - [Next](#next) - - [v1.5.0](#v150) + - [v1.6.0](#v160) - [Meta](#meta) - [Completed](#completed) - [v0.1.0](#v010) @@ -28,12 +28,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) ## Next -### [v1.5.0](https://github.com/SpaceVim/SpaceVim/milestone/18) +### [v1.6.0](https://github.com/SpaceVim/SpaceVim/milestone/19) ## Meta @@ -149,4 +150,9 @@ release note: [v1.3.0](http://spacevim.org/SpaceVim-release-v1.3.0/) 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/) + + diff --git a/wiki/cn/Following-HEAD.md b/wiki/cn/Following-HEAD.md index b409655f1..5497bf9e3 100644 --- a/wiki/cn/Following-HEAD.md +++ b/wiki/cn/Following-HEAD.md @@ -1,65 +1,15 @@ -本页罗列出自上一版本 v1.4.0 以来,master 分支上所发生的变更记录: +本页罗列出自上一版本 v1.5.0 以来,master 分支上所发生的变更记录: ## 下一个版本 -下一个版本号为 v1.5.0 +下一个版本号为 v1.6.0 - -#### 新特性 - -- Add support multiple notification [#3624](https://github.com/SpaceVim/SpaceVim/pull/3624) -- Add notification API [#3621](https://github.com/SpaceVim/SpaceVim/pull/3621) -- Add highlight option [#3619](https://github.com/SpaceVim/SpaceVim/pull/3619) -- Add floating windows support vim [#3612](https://github.com/SpaceVim/SpaceVim/pull/3612) -- Add option: escape_key_binding [#3599](https://github.com/SpaceVim/SpaceVim/pull/3599) -- Add clock api [#3595](https://github.com/SpaceVim/SpaceVim/pull/3595) -- Add jump transtate [#3590](https://github.com/SpaceVim/SpaceVim/pull/3590) -- Add command SPClean to claer unused plugins [#3589](https://github.com/SpaceVim/SpaceVim/pull/3589) -- Added space vim [#3584](https://github.com/SpaceVim/SpaceVim/pull/3584) -- Add spinners support in repl [#2232](https://github.com/SpaceVim/SpaceVim/pull/2232) -- Add branch manager plugin [#2396](https://github.com/SpaceVim/SpaceVim/pull/2396) -- Add api to floating_statusline [#2664](https://github.com/SpaceVim/SpaceVim/pull/2664) -- Add lang#factor layer [#2906](https://github.com/SpaceVim/SpaceVim/pull/2906) -- Add lang#forth layer [#2927](https://github.com/SpaceVim/SpaceVim/pull/2927) -- Add setbufvar api [#3083](https://github.com/SpaceVim/SpaceVim/pull/3083) -- Add lang#supoercollider layer [#3092](https://github.com/SpaceVim/SpaceVim/pull/3092) -- Add profile plugin [#3290](https://github.com/SpaceVim/SpaceVim/pull/3290) -- Add help file for tasks [#3371](https://github.com/SpaceVim/SpaceVim/pull/3371) - -#### 问题修复 - -- Fix: smart quit should skip floating windows and popup [#3640](https://github.com/SpaceVim/SpaceVim/pull/3640) -- Fix lua api [#3639](https://github.com/SpaceVim/SpaceVim/pull/3639) -- Fix VCS Transient State [#3635](https://github.com/SpaceVim/SpaceVim/pull/3635) -- Fix vim#buffer api [#3630](https://github.com/SpaceVim/SpaceVim/pull/3630) -- Fix vim popup bug [#3616](https://github.com/SpaceVim/SpaceVim/pull/3616) -- Fix shell layer [#3608](https://github.com/SpaceVim/SpaceVim/pull/3608) -- Fix SPC g m key binding [#3607](https://github.com/SpaceVim/SpaceVim/pull/3607) -- Fix: comment invert yank doesn't work in visual mode [#3606](https://github.com/SpaceVim/SpaceVim/pull/3606) -- Fix make error for missing lib folder [#3586](https://github.com/SpaceVim/SpaceVim/pull/3586) -- Fix java format config [#3575](https://github.com/SpaceVim/SpaceVim/pull/3575) -- Fix c cpp highlight [#3561](https://github.com/SpaceVim/SpaceVim/pull/3561) -- Fix coc.vim installation [#3560](https://github.com/SpaceVim/SpaceVim/pull/3560) - -#### 未知 - -- Disable scrollbar in vim [#3625](https://github.com/SpaceVim/SpaceVim/pull/3625) -- Floating statusline for vim [#3617](https://github.com/SpaceVim/SpaceVim/pull/3617) -- Improve project root detection [#3609](https://github.com/SpaceVim/SpaceVim/pull/3609) -- Floating status [#3605](https://github.com/SpaceVim/SpaceVim/pull/3605) -- Improve plugin manager [#3591](https://github.com/SpaceVim/SpaceVim/pull/3591) -- Update vimproc.vim bundle to latest version [#3587](https://github.com/SpaceVim/SpaceVim/pull/3587) -- Update coc.nvim installation [#3564](https://github.com/SpaceVim/SpaceVim/pull/3564) -- Neovim lsp [#2627](https://github.com/SpaceVim/SpaceVim/pull/2627) -- Update php.vim [#3004](https://github.com/SpaceVim/SpaceVim/pull/3004) -- Show buffer name [#3340](https://github.com/SpaceVim/SpaceVim/pull/3340) - ## 上一个版本 -SpaceVim 于 2020-04-05 发布 v1.4.0 版本,可查阅版本发布文章: +SpaceVim 于 2020-08-01 发布 v1.5.0 版本,可查阅版本发布文章: -- [SpaceVim 发布 v1.4.0 版本](https://spacevim.org/SpaceVim-release-v1.4.0/) +- [SpaceVim 发布 v1.5.0 版本](https://spacevim.org/SpaceVim-release-v1.5.0/) diff --git a/wiki/en/Following-HEAD.md b/wiki/en/Following-HEAD.md index 6af044b02..ac82c0626 100644 --- a/wiki/en/Following-HEAD.md +++ b/wiki/en/Following-HEAD.md @@ -1,67 +1,17 @@ -This page documents changes in master branch since last release v1.4.0 +This page documents changes in master branch since last release v1.5.0 ## PreRelease -The next release is v1.5.0: +The next release is v1.6.0: ### Pull Requests - -#### New Features - -- Add support multiple notification [#3624](https://github.com/SpaceVim/SpaceVim/pull/3624) -- Add notification API [#3621](https://github.com/SpaceVim/SpaceVim/pull/3621) -- Add highlight option [#3619](https://github.com/SpaceVim/SpaceVim/pull/3619) -- Add floating windows support vim [#3612](https://github.com/SpaceVim/SpaceVim/pull/3612) -- Add option: escape_key_binding [#3599](https://github.com/SpaceVim/SpaceVim/pull/3599) -- Add clock api [#3595](https://github.com/SpaceVim/SpaceVim/pull/3595) -- Add jump transtate [#3590](https://github.com/SpaceVim/SpaceVim/pull/3590) -- Add command SPClean to claer unused plugins [#3589](https://github.com/SpaceVim/SpaceVim/pull/3589) -- Added space vim [#3584](https://github.com/SpaceVim/SpaceVim/pull/3584) -- Add spinners support in repl [#2232](https://github.com/SpaceVim/SpaceVim/pull/2232) -- Add branch manager plugin [#2396](https://github.com/SpaceVim/SpaceVim/pull/2396) -- Add api to floating_statusline [#2664](https://github.com/SpaceVim/SpaceVim/pull/2664) -- Add lang#factor layer [#2906](https://github.com/SpaceVim/SpaceVim/pull/2906) -- Add lang#forth layer [#2927](https://github.com/SpaceVim/SpaceVim/pull/2927) -- Add setbufvar api [#3083](https://github.com/SpaceVim/SpaceVim/pull/3083) -- Add lang#supoercollider layer [#3092](https://github.com/SpaceVim/SpaceVim/pull/3092) -- Add profile plugin [#3290](https://github.com/SpaceVim/SpaceVim/pull/3290) -- Add help file for tasks [#3371](https://github.com/SpaceVim/SpaceVim/pull/3371) - -#### Bug Fixs - -- Fix: smart quit should skip floating windows and popup [#3640](https://github.com/SpaceVim/SpaceVim/pull/3640) -- Fix lua api [#3639](https://github.com/SpaceVim/SpaceVim/pull/3639) -- Fix VCS Transient State [#3635](https://github.com/SpaceVim/SpaceVim/pull/3635) -- Fix vim#buffer api [#3630](https://github.com/SpaceVim/SpaceVim/pull/3630) -- Fix vim popup bug [#3616](https://github.com/SpaceVim/SpaceVim/pull/3616) -- Fix shell layer [#3608](https://github.com/SpaceVim/SpaceVim/pull/3608) -- Fix SPC g m key binding [#3607](https://github.com/SpaceVim/SpaceVim/pull/3607) -- Fix: comment invert yank doesn't work in visual mode [#3606](https://github.com/SpaceVim/SpaceVim/pull/3606) -- Fix make error for missing lib folder [#3586](https://github.com/SpaceVim/SpaceVim/pull/3586) -- Fix java format config [#3575](https://github.com/SpaceVim/SpaceVim/pull/3575) -- Fix c cpp highlight [#3561](https://github.com/SpaceVim/SpaceVim/pull/3561) -- Fix coc.vim installation [#3560](https://github.com/SpaceVim/SpaceVim/pull/3560) - -#### Unmarked PRs - -- Disable scrollbar in vim [#3625](https://github.com/SpaceVim/SpaceVim/pull/3625) -- Floating statusline for vim [#3617](https://github.com/SpaceVim/SpaceVim/pull/3617) -- Improve project root detection [#3609](https://github.com/SpaceVim/SpaceVim/pull/3609) -- Floating status [#3605](https://github.com/SpaceVim/SpaceVim/pull/3605) -- Improve plugin manager [#3591](https://github.com/SpaceVim/SpaceVim/pull/3591) -- Update vimproc.vim bundle to latest version [#3587](https://github.com/SpaceVim/SpaceVim/pull/3587) -- Update coc.nvim installation [#3564](https://github.com/SpaceVim/SpaceVim/pull/3564) -- Neovim lsp [#2627](https://github.com/SpaceVim/SpaceVim/pull/2627) -- Update php.vim [#3004](https://github.com/SpaceVim/SpaceVim/pull/3004) -- Show buffer name [#3340](https://github.com/SpaceVim/SpaceVim/pull/3340) - ## Latest Release -SpaceVim releases v1.4.0 at 2020-04-05, please check the release page: +SpaceVim releases v1.5.0 at 2020-08-01, please check the release page: -- [SpaceVim releases v1.4.0](https://spacevim.org/SpaceVim-release-v1.4.0/) for all the details +- [SpaceVim releases v1.5.0](https://spacevim.org/SpaceVim-release-v1.5.0/) for all the details