1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:20:06 +08:00
SpaceVim/wiki/cn/Following-HEAD.md

46 lines
1.7 KiB
Markdown
Raw Normal View History

2018-10-07 20:28:58 +08:00
本页罗列出自上一版本 v0.9.0 以来master 分支上所发生的变更记录:
## 下一个版本
下一个版本号为 v1.0.0
### 新特性
- Add unicode#spinners api ([#1926](https://github.com/SpaceVim/SpaceVim/pull/1926))
- Add layer option for autocomplete layer ([#2236](https://github.com/SpaceVim/SpaceVim/pull/2236))
- 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-09 10:16:13 +08:00
- Add log for bootstrap function ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2323))
2018-10-07 20:28:58 +08:00
### 功能改进
- Update runtime log for startup ([#2219](https://github.com/SpaceVim/SpaceVim/pull/2219))
- Add doc for how run run spacevim in docker ([#2238](https://github.com/SpaceVim/SpaceVim/pull/2238))
### 非兼容性变动
- 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-12-09 10:16:13 +08:00
- Do not load matchup in old version ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2324))
- Ctrlp support in windows ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2325))
2018-12-09 13:23:51 +08:00
- Fix layers list in windows ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2327))
- Fix statusline icon ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2328))
2018-12-09 10:16:13 +08:00
2018-10-07 20:28:58 +08:00
### 移除的功能
### 文档、wiki 及官网变动
- Online tutorial ([#2004](https://github.com/SpaceVim/SpaceVim/pull/2004))
### 其他
## 上一个版本
SpaceVim 于 2018-09-26 发布 v0.9.0 版本,可查阅办法发布文章:
- [SpaceVim 发布 v0.9.0 版本](https://spacevim.org/SpaceVim-release-v0.9.0/)