Code

Add support for launching the editor from the tree view
[tig.git] / NEWS
1 Release notes
2 =============
4 tig master
5 ----------
7 Improvements:
9  - Display repository references in the sorted order: tags, heads,
10    tracked remotes, remotes.
11  - Add bash completion for blame.
12  - Tree view: edit files of the current branch.
14 Bug fixes:
16  - Separate blame revision and file argument by "--" to avoid problems.
17  - Main view: fix redrawing of the last commit wrt. the revision graph.
18  - Fix waiting for input after executing a run request in pager mode.
19  - Status & stage view: refuse to open directories and deleted files.
20  - Tree view: show error when requesting blame for all non-file entries.
22 tig-0.12.1
23 ----------
25 Improvements:
27  - Status view: revert uncommitted diff chunks and unstaged files with
28    changes. Bound to '!' by default.
29  - Main view: use --topo-order also when rev-list arguments are given on
30    the command line.
31  - Log view: support for refreshing.
33 Bug fixes:
35  - Status view: use ls-files' --exclude-standard so user specific ignore
36    rules are effective. The option was added in git version 1.5.4.
37  - Stage view: fix assertion failure triggered when updating while
38    status view is not displayed.
39  - Help view: avoid confusion by showing "(no key)" instead of "'?'" for
40    unbound requests.
41  - Reload repository references when refreshing the main (and log) view.
42  - Do not maximize views when refreshing.
44 tig-0.12
45 --------
47 Improvements:
49  - F5 also refreshes the current view.
50  - Allow line graphics to be disabled with new line-graphics option.
51  - Main view: also include the reference names when searching.
52  - Main view: support for refreshing.
53  - Main view: disable boundary commits by default. Use --boundary when
54    they should be shown. (Debian bug 498628)
55  - Stage view: add stage-next action to jump to next diff chunk that can
56    be staged. By default bound to '@'.
57  - Configure: check for the ncurses header files.
58  - Add author-width option to costumize the width of the author column.
59    For example, put the following in ~/.tigrc: set author-width = 10
61 Bug fixes:
63  - Fix regression when staging all diff chunks in a section.
64  - Bind the maximize view action to 'O'; it conflicted with the
65    keybinding to launch the merge tool in the status view.
66  - Fix problem with $(cmd) usage in shell code. Some shells (jsh)
67    installed as /bin/sh does not support it.
68  - Do not show incomplete boundary commits when --no-walk is used.
69  - Documentation: Rename gitlink macro to support AsciiDoc 8.2.3.
70  - Ignore pipe reads with errno "Success" reported after a signals,
71    for example when refreshing doing background loading.
73 tig-0.11
74 --------
76 Incompatibilities:
78  - Remove parsing of deprecated options: -g, -l, -d.
79  - The first seen '--' will stop option parsing and is passed to git
80    instead of breaking out of tig's option parsing.
82 New features:
84  - Blame view; bound to 'B' by default, reachable from the command line
85    and the tree, status, and stage views.
86  - Blame/main view: allow display of date, author, and references to be
87    toggled on/off. Bound to 'D', 'A', and 'F' respectively.
88  - Add action to maximize the current view.
90 Improvements:
92  - Show the current branch in the status view.
93  - Show local/light-weight tags.
95 Bug fixes:
97  - Fix regressions for the pager mode.
98  - Fix refreshing of the index with working directory info.
100 tig-0.10.1
101 ----------
103 Improvements:
105  - Status view: detect renamed files and show them with 'R'.
106  - Status view: refresh the index to avoid "empty diffs".
107  - Diff view: make diff headers more verbose to include e.g. committer.
108  - Configure: check for the ncursesw library.
110 Bug fixes:
112  - Fix UTF8 handling for tag names and commit messages.
113  - Fix the check for git-config(1) in configure to handle the case when
114    git has been installed using a libexecdir which is not in the path.
115  - Fix replacing of SYSCONFDIR when installing from released tarballs.
117 tig-0.10
118 ---------
120 Incompatibilities:
122  - Deprecate most tig specific command line options to make tig more
123    compatible with gitk. The deprecated options are: -g, -l, -d, and -S.
124    Use of any of them will result in a warning being printed to stderr.
125    Instead of '-S', use the new 'status' subcommand.
126  - Make man page building depend on DocBook XSL version >= 1.72.0.
127  - Install man pages in $(prefix)/share/man.
128  - Implement the cherry pick action (bound to 'C') using new support for
129    running external commands. This obsoletes the TIG_CHEERY_PICK
130    environment variable
132 New features:
134  - Add support for binding keys to external commands. To bind '.' to
135    running git-commit(1), add the line: "bind generic . !git commit" to
136    your ~/.tigrc. Each command can have replacement string such as
137    %(commit), %(head), and %(blob), which are substituted before the
138    command is run.
139  - Add system-wide configuration file defaulting to $(prefix)/etc/tigrc.
140  - Add the environment variables TIGRC_USER and TIGRC_SYSTEM to change
141    user and system-wide configuration files, respectively.
143 Improvements:
145  - Main view: color the revision graph.
146  - Main view: show boundary commits; they are marked with '^' in the
147    revision graph.
148  - Tree view: add tree-parent action to jump to view of the parent tree.
149    Bound to ',' by default.
150  - Allow the default terminal colors to be overwritten. To use black
151    text on white, add the line "color default white black" to your
152    ~/.tigrc.
153  - Misc. documentation improvements.
155 Bug fixes:
157  - Use git-diff-index(1) and git-diff-files(1) instead of git-diff(1) to
158    avoid running external diff drivers.
159  - Use --no-color when calling git-log(1).
160  - Fix crash when opening mergetool for lines that are not unmerged.
162 tig-0.9.1
163 ---------
165 Incompatibilities:
167  - Make the clean rule to never remove generated documentation files.
168    Use the distclean rule for accomplishing this.
170 New features:
172  - Add support for cherry-picking commits in the main view to the
173    current branch. Bound to 'C' by default.
175 Improvements:
177  - Add support for launching git-mergetool(1) from the status view.
178    Bound to 'M' by default.
179  - Add support for refreshing/reloading the status view
180  - Detect working trees and disable the status view when it is missing.
182 Bug fixes:
184  - Fix iconv() checking in configure.
185  - Fix editor invocation to make paths relative to the project root.
186  - Fix out-of-range current line when reloading the status view.
187  - Include autoconf files in the tarball generated by `make dist`.
189 tig-0.9
190 -------
192 New features:
194  - Add bash completion script for tig (contrib/tig-completion.bash).
195  - Add optional autoconf-based build infrastructure.
196  - Add stage view for showing changes in the working tree and add
197    support for staging individual diff chunks for commit.
199 Improvements:
201  - Status view: allow all files in a section to be staged for commit.
202  - Status view: Add support for opening files in an editor. Bound to 'e'
203    by default.
204  - Tree view: use a stack for remembering the lines for parent tree.