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