X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=NEWS;h=e013e2a30adf3f0d49a051240477eafebb9a72d8;hb=ffccf1b1f837812ee3d33bf0cef5f5036f858ed4;hp=dffb43d11b8411a898f465419610b7011a579e49;hpb=b9247a4639adcfa4e8f816d75c62917575757619;p=tig.git diff --git a/NEWS b/NEWS index dffb43d..e013e2a 100644 --- a/NEWS +++ b/NEWS @@ -8,9 +8,13 @@ Incompatibilities: - Setting the cursor color no longer automatically sets the text to bold. The old 'lazy' behavior was a bug. + - Remove check for git-repo-config, which was officially deprecated in + git version 1.5.4. The configure script no longer depends on git + being installed. Improvements: + - Provide the manual as a man page named tigmanual(7). - Add ability to toggle between showing shorter dates (without time info) and relative dates. Use 'D' to toggle between date formats. - Show the active (instead of the default) keybindings in the help @@ -18,6 +22,8 @@ Improvements: help messages. - Add branch view for choosing which branch to display in the main view. Bound to 'H' by default. + - Tree view: show entry to parent directory ('..') when running from + subdirectory. - Tree view: sort entries by name, date or author. Toggling is bound to 'i' by default, with 'I' controlling whether or not to sort in ascending order. @@ -30,6 +36,8 @@ Improvements: Bug fixes: + - Blame view: fix loading of blame data when opened from the tree view + and CWD is not the repo root. (Debian bug 540766) - Tree view: fix searching. tig-0.14.1