X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=NEWS;h=e06467576bf23cc0e6b67614a000eaac9d4b0700;hb=0e324883ecdfcaade6061d518541572c327ae33a;hp=9f44a9f5f3a3b66c2c3d9bc71265da84c9dcdfeb;hpb=a7dbd419967a1e1880b00bc6f7ed7c80ac102bc9;p=tig.git diff --git a/NEWS b/NEWS index 9f44a9f..e064675 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,24 @@ Release notes ============= -master ------- +tig master +---------- + +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 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 +-------- Incompatibilities: @@ -18,8 +34,8 @@ Improvements: - Plug several memory leaks. - Command line arguments are split into diff, revision, and file - arguments and made available as %(diff-args), %(rev-args), and - %(file-args). Diff view will limit diffs using %(file-args). + arguments and made available as %(diffargs), %(revargs), and + %(fileargs). Diff view will limit diffs using %(fileargs). - Status view: update the file variable when a line is selected so %(file) works as expected. - Branch view: add %(branch) symbol providing access to the selected