specify changelog better

This commit is contained in:
Stephan Dilly 2021-11-28 14:29:01 +01:00
parent 444e14631d
commit a847ea2a92

View file

@ -28,7 +28,7 @@ The way this works got changed and simplified ([See docs](https://github.com/ext
- allow customizing key symbols like `⏎` & `⇧` ([see docs](https://github.com/extrawurst/gitui/blob/master/KEY_CONFIG.md#key-symbols)) ([#465](https://github.com/extrawurst/gitui/issues/465))
- simplify key overrides ([see docs](https://github.com/extrawurst/gitui/blob/master/KEY_CONFIG.md)) ([#946](https://github.com/extrawurst/gitui/issues/946))
- dedicated fuzzy finder up/down keys to allow vim overrides ([#993](https://github.com/extrawurst/gitui/pull/993))
- pull will also pull down tags on current branch ([#1013](https://github.com/extrawurst/gitui/pull/1013))
- pull will also download tags ([#1013](https://github.com/extrawurst/gitui/pull/1013))
### Fixed
- honor options (for untracked files) in `stage_all` command ([#933](https://github.com/extrawurst/gitui/issues/933))