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 ))
2018-10-08 12:07:04 +08:00
- Add `lang#scheme` layer ([#2248 ](https://github.com/SpaceVim/SpaceVim/pull/2248 ))
2018-12-15 14:16:11 +08:00
- Add log for bootstrap function ([#2232 ](https://github.com/SpaceVim/SpaceVim/pull/2323 ))
- Add findstr support in flygrep ([#2344 ](https://github.com/SpaceVim/SpaceVim/pull/2344 ))
2018-12-16 23:10:59 +08:00
- Add API: `get_sid_from_path` ([#2350 ](https://github.com/SpaceVim/SpaceVim/pull/2350 ))
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 ))
2018-12-13 21:40:17 +08:00
- Improve error key bindings ([#2336 ](https://github.com/SpaceVim/SpaceVim/pull/2336 ))
2018-12-16 13:30:20 +08:00
- Improve spacevim debug info ([#2349 ](https://github.com/SpaceVim/SpaceVim/pull/2349 ))
2018-12-18 23:27:38 +08:00
- Improve cursor eval in `lang#vim` layer ([#2358 ](https://github.com/SpaceVim/SpaceVim/pull/2358 ))
2018-12-19 23:00:38 +08:00
- Add more key bindings for typescript ([#2356 ](https://github.com/SpaceVim/SpaceVim/pull/2356 ))
2018-12-20 23:21:39 +08:00
- Improve align feature ([#2213 ](https://github.com/SpaceVim/SpaceVim/pull/2213 ))
2018-10-07 20:28:58 +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-12-19 00:13:12 +08:00
- Use forked neoformat repo ([#2360 ](https://github.com/SpaceVim/SpaceVim/pull/2360 ), [#2355 ](https://github.com/SpaceVim/SpaceVim/pull/2355 ))
2018-12-23 21:55:41 +08:00
- Change default font to SauceCodePro ([#2373 ](https://github.com/SpaceVim/SpaceVim/pull/2373 ))
2018-10-07 20:28:58 +08:00
### 问题修复
2018-12-16 20:28:55 +08:00
- Do not load matchup in old version ([#2324 ](https://github.com/SpaceVim/SpaceVim/pull/2324 ))
- Ctrlp support in windows ([#2325 ](https://github.com/SpaceVim/SpaceVim/pull/2325 ))
- Fix layers list in windows ([#2327 ](https://github.com/SpaceVim/SpaceVim/pull/2327 ))
- Fix statusline icon ([#2328 ](https://github.com/SpaceVim/SpaceVim/pull/2328 ))
2018-12-23 10:58:16 +08:00
- Fix vimdoc command in windows ([#2338 ](https://github.com/SpaceVim/SpaceVim/pull/2338 ), [#2372 ](https://github.com/SpaceVim/SpaceVim/pull/2372 ))
2018-12-16 20:28:55 +08:00
- Fix comment paragraphs key bindings ([#2340 ](https://github.com/SpaceVim/SpaceVim/pull/2340 ))
2018-12-16 22:38:43 +08:00
- Fix dein-ui error, add syntax ([#2352 ](https://github.com/SpaceVim/SpaceVim/pull/2352 ), [`c9e1d4c` ](https://github.com/SpaceVim/SpaceVim/commit/c9e1d4c9635c483bb3334c00ed36026d18950070 ))
- Fix fullscreen key binding ([#2351 ](https://github.com/SpaceVim/SpaceVim/pull/2351 ))
2018-12-18 23:27:38 +08:00
- Added missed syntax for detached FlyGrep ([#2353 ](https://github.com/SpaceVim/SpaceVim/pull/2353 ), [`08d0713` ](https://github.com/SpaceVim/SpaceVim/commit/08d0713c4494ca401942a6ca10a48a1ac8484ce1 ))
2018-12-21 23:26:34 +08:00
- Add log for generate configuration file ([#2369 ](https://github.com/SpaceVim/SpaceVim/pull/2369 ))
- Fix FlyGrep syntax to support different outputs ([#2363 ](https://github.com/SpaceVim/SpaceVim/pull/2363 ), [`0b26f40` ](https://github.com/SpaceVim/SpaceVim/commit/0b26f407d879427505418f5c3b4c1d753f3f4317 ))
- Fix `project_rooter_automatically = 0` option to not change directory to project root ([#2363 ](https://github.com/SpaceVim/SpaceVim/pull/2365 ))
- Add log for generate configuration file ([#2369 ](https://github.com/SpaceVim/SpaceVim/pull/2369 ))
2018-12-22 22:18:19 +08:00
- Fix flygrep and neovim support in windows os ([#2371 ](https://github.com/SpaceVim/SpaceVim/pull/2371 ))
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 ))
### 其他
## 上一个版本
2018-12-22 22:18:19 +08:00
SpaceVim 于 2018-09-26 发布 v0.9.0 版本,可查阅版本发布文章:
2018-10-07 20:28:58 +08:00
- [SpaceVim 发布 v0.9.0 版本 ](https://spacevim.org/SpaceVim-release-v0.9.0/ )