diff --git a/docs/cn/following-head.md b/docs/cn/following-head.md index 609997957..fbc20b5d6 100644 --- a/docs/cn/following-head.md +++ b/docs/cn/following-head.md @@ -27,6 +27,10 @@ lang: zh ## 新特性 +- 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 diff --git a/docs/following-head.md b/docs/following-head.md index 15eb3d77f..6d0a5ea04 100644 --- a/docs/following-head.md +++ b/docs/following-head.md @@ -26,6 +26,10 @@ The next release is `v0.2.3` ## 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 diff --git a/docs/roadmap.md b/docs/roadmap.md index 7d50ca984..5a9461262 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -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