mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:10:04 +08:00
chore(version): update version to v2.1.0-dev
This commit is contained in:
parent
796be121c0
commit
5b9ae1e168
@ -21,7 +21,7 @@
|
||||
语法检查、格式化、调试、REPL 等特性。用户仅需载入相关语言的模块即可得到一个开箱
|
||||
即用的 Vim-IDE。
|
||||
|
||||
当前最新的稳定版为[v1.9.0](https://spacevim.org/SpaceVim-release-v1.9.0/),[following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) 页面罗列了
|
||||
当前最新的稳定版为[v2.0.0](https://spacevim.org/SpaceVim-release-v2.0.0/),发布于2022年7月2日,[following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) 页面罗列了
|
||||
master 分支最新的更新以及变动。
|
||||
|
||||
## 支持 SpaceVim
|
||||
|
@ -51,7 +51,7 @@ let s:SYSTEM = SpaceVim#api#import('system')
|
||||
|
||||
""
|
||||
" Version of SpaceVim , this value can not be changed.
|
||||
let g:spacevim_version = '2.0.0'
|
||||
let g:spacevim_version = '2.1.0-dev'
|
||||
lockvar g:spacevim_version
|
||||
|
||||
""
|
||||
|
@ -24,7 +24,7 @@ The last release is v1.9.0, After six months development.
|
||||
The v2.0.0 has been released. This is second major release of SpaceVim.
|
||||
So let's take a look at what happened since last relase.
|
||||
|
||||
![welcome page](https://user-images.githubusercontent.com/13142418/148374827-5f7aeaaa-e69b-441e-b872-408b47f4da04.png)
|
||||
![welcome page](https://user-images.githubusercontent.com/13142418/176910121-8e7ca78f-8434-4ac7-9b02-08c4d15f8ad9.png)
|
||||
|
||||
- [Quick start guide](../quick-start-guide/): installation, configuration, and resources of learning SpaceVim
|
||||
- [documentation](../documentation/): the primary official document of SpaceVim
|
||||
|
@ -7,7 +7,7 @@ lang: zh
|
||||
[![Gitter](https://img.shields.io/gitter/room/SpaceVim/SpaceVim?color=%2364CEAA)](https://gitter.im/SpaceVim/cn)
|
||||
[![build](https://img.shields.io/github/workflow/status/SpaceVim/SpaceVim/test)](https://github.com/SpaceVim/SpaceVim/actions/workflows/check.yml?query=branch%3Amaster)
|
||||
[![Codecov coverage](https://img.shields.io/codecov/c/github/SpaceVim/SpaceVim.svg)](https://codecov.io/gh/SpaceVim/SpaceVim)
|
||||
[![Version](https://img.shields.io/badge/version-2.0.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases)
|
||||
[![Version](https://img.shields.io/badge/version-2.1.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/176910121-8e7ca78f-8434-4ac7-9b02-08c4d15f8ad9.png)
|
||||
@ -25,7 +25,7 @@ SpaceVim 是一个社区驱动的模块化的 Vim IDE,以模块的方式组织
|
||||
- [使用文档](documentation/): 完整的用户使用文档,详细介绍了每一个快捷键以及配置的功能
|
||||
- [可用模块](layers/): 罗列了目前已经支持的所有模块,包括功能模块和不同的语言模块
|
||||
|
||||
当前最新的稳定版为[v1.9.0](https://spacevim.org/SpaceVim-release-v1.9.0/),[following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) 页面罗列了
|
||||
当前最新的稳定版为[v2.0.0](https://spacevim.org/SpaceVim-release-v2.0.0/),发布于2022年7月2日,[following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) 页面罗列了
|
||||
master 分支最新的更新以及变动。
|
||||
|
||||
## 最新特性
|
||||
|
@ -11,7 +11,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/
|
||||
echo " | ## "
|
||||
echo " | ## "
|
||||
echo " |__/ "
|
||||
echo " 版本: 2.0.0 中文官网: https://spacevim.org/cn/ "
|
||||
echo " 版本: 2.1.0-dev 中文官网: https://spacevim.org/cn/ "
|
||||
|
||||
Push-Location ~
|
||||
|
||||
|
@ -84,7 +84,7 @@ On_IWhite='\033[0;107m' # White
|
||||
# }}}
|
||||
|
||||
# version
|
||||
Version='2.0.0'
|
||||
Version='2.1.0-dev'
|
||||
#System name
|
||||
System="$(uname -s)"
|
||||
|
||||
|
@ -6,7 +6,7 @@ description: "SpaceVim is a community-driven vim distribution that seeks to prov
|
||||
[![Gitter](https://img.shields.io/gitter/room/SpaceVim/SpaceVim?color=%2364CEAA)](https://gitter.im/SpaceVim/SpaceVim)
|
||||
[![build](https://img.shields.io/github/workflow/status/SpaceVim/SpaceVim/test)](https://github.com/SpaceVim/SpaceVim/actions/workflows/check.yml?query=branch%3Amaster)
|
||||
[![Codecov coverage](https://img.shields.io/codecov/c/github/SpaceVim/SpaceVim.svg)](https://codecov.io/gh/SpaceVim/SpaceVim)
|
||||
[![Version](https://img.shields.io/badge/version-2.0.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases)
|
||||
[![Version](https://img.shields.io/badge/version-2.1.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/176910121-8e7ca78f-8434-4ac7-9b02-08c4d15f8ad9.png)
|
||||
@ -26,7 +26,7 @@ appreciation while providing us motivation to continue working on this project.
|
||||
- [Documentation](documentation/): the primary official documentation of SpaceVim
|
||||
- [Available layers](layers/): a list of available layers which can be used in SpaceVim
|
||||
|
||||
The latest release [v1.9.0](https://spacevim.org/SpaceVim-release-v1.9.0/) was released at 2022-01-06, check out [following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) page for what happened since last release.
|
||||
The latest release [v2.0.0](https://spacevim.org/SpaceVim-release-v2.0.0/) was released at 2022-07-02, check out [following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) page for what happened since last release.
|
||||
|
||||
## New features
|
||||
|
||||
|
@ -6,7 +6,7 @@ $app_name = "SpaceVim"
|
||||
$repo_url = "https://github.com/SpaceVim/SpaceVim.git"
|
||||
$repo_name = "SpaceVim"
|
||||
$repo_path = "$HOME\.SpaceVim"
|
||||
$version= "2.0.0"
|
||||
$version= "2.1.0-dev"
|
||||
|
||||
echo ""
|
||||
echo " /###### /## /##/## "
|
||||
|
@ -84,7 +84,7 @@ On_IWhite='\033[0;107m' # White
|
||||
# }}}
|
||||
|
||||
# version
|
||||
Version='2.0.0'
|
||||
Version='2.1.0-dev'
|
||||
#System name
|
||||
System="$(uname -s)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user