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