X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=NEWS;h=0926f669d53c7f3a03823f07a2ce01f04bf33597;hb=89f7fc38e2b0e80512b06c2aca9bdbaad6fafcf5;hp=af9312d22929a815a9cabb6aee155b6170db9f4d;hpb=abd68b5ab942dcf48bb93d8346047e26149d8ec2;p=tig.git diff --git a/NEWS b/NEWS index af9312d..0926f66 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,38 @@ Release notes ============= +tig master +---------- + +Bug fixes: + + - Fix opening of diffs when browsing branches. + +tig-0.16.2 +---------- + +Bug fixes: + + - Fix regression causing empty tree view. + - Fix set_tabsize() compile error for older versions of ncurses. + +tig-0.16.1 +---------- + +Improvements: + + - Add scroll-first-col action to jump to the first column. Bound to '|' + by default. + - Add 'status-untracked-dirs' option to ignore unknown directories + contents in the status view. On by default. + +Bug fixes: + + - Fix 'tig show ' to show the provided commit. + - Fix problem with empty diff views when file specs were passed on the + command line. + - Fix segfault when starting tig in pager mode. + tig-0.16 --------