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