mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 23:50:04 +08:00
docs(roadmap): update roadmap and following head
This commit is contained in:
parent
8a49f600b3
commit
6023d20227
@ -27,6 +27,10 @@ lang: zh
|
||||
<!-- SpaceVim follow HEAD start -->
|
||||
## 新特性
|
||||
|
||||
- perf(project): display path relative to the home directory
|
||||
- feat(git): add git branch sidebar
|
||||
- feat(git): rewrite `:Git branch` with lua
|
||||
- feat(dev): update fellowing head vim function
|
||||
- feat(git): add `:Git tag` command
|
||||
- perf(neoyank): use notify api
|
||||
- feat(git): quit git log win when it is last win
|
||||
@ -84,6 +88,9 @@ lang: zh
|
||||
|
||||
## 问题修复
|
||||
|
||||
- fix(git): fix delete_branch function && check bufnr
|
||||
- fix(statusline): fix statusline highlight
|
||||
- fix(scrollbar): fix scrollbar for vim
|
||||
- fix(scrollbar): fix unsaved error
|
||||
- fix(git): ignore remote manager when close win
|
||||
- fix(telescope): fix telescope loadconf
|
||||
@ -115,6 +122,9 @@ lang: zh
|
||||
|
||||
## 文档更新
|
||||
|
||||
- docs(community): add discord and slack link
|
||||
- docs(screenshot): update workflow screenshot
|
||||
- docs(license): add `:h spacevim-dev-license`
|
||||
- docs(index): update index page
|
||||
- docs(help): add `:h SpaceVim-dev-merge-request`
|
||||
- docs(faq): change repo url
|
||||
@ -185,6 +195,7 @@ lang: zh
|
||||
|
||||
## 其他
|
||||
|
||||
- chore(todo): remove todo tag
|
||||
- chore(conduct): remove CODE_OF_CONDUCT.md
|
||||
- chore(todo): add todo item for git log
|
||||
- chore(telescope): update telescope to 0.1.5
|
||||
|
@ -26,6 +26,10 @@ The next release is `v0.2.3`
|
||||
<!-- SpaceVim follow HEAD start -->
|
||||
## New features
|
||||
|
||||
- perf(project): display path relative to the home directory
|
||||
- feat(git): add git branch sidebar
|
||||
- feat(git): rewrite `:Git branch` with lua
|
||||
- feat(dev): update fellowing head vim function
|
||||
- feat(git): add `:Git tag` command
|
||||
- perf(neoyank): use notify api
|
||||
- feat(git): quit git log win when it is last win
|
||||
@ -83,6 +87,9 @@ The next release is `v0.2.3`
|
||||
|
||||
## Bugfixs
|
||||
|
||||
- fix(git): fix delete_branch function && check bufnr
|
||||
- fix(statusline): fix statusline highlight
|
||||
- fix(scrollbar): fix scrollbar for vim
|
||||
- fix(scrollbar): fix unsaved error
|
||||
- fix(git): ignore remote manager when close win
|
||||
- fix(telescope): fix telescope loadconf
|
||||
@ -114,6 +121,9 @@ The next release is `v0.2.3`
|
||||
|
||||
## Docs
|
||||
|
||||
- docs(community): add discord and slack link
|
||||
- docs(screenshot): update workflow screenshot
|
||||
- docs(license): add `:h spacevim-dev-license`
|
||||
- docs(index): update index page
|
||||
- docs(help): add `:h SpaceVim-dev-merge-request`
|
||||
- docs(faq): change repo url
|
||||
@ -184,6 +194,7 @@ The next release is `v0.2.3`
|
||||
|
||||
## Others
|
||||
|
||||
- chore(todo): remove todo tag
|
||||
- chore(conduct): remove CODE_OF_CONDUCT.md
|
||||
- chore(todo): add todo item for git log
|
||||
- chore(telescope): update telescope to 0.1.5
|
||||
|
@ -6,13 +6,15 @@ description: "The roadmap and milestones define the project direction and priori
|
||||
# [Home](../) >> Roadmap
|
||||
|
||||
The roadmap defines the project direction and priorities.
|
||||
If you have any suggestions , please checkout feedback section on [community](../community/) page.
|
||||
|
||||
## Next
|
||||
## Milestones
|
||||
|
||||
- `v2.4.0`
|
||||
- `v2.4.0`: Due by 2024-12-01
|
||||
- [ ] rewrite statusline plugin with lua
|
||||
|
||||
- `v2.3.0`
|
||||
- [ ] rewrite tabline plugin with lua
|
||||
- [ ] merge website context into `:h SpaceVim`
|
||||
- `v2.3.0`: Due by 2024-05-01
|
||||
- [x] new `job` api based on neovim luv.
|
||||
- [x] implement flygrep with lua.
|
||||
- [x] use new `job` api
|
||||
@ -28,11 +30,15 @@ The roadmap defines the project direction and priorities.
|
||||
- [x] `:Git cherry-pick`
|
||||
- [x] `:Git shortlog`
|
||||
- [x] `:Git tag`
|
||||
- [x] `:Git branch`
|
||||
- [x] add git branch manager, a sidebar
|
||||
- [x] plugin log manager derived from SPC runtime logger
|
||||
- [x] quit git log win when it is last win
|
||||
- [x] rewrite code runner with lua
|
||||
- [x] rewrite task manager with lua
|
||||
- [x] rewrite repl plugin with lua
|
||||
- [x] rewrite scrollbar with lua
|
||||
- [x] fix scrollbar unsaved error
|
||||
- [x] rewrite leader guide with lua
|
||||
- [x] implement pastebin plugin with lua
|
||||
- [x] make `:A` command support toml configuration file
|
||||
@ -47,7 +53,10 @@ The roadmap defines the project direction and priorities.
|
||||
- [x] register project function with description
|
||||
- [x] update todo list when switch project
|
||||
- [x] make `one` coloscheme support treesitter
|
||||
- [x] quit git log win when it is last win
|
||||
- [x] add `:h SpaceVim-dev-merge-request`
|
||||
- [x] add `:h spacevim-dev-license`
|
||||
- [x] fix statusline highlight of plugin buffer
|
||||
- [ ] fix 404 page on `spacevim.org`
|
||||
|
||||
## Completed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user