2017-05-17 14:44:44 +08:00
---
2018-12-27 23:06:41 +08:00
title: "Roadmap"
2018-01-20 23:54:55 +08:00
description: "The roadmap and milestones define the project direction and priorities."
2017-05-17 14:44:44 +08:00
---
2019-10-14 23:29:07 +08:00
# [Home](../) >> Roadmap
2017-05-17 14:44:44 +08:00
The roadmap and [milestones ](https://github.com/SpaceVim/SpaceVim/milestones ) define the project direction and priorities.
2018-06-18 14:01:56 +08:00
<!-- vim - markdown - toc GFM -->
- [Next ](#next )
2020-12-31 22:50:06 +08:00
- [v1.7.0 ](#v170 )
2018-06-18 14:01:56 +08:00
- [Meta ](#meta )
- [Completed ](#completed )
2020-12-31 22:50:06 +08:00
- [v1.5.0 ](#v150 )
2018-06-18 14:01:56 +08:00
- [v0.1.0 ](#v010 )
- [v0.2.0 ](#v020 )
- [v0.3.0 ](#v030 )
- [v0.3.1 ](#v031 )
- [v0.4.0 ](#v040 )
- [v0.5.0 ](#v050 )
- [v0.6.0 ](#v060 )
- [v0.7.0 ](#v070 )
2018-10-28 22:18:17 +08:00
- [v0.8.0 ](#v080 )
- [v0.9.0 ](#v090 )
2018-12-30 09:27:33 +08:00
- [v1.0.0 ](#v100 )
2019-07-18 22:36:59 +08:00
- [v1.1.0 ](#v110 )
2020-02-17 17:16:19 +08:00
- [v1.2.0 ](#v120 )
- [v1.3.0 ](#v130 )
2020-04-05 16:32:15 +08:00
- [v1.4.0 ](#v140 )
2020-12-31 22:50:06 +08:00
- [v1.6.0 ](#v160 )
2018-06-18 14:01:56 +08:00
<!-- vim - markdown - toc -->
2018-01-20 23:54:55 +08:00
## Next
2017-05-17 14:44:44 +08:00
2020-12-31 22:50:06 +08:00
### [v1.7.0](https://github.com/SpaceVim/SpaceVim/milestone/20)
2017-05-31 11:01:43 +08:00
2017-05-17 14:44:44 +08:00
## Meta
2018-12-27 23:06:41 +08:00
There are release milestones and meta milestones ("buckets").
2017-05-17 14:44:44 +08:00
- Version-number milestones (0.1, 0.2, 0.3, …) assign issues to production releases.
2018-03-25 10:09:00 +08:00
- The nearest upcoming version is assigned a target date.
2018-12-27 23:06:41 +08:00
- Low-risk fixes in the current branch are first committed to the stable branch, then merged to master. For example, if the current stable release is `0.1.1` and a bug-fix is assigned to the `0.2` milestone, it does not mean users need to wait until 0.2 to get the fix. The patch will be committed to the stable branch and released in `0.1.2` .
2017-05-17 14:44:44 +08:00
- [todo ](https://github.com/SpaceVim/SpaceVim/milestone/4 ) is a bucket for triaged tickets which should be on the roadmap but cannot yet be assigned to a concrete milestone.
- [unplanned ](https://github.com/SpaceVim/SpaceVim/milestone/5 ) is a bucket for low-priority items or items lacking a feasible path to completion.
2020-02-17 17:16:19 +08:00
<!-- call SpaceVim#dev#roadmap#updateCompletedItems('en') -->
2017-05-17 14:44:44 +08:00
2018-03-25 10:09:00 +08:00
<!-- SpaceVim roadmap completed items start -->
2018-01-20 23:54:55 +08:00
2018-03-25 10:09:00 +08:00
## Completed
2020-12-31 22:50:06 +08:00
### [v1.5.0](https://github.com/SpaceVim/SpaceVim/milestone/18)
release note: [v1.5.0 ](http://spacevim.org/SpaceVim-release-v1.5.0/ )
2018-03-25 10:09:00 +08:00
### [v0.1.0](https://github.com/SpaceVim/SpaceVim/milestone/1)
2018-12-27 23:06:41 +08:00
the first public release of SpaceVim, and following feature will be implemented:
- Neovim-centric
- Modular configuration
- multiple leader mode
- Lazy-load 90% of plugins with dein.vim
- Robust, yet light weight
- Unite centric work-flow
- Awesome ui
- Language specific mode, code completion, syntax check, etc.
- c family
- java
- js
- rust
- php
- go
- php
- lua
- perl
- python
- Extensive Neocomplete setup
- Central location for tags
- Lightweight simple status/tabline
- Premium color-schemes
2018-03-25 10:09:00 +08:00
release note: [v0.1.0 ](http://spacevim.org/SpaceVim-release-v0.1.0/ )
### [v0.2.0](https://github.com/SpaceVim/SpaceVim/milestone/2)
1. Many language support
2. Improve default layer
3. finish document
release note: [v0.2.0 ](http://spacevim.org/SpaceVim-release-v0.2.0/ )
### [v0.3.0](https://github.com/SpaceVim/SpaceVim/milestone/3)
- SpaceVim api
- plugin manager ui ( for dein)
release note: [v0.3.0 ](http://spacevim.org/SpaceVim-release-v0.3.0/ )
### [v0.3.1](https://github.com/SpaceVim/SpaceVim/milestone/6)
features need to be implemented just after v0.3.0 has been released.
release note: [v0.3.1 ](http://spacevim.org/SpaceVim-release-v0.3.1/ )
2018-01-20 23:54:55 +08:00
2018-03-25 10:09:00 +08:00
### [v0.4.0](https://github.com/SpaceVim/SpaceVim/milestone/7)
2017-11-24 20:52:57 +08:00
2018-03-25 10:09:00 +08:00
release note: [v0.4.0 ](http://spacevim.org/SpaceVim-release-v0.4.0/ )
2017-11-24 20:52:57 +08:00
2018-03-25 10:09:00 +08:00
### [v0.5.0](https://github.com/SpaceVim/SpaceVim/milestone/8)
2017-10-22 20:33:22 +08:00
2018-03-25 10:09:00 +08:00
release note: [v0.5.0 ](http://spacevim.org/SpaceVim-release-v0.5.0/ )
2017-10-22 20:33:22 +08:00
2018-03-25 10:09:00 +08:00
### [v0.6.0](https://github.com/SpaceVim/SpaceVim/milestone/9)
2017-05-31 11:01:43 +08:00
2018-03-25 10:09:00 +08:00
release note: [v0.6.0 ](http://spacevim.org/SpaceVim-release-v0.6.0/ )
2017-05-31 10:57:29 +08:00
2018-03-25 10:09:00 +08:00
### [v0.7.0](https://github.com/SpaceVim/SpaceVim/milestone/10)
2017-05-31 11:01:43 +08:00
2018-03-25 10:09:00 +08:00
- Improve all the lang#\* layers
2017-05-17 14:44:44 +08:00
2018-03-25 10:09:00 +08:00
release note: [v0.7.0 ](http://spacevim.org/SpaceVim-release-v0.7.0/ )
2017-05-31 11:01:43 +08:00
2018-10-28 22:18:17 +08:00
### [v0.8.0](https://github.com/SpaceVim/SpaceVim/milestone/11)
release note: [v0.8.0 ](http://spacevim.org/SpaceVim-release-v0.8.0/ )
### [v0.9.0](https://github.com/SpaceVim/SpaceVim/milestone/12)
release note: [v0.9.0 ](http://spacevim.org/SpaceVim-release-v0.9.0/ )
2018-12-27 23:06:41 +08:00
### [v1.0.0](https://github.com/SpaceVim/SpaceVim/milestone/13)
First stable release of SpaceVim
release note: [v1.0.0 ](http://spacevim.org/SpaceVim-release-v1.0.0/ )
2019-04-08 07:46:56 +08:00
### [v1.1.0](https://github.com/SpaceVim/SpaceVim/milestone/14)
release note: [v1.1.0 ](http://spacevim.org/SpaceVim-release-v1.1.0/ )
2020-02-17 17:16:19 +08:00
### [v1.2.0](https://github.com/SpaceVim/SpaceVim/milestone/15)
release note: [v1.2.0 ](http://spacevim.org/SpaceVim-release-v1.2.0/ )
### [v1.3.0](https://github.com/SpaceVim/SpaceVim/milestone/16)
release note: [v1.3.0 ](http://spacevim.org/SpaceVim-release-v1.3.0/ )
2020-04-05 16:32:15 +08:00
### [v1.4.0](https://github.com/SpaceVim/SpaceVim/milestone/17)
2020-12-31 22:50:06 +08:00
- Change all plugins to forked version
2020-04-05 16:32:15 +08:00
2020-12-31 22:50:06 +08:00
release note: [v1.4.0 ](http://spacevim.org/SpaceVim-release-v1.4.0/ )
2020-08-01 23:16:10 +08:00
2020-12-31 22:50:06 +08:00
### [v1.6.0](https://github.com/SpaceVim/SpaceVim/milestone/19)
2020-08-01 23:16:10 +08:00
2020-12-31 22:50:06 +08:00
release note: [v1.6.0 ](http://spacevim.org/SpaceVim-release-v1.6.0/ )
2020-08-01 23:16:10 +08:00
2018-03-25 10:09:00 +08:00
<!-- SpaceVim roadmap completed items end -->