mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 23:49:19 +08:00
Update release pages
This commit is contained in:
parent
4db0d2c73b
commit
e1b9274fc4
14
docs/_posts/2017-03-30-SpaceVim-release-v0.2.0.md
Normal file
14
docs/_posts/2017-03-30-SpaceVim-release-v0.2.0.md
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
title: SpaceVim release v0.2.0
|
||||
categories: changelog
|
||||
excerpt: "Mnemonic key bindings in SpaceVim"
|
||||
---
|
||||
|
||||
# [Changelogs](https://spacevim.org/development#changelog) > SpaceVim release v0.2.0
|
||||
|
||||
SpaceVim is a community-driven vim distribution inspired by spacemacs.
|
||||
|
||||
features:
|
||||
**Mnemonic key bindings:** commands have mnemonic prefixes like <kbd>[Window]</kbd> for all the window and buffer commands or <kbd>[Unite]</kbd> for the unite work flow commands.
|
||||
|
||||
**Denite support:** <kbd>[Denite]</kbd> key guide for denite.
|
37
docs/_posts/2017-06-27-SpaceVim-release-v0.3.1.md
Normal file
37
docs/_posts/2017-06-27-SpaceVim-release-v0.3.1.md
Normal file
@ -0,0 +1,37 @@
|
||||
---
|
||||
title: SpaceVim release v0.3.1
|
||||
categories: changelog
|
||||
excerpt: "Here you can check what has been done so far."
|
||||
---
|
||||
|
||||
# [Changelogs](https://spacevim.org/development#changelog) > SpaceVim release v0.3.1
|
||||
|
||||
**Install:** https://github.com/SpaceVim/SpaceVim/wiki/Installing-SpaceVim
|
||||
|
||||
### FEATURES:
|
||||
|
||||
- Add complete function for gitcommit buffer [#568](https://github.com/SpaceVim/SpaceVim/pull/#568) [#567](https://github.com/SpaceVim/SpaceVim/pull/#567) [#579](https://github.com/SpaceVim/SpaceVim/pull/#579) [#575](https://github.com/SpaceVim/SpaceVim/pull/#575)
|
||||
- Undo quit window && redo quit window [#599](https://github.com/SpaceVim/SpaceVim/pull/#599)
|
||||
- Add mappings for buffer [#600](https://github.com/SpaceVim/SpaceVim/pull/#600)
|
||||
- Add mappings for file [#607](https://github.com/SpaceVim/SpaceVim/pull/#607)
|
||||
- Add doc for file tree [#612](https://github.com/SpaceVim/SpaceVim/pull/#612)
|
||||
- g prefix guide [#618](https://github.com/SpaceVim/SpaceVim/pull/#618)
|
||||
- z prefix guide [#662](https://github.com/SpaceVim/SpaceVim/pull/#662)
|
||||
- tmux lang layer [#658](https://github.com/SpaceVim/SpaceVim/pull/#658)
|
||||
- Improve searching feature [#652](https://github.com/SpaceVim/SpaceVim/pull/#652)
|
||||
- complete parameter for ycm [#663](https://github.com/SpaceVim/SpaceVim/pull/#663)
|
||||
- Improve searching index [#676](https://github.com/SpaceVim/SpaceVim/pull/#676)
|
||||
|
||||
|
||||
### CHANGES:
|
||||
|
||||
- Change mappings for buffer jumpping and window jumpping [#572](https://github.com/SpaceVim/SpaceVim/pull/#572)
|
||||
|
||||
### FIXES:
|
||||
|
||||
- [#564](https://github.com/SpaceVim/SpaceVim/pull/#564) Fix [Window]Q close current buffer
|
||||
- [#574](https://github.com/SpaceVim/SpaceVim/pull/#574) Fix ctrlp file finder
|
||||
- [#584](https://github.com/SpaceVim/SpaceVim/pull/#584) Fix spacevim startup errors
|
||||
- [#610](https://github.com/SpaceVim/SpaceVim/pull/#610) Support old vim version
|
||||
|
||||
|
40
docs/_posts/2017-08-05-SpaceVim-release-v0.4.0.md
Normal file
40
docs/_posts/2017-08-05-SpaceVim-release-v0.4.0.md
Normal file
@ -0,0 +1,40 @@
|
||||
---
|
||||
title: SpaceVim release v0.4.0
|
||||
categories: changelog
|
||||
excerpt: "Here you can check what has been done so far."
|
||||
---
|
||||
|
||||
# [Changelogs](https://spacevim.org/development#changelog) > SpaceVim release v0.4.0
|
||||
|
||||
### FEATURES:
|
||||
|
||||
- Add comment mappings [#683](https://github.com/SpaceVim/SpaceVim/pull/#683)
|
||||
- Achievements [#677](https://github.com/SpaceVim/SpaceVim/pull/#677)
|
||||
- Add text manipulation commands [#684](https://github.com/SpaceVim/SpaceVim/pull/#684)
|
||||
- Add text insertion commands [#685](https://github.com/SpaceVim/SpaceVim/pull/#685)
|
||||
- Add CompleteParameter [#688](https://github.com/SpaceVim/SpaceVim/pull/#688)
|
||||
- Toggle cursor position [#697](https://github.com/SpaceVim/SpaceVim/pull/#697)
|
||||
- Add background searching feture [#699](https://github.com/SpaceVim/SpaceVim/pull/#699)
|
||||
- Improve plugin manager [#702](https://github.com/SpaceVim/SpaceVim/pull/#702) [#703](https://github.com/SpaceVim/SpaceVim/pull/#703)
|
||||
- Grep on the fly [#705](https://github.com/SpaceVim/SpaceVim/pull/#705) [#709](https://github.com/SpaceVim/SpaceVim/pull/#709) [#714](https://github.com/SpaceVim/SpaceVim/pull/#714) [#717](https://github.com/SpaceVim/SpaceVim/pull/#717)
|
||||
- Add prompt api [#715](https://github.com/SpaceVim/SpaceVim/pull/#715)
|
||||
- Add web api [#726](https://github.com/SpaceVim/SpaceVim/pull/#726)
|
||||
- Add check requirement script [#736](https://github.com/SpaceVim/SpaceVim/pull/#736)
|
||||
- Add language specified mappings [#748](https://github.com/SpaceVim/SpaceVim/pull/#748)
|
||||
- Improve Java layer [#749](https://github.com/SpaceVim/SpaceVim/pull/#749)
|
||||
- Add project manager mappings [#751](https://github.com/SpaceVim/SpaceVim/pull/#751)
|
||||
- Add plugin for mark active window [#755](https://github.com/SpaceVim/SpaceVim/pull/#755) (not sure if it will be removed)
|
||||
- Add help for mappings [#756](https://github.com/SpaceVim/SpaceVim/pull/#756)
|
||||
- Update autocomplete layer doc [#759](https://github.com/SpaceVim/SpaceVim/pull/#759)
|
||||
- Add tags layer [#764](https://github.com/SpaceVim/SpaceVim/pull/#764)
|
||||
|
||||
### FIX:
|
||||
|
||||
- Fix vimfiler direction [#686](https://github.com/SpaceVim/SpaceVim/pull/#686)
|
||||
- Fix welcome page [#707](https://github.com/SpaceVim/SpaceVim/pull/#707)
|
||||
- Fix visual SPC [#708](https://github.com/SpaceVim/SpaceVim/pull/#708)
|
||||
- Fix windows support [#712](https://github.com/SpaceVim/SpaceVim/pull/#712)
|
||||
- Fix n/N hl state [#720](https://github.com/SpaceVim/SpaceVim/pull/#720)
|
||||
- Fix guibg parse [#723](https://github.com/SpaceVim/SpaceVim/pull/#723)
|
||||
- Fix unknown option [#727](https://github.com/SpaceVim/SpaceVim/pull/#727)
|
||||
- Fix select mode statusline [#737](https://github.com/SpaceVim/SpaceVim/pull/#737)
|
@ -3,13 +3,12 @@ title: "Home"
|
||||
description: "SpaceVim is a community-driven vim distribution that seeks to provide layer feature."
|
||||
---
|
||||
|
||||
[](https://gitter.im/SpaceVim/SpaceVim)
|
||||
[](https://travis-ci.org/SpaceVim/SpaceVim)
|
||||
[](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/dev)
|
||||
[](https://codecov.io/gh/SpaceVim/SpaceVim/branch/dev)
|
||||

|
||||
[](LICENSE)
|
||||
[Gitter **Chat**](https://gitter.im/SpaceVim/SpaceVim)
|
||||
[中文文档](http://spacevim.org/README_zh_cn/)
|
||||
[](https://github.com/SpaceVim/SpaceVim/releases/tag/0.5.0)
|
||||
[](https://github.com/SpaceVim/SpaceVim/blob/dev/LICENSE)
|
||||
|
||||
SpaceVim is a community-driven vim distribution that supports vim and Neovim. SpaceVim manages collections of plugins in layers. Layers make it easy for you, the user, to enable a new language or feature by grouping all the related plugins together.
|
||||
|
||||
@ -82,16 +81,12 @@ Contribute code, report bugs and request features at [GitHub](https://github.com
|
||||
|
||||
1. What is the project status?
|
||||
|
||||
The current stable version is 0.2.0. See the milestones page for development progress and the roadmap for high-level plans.
|
||||
The current stable version is 0.5.0. See the milestones page for development progress and the roadmap for high-level plans.
|
||||
|
||||
2. Is SpaceVim trying to turn Vim/Neovim into an IDE?
|
||||
|
||||
With layers feature, this [version](<>) of vim distribution to turn vim/neovim into an IDE for many language.
|
||||
With layers feature, this version of vim distribution try to turn vim/neovim into an IDE for many language.
|
||||
|
||||
3. Will SpaceVim deprecate Vimscript?
|
||||
3. Which version of vim/neovim is needed?
|
||||
|
||||
No, the custom configration file is written in vim script.
|
||||
|
||||
4. Which version of vim/neovim is needed?
|
||||
|
||||
vim 7.4/neovim v0.1.7
|
||||
vim 7.4/neovim v0.1.7, and `+lua` or `+python3` is needed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user