diff --git a/README.md b/README.md index 475117bd..49c5c7e2 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,20 @@ However, you can customize everything to your liking: See [Themes](THEMES.md). The key bindings can be customized: See [Key Config](KEY_CONFIG.md) on how to set them to `vim`-like bindings. +# Road(map) to 1.0 + +These are the high level goals before calling out `1.0`: + +* upstream branches ([#453](https://github.com/extrawurst/gitui/issues/453)) +* force push ([#274](https://github.com/extrawurst/gitui/issues/274)) +* simple pull (only for ff-merge) ([#319](https://github.com/extrawurst/gitui/issues/319)) +* merging with conflicts ([#485](https://github.com/extrawurst/gitui/issues/485)) +* 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)) +* more tag support ([#483](https://github.com/extrawurst/gitui/issues/483)) +* file blame ([#484](https://github.com/extrawurst/gitui/issues/484)) +* visualize branching structure in log tab ([#81](https://github.com/extrawurst/gitui/issues/81)) + # Inspiration - [lazygit](https://github.com/jesseduffield/lazygit)