From c9a6978fe0f2cea3b6c13a82a727cc2756159e33 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Mon, 12 Jul 2021 14:36:41 +0200 Subject: [PATCH] update roadmap to 1.0 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b330a9d..3ed086c3 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,9 @@ These are the high level goals before calling out `1.0`: * log search (commit, author, sha) ([#449](https://github.com/extrawurst/gitui/issues/449),[#429](https://github.com/extrawurst/gitui/issues/429)) * file history log ([#381](https://github.com/extrawurst/gitui/issues/381)) * visualize branching structure in log tab ([#81](https://github.com/extrawurst/gitui/issues/81)) -* interactive rebase ([#32](https://github.com/extrawurst/gitui/issues/32)) * notify-based change detection ([#1](https://github.com/extrawurst/gitui/issues/1)) +* support rebase branch ([#816](https://github.com/extrawurst/gitui/issues/816) +* interactive rebase ([#32](https://github.com/extrawurst/gitui/issues/32)) ## 5. Known Limitations [Top ▲](#table-of-contents)