Release v1.1.0 (#2726)
* Update release script
* Update wiki
* Update img
* Update release page
* Change release page
* Fix resume
* Add Leader f SPC for fzf layer
* Add fzf menu support
* Use o to open dir in defx
* Update roadmap
* Update version
* Update version in script
* Add fzf mru
* Fix spacevim log level
close #2561
Merge pull request #964 from SpaceVim/lang/clojure
Add clojure layer
Release v0.4.0
FEATURES:
Add comment mappings #683
Achievements #677
Add text manipulation commands #684
Add text insertion commands #685
Add CompleteParameter #688
Toggle cursor position #697
Add background searching feture #699
Improve plugin manager #702 #703
Grep on the fly #705 #709 #714 #717
Add prompt api #715
Add web api #726
Add check requirement script #736
Add language specified mappings #748
Improve Java layer #749
Add project manager mappings #751
Add plugin for mark active window #755
(not sure if it will be removed)
Add help for mappings #756
Update autocomplete layer doc #759
Add tags layer #764
FIX:
Fix vimfiler direction #686
Fix welcome page #707
Fix visual SPC #708
Fix windows support #712
Fix n/N hl state #720
Fix guibg parse #723
Fix unknown option #727
Fix select mode statusline #737
Update doc for kotlin layer
Release v0.3.0
# [Changelogs](https://spacevim.org/development#changelog) > SpaceVim release v0.3.0
## 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 :

for more information about mapping guide, please read the [documentation](http://spacevim.org/documentation/#mappings-guide).
- **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:

please checkout statusline [documentation](http://spacevim.org/documentation/#statusline) for all the shortcuts.
## CHANGES
SpaceVim now use Space as [SPC] only in normal mode. and do not change the default value of mapleader.
## FIXES
please checkout our issue list.
Merge pull request #377 from mamantoha/crystal-support
Add lang/crystal layer