1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:30:04 +08:00
SpaceVim/docs/_posts/2018-12-25-SpaceVim-release-v1.0.0.md
2020-05-17 14:11:36 +08:00

5.1 KiB

title categories description type image commentsID comments
SpaceVim release v1.0.0
changelog
blog
V1.0.0 is the first stable version of SpaceVim, which is mainly about experience and user documentation. article https://user-images.githubusercontent.com/13142418/50423286-5b33a400-088e-11e9-830c-792ce1c7c126.png SpaceVim release v1.0.0 true

Changelogs > SpaceVim release v1.0.0

SpaceVim is a distribution of the vim editor that's inspired by spacemacs. It manages collections of plugins in layers, which help collect related packages together to provide features.

The first commit of SpaceVim is on 2016-12-26, after two years development, the first stable version of SpaceVim v1.0.0 has been released.

v1.0.0 welcome page

Release Notes

Added

  • Add unicode#spinners api (#1926)
  • Add layer option for autocomplete layer (#2236)
  • Add function for customizing searching tools (#2235)
  • Add lang#scheme layer (#2248)
  • Add log for bootstrap function (#2232)
  • Add findstr support in flygrep (#2344)
  • Add API: get_sid_from_path (#2350)
  • Add better way to use find with vim (#1777)
  • Add test layer (#2101)

Improvement

  • Update runtime log for startup (#2219)
  • Add doc for how run run spacevim in docker (#2238)
  • Improve error key bindings (#2336)
  • Improve spacevim debug info (#2349)
  • Improve cursor eval in lang#vim layer (#2358)
  • Add more key bindings for typescript (#2356)
  • Improve align feature (#2213)

Changed

  • Do not load language layer (#2220)
  • Changed the behavior of 2-LeftMouse in vimfiler (#2221)
  • Use forked neoformat repo (#2360, #2355)
  • Change default font to SauceCodePro (#2373)

Fixed

  • Do not load matchup in old version (#2324)
  • Ctrlp support in windows (#2325)
  • Fix layers list in windows (#2327)
  • Fix statusline icon (#2328)
  • Fix vimdoc command in windows (#2338, #2372)
  • Fix comment paragraphs key bindings (#2340)
  • Fix dein-ui error, add syntax (#2352, c9e1d4c)
  • Fix fullscreen key binding (#2351)
  • Added missed syntax for detached FlyGrep (#2353, 08d0713)
  • Add log for generate configuration file (#2369)
  • Fix FlyGrep syntax to support different outputs (#2363, 0b26f40)
  • Fix project_rooter_automatically = 0 option to not change directory to project root (#2363)
  • Add log for generate configuration file (#2369)
  • Fix flygrep and neovim support in windows os (#2371)

Doc

  • Online tutorial (#2004)
  • Add some tweaks on doc instructions (#2056)