Code

Refactor and share view maximization code from view-close handling
[tig.git] / NEWS
diff --git a/NEWS b/NEWS
index cd3663bdbb525e85d64fe355e661e1377dd3005c..ea3296c79b29f8bb5ba34146811a1422aac3f674 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,23 @@
 Release notes
 =============
 
+tig master
+----------
+
+Improvements:
+
+ - Status view: improve "on branch" information inspired by the prompt
+   code in git's bash completion script.
+ - Colors for 256-capable terminals can be specified as colorN.
+ - Entering a number in the prompt will jump to that line number.
+ - Handle core.worktree by setting GIT_DIR and GIT_WORK_TREE.
+
+Bug fixes:
+
+ - Blame view: fix problem with uninitialized variable.
+ - Blame view: use line number information when loading blame for
+   specific commit.
+
 tig-0.14
 --------