@@ -212,7 +212,7 @@ Bugfix followup release - check `0.22.0` notes for more infos!
212
212
### Added
213
213
* stack popups ([ #846 ] ( https://github.com/extrawurst/gitui/issues/846 ) )
214
214
* file history log [[ @cruessler ] ( https://github.com/cruessler )] ([ #381 ] ( https://github.com/extrawurst/gitui/issues/381 ) )
215
- * termux support on andriod [[ @PeroSar ] ( https://github.com/PeroSar )] ([ #1139 ] ( https://github.com/extrawurst/gitui/issues/1139 ) )
215
+ * termux support on android [[ @PeroSar ] ( https://github.com/PeroSar )] ([ #1139 ] ( https://github.com/extrawurst/gitui/issues/1139 ) )
216
216
* use ` GIT_DIR ` and ` GIT_WORK_DIR ` from environment if set ([ #1191 ] ( https://github.com/extrawurst/gitui/pull/1191 ) )
217
217
* new [ FAQ] ( ./FAQ.md ) s page
218
218
* mention macports in install section [[ @fs111 ] ( https://github.com/fs111 )] ( [#1237](https://github.com/extrawurst/gitui/pull/1237) )
@@ -648,7 +648,7 @@ Thanks for your interest and support over this year! Read more about the 1 year
648
648
- min size for relative popups on small terminals ([ #179 ] ( https://github.com/extrawurst/gitui/issues/179 ) )
649
649
- fix crash on resizing terminal to very small width ([ #198 ] ( https://github.com/extrawurst/gitui/issues/198 ) )
650
650
- fix broken tags when using a different internal representation ([ #206 ] ( https://github.com/extrawurst/gitui/issues/206 ) )
651
- - tags are not cleanly seperated in details view ([ #212 ] ( https://github.com/extrawurst/gitui/issues/212 ) )
651
+ - tags are not cleanly separated in details view ([ #212 ] ( https://github.com/extrawurst/gitui/issues/212 ) )
652
652
653
653
## [ 0.8.1] - 2020-07-07
654
654
@@ -814,7 +814,7 @@ Thanks for your interest and support over this year! Read more about the 1 year
814
814
### Changed
815
815
816
816
- show longer commit messages in log view
817
- - introduce propper error handling in ` asyncgit ` [[ @MCord ] ( https://github.com/MCord )] ( [#53](https://github.com/extrawurst/gitui/issues/53) )
817
+ - introduce proper error handling in ` asyncgit ` [[ @MCord ] ( https://github.com/MCord )] ( [#53](https://github.com/extrawurst/gitui/issues/53) )
818
818
- better error message when trying to run outside of a valid git repo ([ #56 ] ( https://github.com/extrawurst/gitui/issues/56 ) )
819
819
- improve ctrl+c handling so it is checked first and no component needs to worry of blocking it
820
820
0 commit comments