readme/changelog

This commit is contained in:
Stephan Dilly 2021-04-06 18:58:13 +02:00
parent 6f722b4806
commit f390fe8ded
3 changed files with 3 additions and 2 deletions

View file

@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `[w]` key to toggle between staging/workdir [[@terhechte](https://github.com/terhechte)] ([#595](https://github.com/extrawurst/gitui/issues/595))
- view/checkout remote branches ([#617](https://github.com/extrawurst/gitui/issues/617))
![checkout-remote](assets/checkout-remote.gif)
### Fixed
- push branch to its tracking remote ([#597](https://github.com/extrawurst/gitui/issues/597))
- fixed panic when staging lines involving missing newline eof ([#605](https://github.com/extrawurst/gitui/issues/605))

View file

@ -31,7 +31,7 @@
- Stage, unstage, revert and reset files, hunks and lines
- Stashing (save, apply, drop, and inspect)
- Push/Fetch to/from remote
- Branch List (create, rename, delete)
- Branch List (create, rename, delete, checkout, remotes)
- Browse commit log, diff committed changes
- Scalable terminal UI layout
- Async [input polling](assets/perf_compare.jpg)
@ -168,7 +168,6 @@ The key bindings can be customized: See [Key Config](KEY_CONFIG.md) on how to se
These are the high level goals before calling out `1.0`:
* upstream branches ([#453](https://github.com/extrawurst/gitui/issues/453))
* 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))

BIN
assets/checkout-remote.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 810 KiB