X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=NEWS;h=de00136e74e331ab7e580fbd3bd50b8d94f4913a;hb=37b8cf4848889adb48c16a0f1c90ea068cbe211a;hp=59a36c487e0a3d4df88442a7515cfc5a9943fe49;hpb=babaa6f7a97cbe3948588e5181de0801ce32b792;p=tig.git diff --git a/NEWS b/NEWS index 59a36c4..de00136 100644 --- a/NEWS +++ b/NEWS @@ -8,16 +8,25 @@ Incompatibilities: - The screen-resize action has been deprecated. It had no real use for users and was never meant to be exposed. + - The "tree-parent" action was renamed to "parent". Warnings will be + emitted for transition. Improvements: - Tree view: avoid flickering when updating. + - Tree view: annotate entries with commit information. - Tree & blob view: open any blob in an editor. + - Stage & main view: restore view position when reloading. + - Blame view: load blame for parent commit. For merge commits the parent + is queried. Bound to ',' by default via the existing "parent" action. + - Abbreviate author names to initials when the width of the author column + is below 6 characters. Bug fixes: - Tree view: fix memory corruption bug when updating. - Fix regression for non-UTF-8 locales corrupting the view data. + - Fix regression parsing multiple spaces in ~/.tigrc. tig-0.13 --------