2017-05-23 08:35:34 +08:00
---
title: SpaceVim release v0.3.0
2018-05-27 20:54:33 +08:00
categories: [changelog, blog]
2017-05-23 08:35:34 +08:00
excerpt: "Here you can check what has been done so far."
2017-12-28 23:46:56 +08:00
type: NewsArticle
2018-07-05 16:16:34 +08:00
commentsID: "SpaceVim release v0.3.0"
2018-01-25 22:57:56 +08:00
comments: true
2017-05-23 08:35:34 +08:00
---
2018-09-12 20:14:20 +08:00
# [Changelogs](../development#changelog) > SpaceVim release v0.3.0
2017-05-23 08:35:34 +08:00
## FEATURES
- **Mappings guide:** A guide buffer is displayed each time the prefix key is pressed in normal mode. It lists the available key bindings and their short description.
for example, after pressing `<Space>` in normal mode, you will see :
![mapping guide ](https://cloud.githubusercontent.com/assets/13142418/25778673/ae8c3168-3337-11e7-8536-ee78d59e5a9c.png )
for more information about mapping guide, please read the [documentation ](http://spacevim.org/documentation/#mappings-guide ).
2017-05-25 21:50:13 +08:00
- **Statusline:** A modulue statusline will displayed all the status of SpaceVim. all the sections in the statusline can be toggled.
here is an picture for this feature:
![search status ](https://cloud.githubusercontent.com/assets/13142418/26313080/578cc68c-3f3c-11e7-9259-a27419d49572.png )
2017-05-25 22:14:40 +08:00
please checkout statusline [documentation ](http://spacevim.org/documentation/#statusline ) for all the shortcuts.
2017-05-25 21:50:13 +08:00
2017-05-23 08:35:34 +08:00
## CHANGES
2017-05-25 21:50:13 +08:00
SpaceVim now use Space as [SPC] only in normal mode. and do not change the default value of mapleader.
2017-05-23 08:35:34 +08:00
## FIXES
2017-05-25 21:50:13 +08:00
please checkout our issue list.