1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 11:10:05 +08:00
SpaceVim/wiki/en/Following-HEAD.md

41 lines
1.4 KiB
Markdown
Raw Normal View History

2018-09-26 21:52:28 +08:00
This page documents changes in master branch since last release v0.9.0
2018-03-18 19:18:25 +08:00
## PreRelease
2018-03-18 19:18:25 +08:00
2018-09-26 21:52:28 +08:00
The next release is v1.0.0.
2018-03-18 19:18:25 +08:00
### Added
2018-03-18 19:18:25 +08:00
2018-10-03 23:20:04 +08:00
- Add unicode#spinners api ([#1926](https://github.com/SpaceVim/SpaceVim/pull/1926))
2018-10-06 10:15:19 +08:00
- Add layer option for autocomplete layer ([#2236](https://github.com/SpaceVim/SpaceVim/pull/2236))
2018-10-06 19:28:51 +08:00
- Add function for customizing searching tools ([#2235](https://github.com/SpaceVim/SpaceVim/pull/2235))
- Add `lang#scheme` layer ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2248))
2018-12-08 20:25:16 +08:00
- Add log for bootstrap function ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2323))
2018-10-03 23:20:04 +08:00
2018-07-02 14:08:47 +08:00
### Improvement
2018-10-01 10:55:58 +08:00
- Update runtime log for startup ([#2219](https://github.com/SpaceVim/SpaceVim/pull/2219))
2018-10-06 12:51:37 +08:00
- Add doc for how run run spacevim in docker ([#2238](https://github.com/SpaceVim/SpaceVim/pull/2238))
2018-10-01 10:55:58 +08:00
### Changed
2018-05-24 21:22:37 +08:00
- Do not load language layer ([#2220](https://github.com/SpaceVim/SpaceVim/pull/2220))
- Changed the behavior of 2-LeftMouse in vimfiler ([#2221](https://github.com/SpaceVim/SpaceVim/pull/2221))
2018-06-26 22:09:17 +08:00
### Fixed
2018-12-08 21:03:33 +08:00
- Do not load matchup in old version ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2324))
### Removed
2018-03-18 19:18:25 +08:00
### Doc, Wiki && Website
2018-05-24 21:22:37 +08:00
2018-10-02 21:04:30 +08:00
- Online tutorial ([#2004](https://github.com/SpaceVim/SpaceVim/pull/2004))
### Others
2018-05-24 21:22:37 +08:00
## Latest Release
2018-03-18 19:18:25 +08:00
2018-09-26 21:52:28 +08:00
SpaceVim releases v0.9.0 at 2018-09-26, please check the
[release page](https://spacevim.org/SpaceVim-release-v0.9.0/) for all the details