diff --git a/README.cn.md b/README.cn.md index d9d22c21d..bd25582fd 100644 --- a/README.cn.md +++ b/README.cn.md @@ -4,7 +4,7 @@ [![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=dev)](https://travis-ci.org/SpaceVim/SpaceVim) [![Build status](https://ci.appveyor.com/api/projects/status/eh3t5oph70abp665/branch/dev?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.0.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) +[![Version](https://img.shields.io/badge/version-1.0.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/46148881-a17f6400-c29b-11e8-9981-4915b4e3e733.png) +![welcome-page](https://user-images.githubusercontent.com/13142418/50423286-5b33a400-088e-11e9-830c-792ce1c7c126.png) 推荐阅读: diff --git a/README.md b/README.md index 14ee39eef..aaf15740c 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ SpaceVim is a community-driven modular vim distribution. It manages collections of plugins in layers, which help 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/46148881-a17f6400-c29b-11e8-9981-4915b4e3e733.png) +![welcome-page](https://user-images.githubusercontent.com/13142418/50423286-5b33a400-088e-11e9-830c-792ce1c7c126.png) -The last release is v0.9.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.0.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 e0cd5df81..a79e30734 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.0.0-dev.{build} +version: 1.0.0.{build} pull_requests: do_not_increment_build_number: true skip_tags: true diff --git a/autoload/SpaceVim.vim b/autoload/SpaceVim.vim index 32d724a4d..1d5988aef 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.0.0-dev' +let g:spacevim_version = '1.0.0' lockvar g:spacevim_version "" diff --git a/docs/_config.yml b/docs/_config.yml index 7a433f8d2..c5d4e595d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -42,4 +42,4 @@ defaults: - scope: path: "" values: - image: https://user-images.githubusercontent.com/13142418/46148881-a17f6400-c29b-11e8-9981-4915b4e3e733.png + image: https://user-images.githubusercontent.com/13142418/50423286-5b33a400-088e-11e9-830c-792ce1c7c126.png diff --git a/docs/_posts/2018-12-25-SpaceVim-release-v1.0.0.md b/docs/_posts/2018-12-25-SpaceVim-release-v1.0.0.md new file mode 100644 index 000000000..2bf07c15e --- /dev/null +++ b/docs/_posts/2018-12-25-SpaceVim-release-v1.0.0.md @@ -0,0 +1,86 @@ +--- +title: SpaceVim release v1.0.0 +categories: [changelog, blog] +excerpt: "A community-driven modular vim distribution - The ultimate vim configuration" +type: NewsArticle +image: https://user-images.githubusercontent.com/13142418/50423286-5b33a400-088e-11e9-830c-792ce1c7c126.png +commentsID: "SpaceVim release v1.0.0" +comments: true +--- + +# [Changelogs](../development#changelog) > SpaceVim release v1.0.0 + + + + +- [Release Notes](#release-notes) + - [Added](#added) + - [Improvement](#improvement) + - [Changed](#changed) + - [Fixed](#fixed) + - [Doc](#doc) + + + +SpaceVim is a distribution of the vim editor that's inspired by spacemacs. +It manages collections of plugins in layers, which help collect related +packages together to provide features. + +The first commit of SpaceVim is on 2016-12-26, after two years development, the first stable version +of SpaceVim v1.0.0 has been released. + +![v1.0.0 welcome page](https://user-images.githubusercontent.com/13142418/50423286-5b33a400-088e-11e9-830c-792ce1c7c126.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 + +## Release Notes + +### Added + +- Add unicode#spinners api ([#1926](https://github.com/SpaceVim/SpaceVim/pull/1926)) +- Add layer option for autocomplete layer ([#2236](https://github.com/SpaceVim/SpaceVim/pull/2236)) +- Add function for customizing searching tools ([#2235](https://github.com/SpaceVim/SpaceVim/pull/2235)) +- Add `lang#scheme` layer ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2248)) +- Add log for bootstrap function ([#2232](https://github.com/SpaceVim/SpaceVim/pull/2323)) +- Add findstr support in flygrep ([#2344](https://github.com/SpaceVim/SpaceVim/pull/2344)) +- Add API: `get_sid_from_path` ([#2350](https://github.com/SpaceVim/SpaceVim/pull/2350)) + +### Improvement + +- Update runtime log for startup ([#2219](https://github.com/SpaceVim/SpaceVim/pull/2219)) +- Add doc for how run run spacevim in docker ([#2238](https://github.com/SpaceVim/SpaceVim/pull/2238)) +- Improve error key bindings ([#2336](https://github.com/SpaceVim/SpaceVim/pull/2336)) +- Improve spacevim debug info ([#2349](https://github.com/SpaceVim/SpaceVim/pull/2349)) +- Improve cursor eval in `lang#vim` layer ([#2358](https://github.com/SpaceVim/SpaceVim/pull/2358)) +- Add more key bindings for typescript ([#2356](https://github.com/SpaceVim/SpaceVim/pull/2356)) +- Improve align feature ([#2213](https://github.com/SpaceVim/SpaceVim/pull/2213)) + +### Changed + +- Do not load language layer ([#2220](https://github.com/SpaceVim/SpaceVim/pull/2220)) +- Changed the behavior of 2-LeftMouse in vimfiler ([#2221](https://github.com/SpaceVim/SpaceVim/pull/2221)) +- Use forked neoformat repo ([#2360](https://github.com/SpaceVim/SpaceVim/pull/2360), [#2355](https://github.com/SpaceVim/SpaceVim/pull/2355)) +- Change default font to SauceCodePro ([#2373](https://github.com/SpaceVim/SpaceVim/pull/2373)) + +### Fixed + +- Do not load matchup in old version ([#2324](https://github.com/SpaceVim/SpaceVim/pull/2324)) +- Ctrlp support in windows ([#2325](https://github.com/SpaceVim/SpaceVim/pull/2325)) +- Fix layers list in windows ([#2327](https://github.com/SpaceVim/SpaceVim/pull/2327)) +- Fix statusline icon ([#2328](https://github.com/SpaceVim/SpaceVim/pull/2328)) +- Fix vimdoc command in windows ([#2338](https://github.com/SpaceVim/SpaceVim/pull/2338), [#2372](https://github.com/SpaceVim/SpaceVim/pull/2372)) +- Fix comment paragraphs key bindings ([#2340](https://github.com/SpaceVim/SpaceVim/pull/2340)) +- Fix dein-ui error, add syntax ([#2352](https://github.com/SpaceVim/SpaceVim/pull/2352), [`c9e1d4c`](https://github.com/SpaceVim/SpaceVim/commit/c9e1d4c9635c483bb3334c00ed36026d18950070)) +- Fix fullscreen key binding ([#2351](https://github.com/SpaceVim/SpaceVim/pull/2351)) +- Added missed syntax for detached FlyGrep ([#2353](https://github.com/SpaceVim/SpaceVim/pull/2353), [`08d0713`](https://github.com/SpaceVim/SpaceVim/commit/08d0713c4494ca401942a6ca10a48a1ac8484ce1)) +- Add log for generate configuration file ([#2369](https://github.com/SpaceVim/SpaceVim/pull/2369)) +- Fix FlyGrep syntax to support different outputs ([#2363](https://github.com/SpaceVim/SpaceVim/pull/2363), [`0b26f40`](https://github.com/SpaceVim/SpaceVim/commit/0b26f407d879427505418f5c3b4c1d753f3f4317)) +- Fix `project_rooter_automatically = 0` option to not change directory to project root ([#2363](https://github.com/SpaceVim/SpaceVim/pull/2365)) +- Add log for generate configuration file ([#2369](https://github.com/SpaceVim/SpaceVim/pull/2369)) +- Fix flygrep and neovim support in windows os ([#2371](https://github.com/SpaceVim/SpaceVim/pull/2371)) + +### Doc + +- Online tutorial ([#2004](https://github.com/SpaceVim/SpaceVim/pull/2004)) diff --git a/docs/cn/index.md b/docs/cn/index.md index 13484bc87..d79f99ba0 100644 --- a/docs/cn/index.md +++ b/docs/cn/index.md @@ -8,10 +8,10 @@ lang: cn [![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=dev)](https://travis-ci.org/SpaceVim/SpaceVim) [![Build status](https://ci.appveyor.com/api/projects/status/eh3t5oph70abp665/branch/dev?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.0.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) +[![Version](https://img.shields.io/badge/version-1.0.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/46148881-a17f6400-c29b-11e8-9981-4915b4e3e733.png) +![welcome-page](https://user-images.githubusercontent.com/13142418/50423286-5b33a400-088e-11e9-830c-792ce1c7c126.png) # SpaceVim - 模块化 Vim IDE @@ -46,7 +46,7 @@ SpaceVim 是一个社区驱动的模块化 Vim IDE,以模块的方式组织管 - 最新的状态是什么? -当前最新发布的稳定版本是 v0.8.0。可以查看 [时间表](https://github.com/SpaceVim/SpaceVim/milestones) 获取开发进度, +当前最新发布的稳定版本是 v1.0.0。可以查看 [时间表](https://github.com/SpaceVim/SpaceVim/milestones) 获取开发进度, 或者阅读 [Roadmap](roadmap/) 获取开发计划。 - SpaceVim 是尝试搭建一个 IDE 吗? diff --git a/docs/cn/install.cmd b/docs/cn/install.cmd index fa640a9c5..dd28b0bb6 100644 --- a/docs/cn/install.cmd +++ b/docs/cn/install.cmd @@ -11,7 +11,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/ echo " | ## " echo " | ## " echo " |__/ " -echo " 汾 : 1.0.0-dev Ĺ : https://spacevim.org/cn/ " +echo " 汾 : 1.0.0 Ĺ : https://spacevim.org/cn/ " Push-Location ~ diff --git a/docs/cn/install.sh b/docs/cn/install.sh index 9ca46a5d3..38d8b34fc 100755 --- a/docs/cn/install.sh +++ b/docs/cn/install.sh @@ -335,7 +335,7 @@ welcome () { echo_with_color ${Yellow} " | ## " echo_with_color ${Yellow} " | ## " echo_with_color ${Yellow} " |__/ " - echo_with_color ${Yellow} " 版本 : 1.0.0-dev 中文官网 : https://spacevim.org/cn/ " + echo_with_color ${Yellow} " 版本 : 1.0.0 中文官网 : https://spacevim.org/cn/ " } # }}} diff --git a/docs/index.md b/docs/index.md index ba8085264..1328d91bc 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=dev)](https://travis-ci.org/SpaceVim/SpaceVim) [![Build status](https://ci.appveyor.com/api/projects/status/eh3t5oph70abp665/branch/dev?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.0.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) +[![Version](https://img.shields.io/badge/version-1.0.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/46148881-a17f6400-c29b-11e8-9981-4915b4e3e733.png) +![welcome-page](https://user-images.githubusercontent.com/13142418/50423286-5b33a400-088e-11e9-830c-792ce1c7c126.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 v0.9.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.0.0, check out [following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) page for what happened since last release. ## New features diff --git a/docs/install.cmd b/docs/install.cmd index c394c2aa6..5bbb7c28a 100644 --- a/docs/install.cmd +++ b/docs/install.cmd @@ -11,7 +11,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/ echo " | ## " echo " | ## " echo " |__/ " -echo " version : 1.0.0-dev by : spacevim.org " +echo " version : 1.0.0 by : spacevim.org " Push-Location ~ diff --git a/docs/install.sh b/docs/install.sh index d0d7bc87f..34b366d24 100755 --- a/docs/install.sh +++ b/docs/install.sh @@ -330,7 +330,7 @@ welcome () { echo_with_color ${Yellow} " | ## " echo_with_color ${Yellow} " | ## " echo_with_color ${Yellow} " |__/ " - echo_with_color ${Yellow} " version : 1.0.0-dev by : spacevim.org " + echo_with_color ${Yellow} " version : 1.0.0 by : spacevim.org " } # }}} diff --git a/wiki/cn/Following-HEAD.md b/wiki/cn/Following-HEAD.md index ca51f610a..b267b108a 100644 --- a/wiki/cn/Following-HEAD.md +++ b/wiki/cn/Following-HEAD.md @@ -1,63 +1,26 @@ -本页罗列出自上一版本 v0.9.0 以来,master 分支上所发生的变更记录: +本页罗列出自上一版本 v1.0.0 以来,master 分支上所发生的变更记录: ## 下一个版本 -下一个版本号为 v1.0.0 +下一个版本号为 v1.1.0 ### 新特性 -- Add unicode#spinners api ([#1926](https://github.com/SpaceVim/SpaceVim/pull/1926)) -- Add layer option for autocomplete layer ([#2236](https://github.com/SpaceVim/SpaceVim/pull/2236)) -- Add function for customizing searching tools ([#2235](https://github.com/SpaceVim/SpaceVim/pull/2235)) -- Add `lang#scheme` layer ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2248)) -- Add log for bootstrap function ([#2232](https://github.com/SpaceVim/SpaceVim/pull/2323)) -- Add findstr support in flygrep ([#2344](https://github.com/SpaceVim/SpaceVim/pull/2344)) -- Add API: `get_sid_from_path` ([#2350](https://github.com/SpaceVim/SpaceVim/pull/2350)) - ### 功能改进 -- Update runtime log for startup ([#2219](https://github.com/SpaceVim/SpaceVim/pull/2219)) -- Add doc for how run run spacevim in docker ([#2238](https://github.com/SpaceVim/SpaceVim/pull/2238)) -- Improve error key bindings ([#2336](https://github.com/SpaceVim/SpaceVim/pull/2336)) -- Improve spacevim debug info ([#2349](https://github.com/SpaceVim/SpaceVim/pull/2349)) -- Improve cursor eval in `lang#vim` layer ([#2358](https://github.com/SpaceVim/SpaceVim/pull/2358)) -- Add more key bindings for typescript ([#2356](https://github.com/SpaceVim/SpaceVim/pull/2356)) -- Improve align feature ([#2213](https://github.com/SpaceVim/SpaceVim/pull/2213)) - ### 非兼容性变动 -- Do not load language layer ([#2220](https://github.com/SpaceVim/SpaceVim/pull/2220)) -- Changed the behavior of 2-LeftMouse in vimfiler ([#2221](https://github.com/SpaceVim/SpaceVim/pull/2221)) -- Use forked neoformat repo ([#2360](https://github.com/SpaceVim/SpaceVim/pull/2360), [#2355](https://github.com/SpaceVim/SpaceVim/pull/2355)) -- Change default font to SauceCodePro ([#2373](https://github.com/SpaceVim/SpaceVim/pull/2373)) - ### 问题修复 -- Do not load matchup in old version ([#2324](https://github.com/SpaceVim/SpaceVim/pull/2324)) -- Ctrlp support in windows ([#2325](https://github.com/SpaceVim/SpaceVim/pull/2325)) -- Fix layers list in windows ([#2327](https://github.com/SpaceVim/SpaceVim/pull/2327)) -- Fix statusline icon ([#2328](https://github.com/SpaceVim/SpaceVim/pull/2328)) -- Fix vimdoc command in windows ([#2338](https://github.com/SpaceVim/SpaceVim/pull/2338), [#2372](https://github.com/SpaceVim/SpaceVim/pull/2372)) -- Fix comment paragraphs key bindings ([#2340](https://github.com/SpaceVim/SpaceVim/pull/2340)) -- Fix dein-ui error, add syntax ([#2352](https://github.com/SpaceVim/SpaceVim/pull/2352), [`c9e1d4c`](https://github.com/SpaceVim/SpaceVim/commit/c9e1d4c9635c483bb3334c00ed36026d18950070)) -- Fix fullscreen key binding ([#2351](https://github.com/SpaceVim/SpaceVim/pull/2351)) -- Added missed syntax for detached FlyGrep ([#2353](https://github.com/SpaceVim/SpaceVim/pull/2353), [`08d0713`](https://github.com/SpaceVim/SpaceVim/commit/08d0713c4494ca401942a6ca10a48a1ac8484ce1)) -- Add log for generate configuration file ([#2369](https://github.com/SpaceVim/SpaceVim/pull/2369)) -- Fix FlyGrep syntax to support different outputs ([#2363](https://github.com/SpaceVim/SpaceVim/pull/2363), [`0b26f40`](https://github.com/SpaceVim/SpaceVim/commit/0b26f407d879427505418f5c3b4c1d753f3f4317)) -- Fix `project_rooter_automatically = 0` option to not change directory to project root ([#2363](https://github.com/SpaceVim/SpaceVim/pull/2365)) -- Add log for generate configuration file ([#2369](https://github.com/SpaceVim/SpaceVim/pull/2369)) -- Fix flygrep and neovim support in windows os ([#2371](https://github.com/SpaceVim/SpaceVim/pull/2371)) - ### 移除的功能 ### 文档、wiki 及官网变动 -- Online tutorial ([#2004](https://github.com/SpaceVim/SpaceVim/pull/2004)) ### 其他 ## 上一个版本 -SpaceVim 于 2018-09-26 发布 v0.9.0 版本,可查阅版本发布文章: +SpaceVim 于 2018-12-26 发布 v1.0.0 版本,可查阅版本发布文章: -- [SpaceVim 发布 v0.9.0 版本](https://spacevim.org/SpaceVim-release-v0.9.0/) +- [SpaceVim 发布 v0.9.0 版本](https://spacevim.org/SpaceVim-release-v1.0.0/) diff --git a/wiki/en/Following-HEAD.md b/wiki/en/Following-HEAD.md index 8dd5631f0..4ce1482dd 100644 --- a/wiki/en/Following-HEAD.md +++ b/wiki/en/Following-HEAD.md @@ -1,63 +1,23 @@ -This page documents changes in master branch since last release v0.9.0 +This page documents changes in master branch since last release v1.0.0 ## PreRelease -The next release is v1.0.0. +The next release is v1.0.1 ### Added -- Add unicode#spinners api ([#1926](https://github.com/SpaceVim/SpaceVim/pull/1926)) -- Add layer option for autocomplete layer ([#2236](https://github.com/SpaceVim/SpaceVim/pull/2236)) -- Add function for customizing searching tools ([#2235](https://github.com/SpaceVim/SpaceVim/pull/2235)) -- Add `lang#scheme` layer ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2248)) -- Add log for bootstrap function ([#2232](https://github.com/SpaceVim/SpaceVim/pull/2323)) -- Add findstr support in flygrep ([#2344](https://github.com/SpaceVim/SpaceVim/pull/2344)) -- Add API: `get_sid_from_path` ([#2350](https://github.com/SpaceVim/SpaceVim/pull/2350)) - ### Improvement -- Update runtime log for startup ([#2219](https://github.com/SpaceVim/SpaceVim/pull/2219)) -- Add doc for how run run spacevim in docker ([#2238](https://github.com/SpaceVim/SpaceVim/pull/2238)) -- Improve error key bindings ([#2336](https://github.com/SpaceVim/SpaceVim/pull/2336)) -- Improve spacevim debug info ([#2349](https://github.com/SpaceVim/SpaceVim/pull/2349)) -- Improve cursor eval in `lang#vim` layer ([#2358](https://github.com/SpaceVim/SpaceVim/pull/2358)) -- Add more key bindings for typescript ([#2356](https://github.com/SpaceVim/SpaceVim/pull/2356)) -- Improve align feature ([#2213](https://github.com/SpaceVim/SpaceVim/pull/2213)) - ### Changed -- Do not load language layer ([#2220](https://github.com/SpaceVim/SpaceVim/pull/2220)) -- Changed the behavior of 2-LeftMouse in vimfiler ([#2221](https://github.com/SpaceVim/SpaceVim/pull/2221)) -- Use forked neoformat repo ([#2360](https://github.com/SpaceVim/SpaceVim/pull/2360), [#2355](https://github.com/SpaceVim/SpaceVim/pull/2355)) -- Change default font to SauceCodePro ([#2373](https://github.com/SpaceVim/SpaceVim/pull/2373)) - ### Fixed -- Do not load matchup in old version ([#2324](https://github.com/SpaceVim/SpaceVim/pull/2324)) -- Ctrlp support in windows ([#2325](https://github.com/SpaceVim/SpaceVim/pull/2325)) -- Fix layers list in windows ([#2327](https://github.com/SpaceVim/SpaceVim/pull/2327)) -- Fix statusline icon ([#2328](https://github.com/SpaceVim/SpaceVim/pull/2328)) -- Fix vimdoc command in windows ([#2338](https://github.com/SpaceVim/SpaceVim/pull/2338), [#2372](https://github.com/SpaceVim/SpaceVim/pull/2372)) -- Fix comment paragraphs key bindings ([#2340](https://github.com/SpaceVim/SpaceVim/pull/2340)) -- Fix dein-ui error, add syntax ([#2352](https://github.com/SpaceVim/SpaceVim/pull/2352), [`c9e1d4c`](https://github.com/SpaceVim/SpaceVim/commit/c9e1d4c9635c483bb3334c00ed36026d18950070)) -- Fix fullscreen key binding ([#2351](https://github.com/SpaceVim/SpaceVim/pull/2351)) -- Added missed syntax for detached FlyGrep ([#2353](https://github.com/SpaceVim/SpaceVim/pull/2353), [`08d0713`](https://github.com/SpaceVim/SpaceVim/commit/08d0713c4494ca401942a6ca10a48a1ac8484ce1)) -- Add log for generate configuration file ([#2369](https://github.com/SpaceVim/SpaceVim/pull/2369)) -- Fix FlyGrep syntax to support different outputs ([#2363](https://github.com/SpaceVim/SpaceVim/pull/2363), [`0b26f40`](https://github.com/SpaceVim/SpaceVim/commit/0b26f407d879427505418f5c3b4c1d753f3f4317)) -- Fix `project_rooter_automatically = 0` option to not change directory to project root ([#2363](https://github.com/SpaceVim/SpaceVim/pull/2365)) -- Add log for generate configuration file ([#2369](https://github.com/SpaceVim/SpaceVim/pull/2369)) -- Fix flygrep and neovim support in windows os ([#2371](https://github.com/SpaceVim/SpaceVim/pull/2371)) - -### Removed - -### Doc, Wiki && Website - -- Online tutorial ([#2004](https://github.com/SpaceVim/SpaceVim/pull/2004)) +### Doc ### Others ## Latest Release -SpaceVim releases v0.9.0 at 2018-09-26, please check the release page: +SpaceVim releases v1.0.0 at 2018-12-26, please check the release page: -- [SpaceVim releases v0.9.0](https://spacevim.org/SpaceVim-release-v0.9.0/) for all the details +- [SpaceVim releases v0.9.0](https://spacevim.org/SpaceVim-release-v1.0.0/) for all the details