Add option to turn off automatic enabling of topo-order
[tig.git] / NEWS.adoc
blob8adedca1dd88cee2f9331c8282b28dc1bd537bc1
1 Release notes
2 =============
4 master
5 ------
7 Improvements:
9  - Add move-half-page-up and move-half-page-down actions. (GH #323)
10  - Preserve the cursor position when changing the diff context. 
11  - Add option to turn off automatic enabling of `--topo-order` when the graph is
12    shown in the main view. (GH #310)
14 Bug fixes:
16  - Update manual to reflect default keybinding changes. (GH #325)
17  - Fix graph support for `--first-parent`. (GH #326)
18  - Fix off-by-one error when opening editor from the grep view.
20 tig-2.0.3
21 ---------
23 Improvements:
25  - Add `:save-display <file>` prompt command to save the current display.
26  - Add `:script <file>` prompt command for scripting the Tig UI.
27  - Add test framework and convert existing tests to use it.
28  - Add command-line option for starting in refs view: `tig refs`. (GH #309)
29  - Make blame commit ID colors stable across reloads. (GH #303)
30  - Increase blame ID and graph rendering color palette to 14 colors.
31  - New setting 'split-view-width' controls the width for vertical splits. It
32    takes the width of the right-most view either as a number or a percentage.
33  - Expose settings holding command line argument lists: `file-args`, `rev-args`,
34    and `cmdline-args`. They are mainly intended for testing purposes but also
35    allows to change the filtering arguments dynamically. (GH #306)
36  - Add `log-options` setting for specifying default log view options.
37    Example: `set log-options = --pretty=fuller`.
38  - Use option specific view flags to reload view after `:set` commands.
40 Bug fixes:
42  - Refresh the current view when returning from an external command and
43    `refresh-mode=after-command`. (GH #289)
44  - Fix readline completion.
45  - Fix '/' to `find-next` when readline support is enabled. (GH #302)
46  - Fix readline prompt to correctly handle UTF-8 characters.
47  - Add warnings for more obsolete actions and colors.
48  - Fix passing of commit IDS via stdin to the main view.
49  - Fix commit title overflow drawing for multibyte text. (GH #307)
50  - Fix installation directory permissions.
51  - Handle binary files matches reported by git-grep.
52  - Toggling of "args"-typed options without any arguments will clear the current
53    arguments. Example: `:toggle blame-options`.
54  - Detect custom `pretty.format` settings that break the log view and fallback
55    to use the `medium` format. (GH #225)
56  - Fix invocation of git-diff for the blame view's line tracking. (GH #316)
57  - Fix blame completion of directory names. (GH #317)
58  - Fix display of conflicts in the main view when 'show-changes' is enabled.
59  - Fix off-by-one error when displaying line numbers in the grep view.
60  - When showing the commit graph ensure that either topo, date or author-date
61    commit order is used. (Debian #757692) (GH #238)
63 tig-2.0.2
64 ---------
66 Improvements:
68  - Use git-status for diffing the index.
69  - Group toggle options together in the help view.
71 Bug fixes:
73  - Fix refs, main and grep loading when 'gui.encoding' is set. (GH #287)
74  - Ignore 'gui.encoding' and 'i18n.commitencoding' when set to 'UTF-8'.
75  - Add work-around for missing strndup() on Mac OS X v10.6. (GH #286)
76  - Fix spurious abbreviation of author names. (GH #288)
77  - Don't show empty action groups in the help view.
79 tig-2.0.1
80 ---------
82 Bug fixes:
84  - Fix compilation in watch.c.
85  - Fix parsing of key bindings mapped to '^' and '<'. (GH #280, #282)
87 tig-2.0
88 -------
90 Note to packagers:
92  - Add `.adoc` extension to AsciiDoc files so they show correctly on GitHub.
93    This includes `README`, `INSTALL`, and `NEWS` and files in `doc/` directory.
94  - `BUGS` file has been merged into `README.adoc`.
95  - Default keybindings have been moved to a system-level `tigrc` file, which is
96    installed to ${sysconfdir} by default. The content of the `tigrc` file is
97    included inside the binary as a fall-back. Pass `NO_BUILTIN_TIGRC=y` to not
98    include the system `tigrc` content and reduce the size of the binary.
99  - The example `contrib/tigrc` file (made obsolete by `tigrc`) has been removed.
100  - Source files have been moved to `src` and `include` and `tig.c` was split up.
101  - Build output is less verbose by default; use `make V=1` for old output.
103 Incompatibilities:
105  - In preparation for key combo support, key mappings for symbolic keys (e.g.
106    `Up` and `Down`) must now start with `<` and end with `>`, e.g. `<Up>` and
107    `<Down>`. Furthermore, escape key combos must now use `<Esc>key` instead of
108    `^[key`, and control key mappings must now use `<Ctrl-key>` instead of
109    `^key`.
110  - Only use 'diff-options' for the diff view and introduce '%(cmdlineargs)' to
111    hold non-file and non-revision flags passed on the command line. Affects all
112    user-defined commands that expect '%(diffargs)' to hold both 'diff-options'
113    arguments and those passed on the command line. (GH #228)
114  - Remove built-in keybinding for `git gc`. Add the following line to `~/.tigrc`
115    to restore it: `bind generic G ?git gc`.
116  - To support view specific colors, '.' can no longer be used interchangeably
117    with '-' and '_' in settings names and in particular color names.
118  - Replace 'stage-next' action with prompt command using a predefined search
119    (see below) and add binding (`@` by default) to also work in the diff view.
120  - Most view display options must now be set via the new `*-view` options in
121    tigrc. Existing options are no longer recognized, but a warning is shown.
122  - Remap default bindings to have more consistent convention: use lower-case
123    keys primarily for view switching and non-destructive actions, use upper-case
124    keys for view-specific actions including user-defined commands. To preserve
125    old default key bindings see `contrib/bindings-v1.x.tigrc`. (GH #257)
127 Improvements:
129  - Add mouse support: scroll view, click line to move cursor, double click line
130    (or click again) to "Enter" cursor line, e.g. open commit diff. Disabled by
131    default, since it makes text selection less intuitive. If you enable this
132    remember to hold down Shift (or Option on Mac) when selecting text.
133  - Rewrite and improve the rendering of the commit graph. (GH #144, #46)
134  - Add completion and history support to the prompt via readline. (GH #185)
135  - Options can be configured and toggled individually for each view. Use the new
136    view settings to configure the order and display options for each view
137    columns. See system tigrc and tigrc(5) for examples. (GH #89, #222)
138  - Add grep view as a front-end to git-grep(1): `tig grep -p strchr`. From
139    within Tig, the key for switching or grepping is bound to 'g' by default.
140  - Rename 'branch' view to 'refs' view and show tags. (GH #134)
141  - Add main view pager mode that reads git-log's '--pretty=raw' data
142    from stdin, e.g. `git reflog --pretty=raw | tig --pretty=raw`.
143  - Add support for `--graph` and highlight diff stats in the log view.
144  - Add default command bindings: `!` to delete branch, `!` to drop stash.
145  - Add 'stage-split-chunk' action for splitting chunks in the stage view.
146    Bound to '\' by default. (GH #107)
147  - Add 'back' action bound to '<' by default, which will return the blame view
148    to the previous revision and line after moving e.g. to the parent. (GH #124)
149  - Auto-refresh views based on watched repository changes. Configure by setting
150    `refresh-mode` to 'manual', 'auto', 'after-command', or 'periodic'. (GH #190)
151  - All default settings are in well-documented system `tigrc`.
152  - Add `:toggle` prompt command to manipulate options using keybindings. For
153    example: `bind diff D :toggle diff-options --patience --notes`. (GH #69)
154  - Add a new "auto" value for the 'vertical-split' option to let Tig choose the
155    split orientation (this is the new default behavior). Can be toggled.
156  - Make it possible to toggle the display of files in untracked directories.
157  - Allow Tig to be started with no default configuration by specifying an
158    alternative system `tigrc` file, e.g.: `TIGRC_SYSTEM=~/.tigrc.safe tig`. Set
159    `TIGRC_SYSTEM` to the empty string to use built-in configuration instead of
160  - Key mappings can contain UTF-8 multibyte unicode keys.
161  - Warn about conflicting keybindings using Ctrl, e.g. `<Ctrl-f>` and
162    `<Ctrl-F>`. (GH #218)
163  - Extend key bindings for prompt commands (ie. `bind <keymap> <key> :<prompt>`)
164    to support predefined searches, eg.: `bind stage 2 :?^@@`.
165  - Git color mappings can be configured in tigrc.
166  - More informative configuration error messages.
167  - Make reference label formatting configurable, for example:
168    `set reference-format = (branch) <tags> remote`. (GH #201)
169  - Adjust author width and other view columns automatically. (GH #49)
170  - Support view specific colors: `color stage.diff-add yellow default`.
171  - Copy `-S`, `-G` and `--grep=` pattern to search buffer so 'find-next' and
172    'find-prev' work as expected.
173  - Optionally specify custom prompt for `%(prompt)` in shell commands, e.g.
174    `bind main B ?git checkout -b "%(prompt Enter new branch name: )"`.
175  - Add `%(remote)` and `%(tag)` symbols to complement `%(branch)`.
176  - User-defined commands can now be prefixed with any of the supported flags,
177    e.g. `?git checkout -b %(branch)`.
178  - Open editor at line number for combined diffs e.g. diffs of unmerged files.
179  - Add build configuration for Cygwin (OS name: CYGWIN_NT-6.1). (GH #92)
180  - Document the Git commands supported by the pager mode.  (GH #1)
181    system `tigrc` configuration. (GH #235)
183 Bug fixes:
185  - Fix stash diff display when reloading the stash view after a deleting.
186  - Set the commit reference when opening the blame view from the blob view.
187  - Correctly identify and highlight the remote branch tracked by HEAD.
188  - Pass --no-color after user defined arguments to ensure that colors do not
189    break the output parsing. (GH #191)
190  - Close stdin when pager mode is not supported.
191  - Show newly created branches in the main view. (GH #196)
192  - File with 0 changes breaks diffstat highlighting (GH #215)
193  - Update %(branch) variable in the main view. (GH #223)
194  - Disable graph rendering when either of `--reverse`, `-S`, `-G`, and `--grep`
195    are passed to the main view. (GH #127)
196  - Only refresh views that support it.
197  - Fix author and date annotation of renamed entries in the tree view.
198  - Fix use of unsafe methods in the signal handler. (GH #245)
199  - Fix rendering in non-UTF8 terminals.
200  - Fix stage-update-line by rewriting the diff chunk containing the line instead
201    of using `--unidiff-zero` and a diff context of zero. (GH #130)
202  - Fix status-update to work for untracked directories. (GH #236)
203  - Don't pass log parameters given on the command line to the diff view.
205 tig-1.2.1
206 ---------
208 Incompatibilities:
210  - Move manual and man pages to doc/ directory and rename AsciiDoc files
211    to have .asciidoc as the extension to make them render on GitHub.
213 Improvements:
215  - Show blob sizes in the tree view either as bytes or using binary unit
216    prefixes. Example: `set show-file-size = units`. (GH #163)
217  - Reduce main view memory usage and startup time, especially when revision
218    graph rendering is disabled. (GH #160)
220 Bug fixes:
222  - Fix submodule-related setup to check for non-zero return value from
223    setenv(). (GH #188)
225 tig-1.2
226 -------
228  - Tig now has its own tag on Stack Overflow, where users are invited to
229    ask questions: http://stackoverflow.com/questions/tagged/tig
231 Improvements:
233  - Prompt commands can be bound to keys. For example:
234    `bind diff F :set diff-options = --full-diff`. (GH #69, #116)
235  - Add a diff-options setting for specifying default diff options.
236    Example: `set diff-options = --patience`. (GH #116)
237  - Options in diff-options and blame-options matching Tig browsing state
238    variables are replaced.
239  - Show diff stats as wide as the terminal. (GH #109)
240  - Show line numbers in the branch view. (GH #135)
241  - Add toggles for showing author email or email user names. (GH #115)
242  - Open editor at the selected line by prefixing the file argument with
243    `+<lineno>`. Tested in vi, Vim, Emacs, Nano, Gedit, Geany. Disable
244    by adding `set editor-line-number = no` to ~/.tigrc. (GH #118, #119)
245  - Add toggle-files to control whether to show full commit diff or only
246    the diff concerning the currently selected file, e.g. for blame.
247  - Optionally highlight exceeding characters in long commit titles.
248    The default title max width is 50 characters. Customize using:
249    `set title-overflow = 50` (GH #125)
250  - Add +ESC key bindings. Example: `bind generic ^[v move-page-up` (GH #120)
251  - Create temporary files in TMPDIR, TEMP, or TMP before defaulting to /tmp.
252  - Reenable `tig log` as a subcommand. (GH #146)
253  - Enable tilde expansion in ~/.tigrc "source" commands. (GH #168)
254  - Introduce the stash view, bound to the 'y' keybinding. (GH #169, #174)
256 Bug fixes:
258  - Fix blame and status to work in directories starting with a dot. (GH #172)
259  - Reload current branch name when reloading the status view. (GH #93)
260  - Fix compile errors on old Solaris. (GH #97)
261  - Reload HEAD info when reloading the stage view. (GH #104, #93)
262  - Fix disappearing branch labels after external commands. (GH #148)
263  - Fix diff view display for staged/unstaged changes when using 'd'.
264  - Fix display of status messages when toggling view options. (GH #111)
265  - Fix illegal memory access. (GH #98)
266  - Fix display of all branches label in repos with short branch names.
267  - Fix rendering glitch for branch names.
268  - Do not apply diff styling to untracked files in the stage view. (GH #153)
269  - Fix tree indentation for entries containing combining characters. (GH #170)
270  - Ignore unrepresentable characters when transliterating text for rendering.
271  - Transliterate text to output encoding before trimming it to avoid
272    misalignment. (GH #86)
273  - Introduce a more natural context-sensitive log display. (GH #155)
275 tig-1.1
276 -------
278 Incompatibilities:
280  - Disable diff move/copy detection by default, boosting diff
281    performance on larger projects. Use git config 'diff.renames' option
282    (Git-wide) to set your preferred behavior. Environment variable
283    TIG_DIFF_OPTS can be used to restore the old behavior.
284  - Fix manual keybinding for stage-single-line. (GH #108)
285  - Values set for author-width and filename-width will result in widths
286    one character bigger than previously.
288 Improvements:
290  - Typing a text in the prompt will be interpreted as a Tig command.
291    Prefixing the command with a '!' will execute this system command in
292    an external pager. Entering a single key will execute the
293    corresponding key binding.
294  - Basic support for wrapping long line in pager, diff, and stage views.
295    Enable using: `set wrap-lines = yes`. (GH #2)
296  - User-defined commands prefixed with a '?' means prompt before
297    execution. Example: `bind main B !?git rebase -i %(commit)`.
298  - User-defined commands prefixed with a '<' means exit after execution.
299    Example: `bind main C !<git commit`. (GH #66)
300  - User-defined commands are executed unquoted to support shell commands.
301    Example: `bind generic I !@sh -c "echo -n %(commit) | xclip -selection c"`.
302    (GH #65)
303  - Configure case-insensitive searches using: `set ignore-case = yes`.
304  - Add "deleted mode" line type for better diff coloring.
305  - Open editor when requesting edit action from within a file diff.
306  - Update AX_WITH_CURSES to build under Cygwin.
307  - Improve tigrc(5) documentation. (Debian #682766)
308  - Allow to build on Mac OS 10.7 without the configure script. (GH #25)
309  - Add option to split the view vertically instead of horizontally.
310    Example: `set vertical-split = yes'. (GH #76)
311  - Add 'show-id' and 'id-width' options to configure the display of
312    commit IDs in the main view and ID width in the blame view. (GH #77)
313  - Allow to override Git based encoding to UTF-8 by setting
314    'i18n.commitencoding' or 'gui.encoding'.
315  - Improve autobuild support to track generated files and work with
316    autoreconf 2.61.
317  - Commit IDs are read from stdin when --stdin is given; works for main
318    and diff view, e.g. `tig --no-walk --stdin < cherry-picks.txt`.
319  - Add option to disable focusing of the child view when it's opened.
320    Disable using: `set focus-child = no`. (GH #83)
321  - Allow to open blob related with added content in a diff. (GH #91)
323 Bug fixes:
325  - Fix commit graph regression when a path spec is specified. (GH #53)
326  - Main view: only show staged/unstaged changes for the current branch.
327  - Support submodules created with current version of git. (GH #54)
328  - Fix diff status message for file diffs with no content changes.
329  - Fix parent blaming when Tig is launched in subdirectory. (GH #70)
330  - Do not show deleted branch when reloading the branch view.
332 tig-1.0
333 -------
335 The master repository is git://github.com/jonas/tig.git, and the old
336 master repository (http://jonas.nitro.dk/tig/tig.git) will be retired.
338 Improvements:
340  - Use git-log(1)s default commit ordering. The old behavior can be
341    restored by adding `set commit-order = topo` to ~/.tigrc.
342  - Support staging of single lines. Bound to '1' default. (GH #21)
343  - Use +<lineno> to open the initial view at an arbitrary line. (GH #20)
344  - Add show-notes ~/.tigrc option. Notes are displayed by default.
345  - Support jumping to specific SHAs in the main view.
346  - Decorate replaced commits.
347  - Display line numbers in main view.
348  - Colorize binary diff stats. (GH #17)
349  - Custom colorization of lines matching a string prefix (GH #16).
350    Example configuration: color "Reported-by:" green default
351  - Use Git's color settings for the main, status and diff views.
352    Put `set read-git-colors = no` in ~/.tigrc to disable.
353  - Handle editor options with multiple arguments. (GH #12)
354  - Show filename when running tig blame with copy detection. (GH #19)
355  - Use 'source <path>' command to load additional files from ~/.tigrc
356  - User-defined commands prefixed with '@' are run with no console
357    output, e.g.
359         bind generic 3 !@rm sys$command
361  - Make display of space changes togglable in the diff and stage view.
362    Bound to 'W' by default.
363  - Use per-file encoding specified in gitattributes(5) for blobs and
364    unstaged files.
365  - Obsolete commit-encoding option and pass --encoding=UTF-8 to revision
366    commands.
367  - Main view: show uncommitted changes as staged/unstaged commits.
368    Can be disabled by putting `set show-changes = no` in ~/.tigrc.
369  - Add %(prompt) external command variable, which will prompt for the
370    argument value.
371  - Log information about Git commands when the TIG_TRACE environment
372    variable is set. Example: `TIG_TRACE=/tmp/tig.log tig`
373  - Branch view: Show the title of the last commit.
374  - Increase the author auto-abbreviation threshold to 10. (GH #49)
375  - For old commits show number of years in relative dates. (GH #50)
377 Bug fixes:
379  - Fix navigation behavior when going from branch to main view. (GH #38)
380  - Fix segfault when sorting the tree view by author name.
381  - Fix diff stat navigation for unmodified files with stat changes.
382  - Show branches/refs which names are a substring of the current branch.
383  - Stage view: fix off-by-one error when jumping to a file in a diff
384    with only one file.
385  - Fix diff-header colorization. (GH #15)
386   
387 tig-0.18
388 --------
390 Incompatibilities:
392  - Remove support for the deprecated TIG_{MAIN,DIFF,LOG,TREE,BLOB}_CMD
393    environment variables.
395 Improvements:
397  - Pressing enter on diff stat file lines will jump to file's diff.
398  - Naïvely color blame IDs to distinguish lines.
399  - Document palette color options used for revision graph and blame IDs.
400  - Add support for blaming diff lines.
401  - Add diff-context option and bindings to increase the diff context in
402    the diff and stage view.
403  - (GH-6) Make blame configurable via extra options passed from the command
404    line and blame-options setting from ~/.tigrc. For example:
405    
406         set blame-options = -C -C -C
408 Bug fixes:
410  - Expand browsing state variables for prompt. (LP #694780, Debian #635546)
411  - Fix segfault when sorting the branch view by author.
412  - Expand %(directory) to . for the root directory. (GH-3)
413  - Accept 'utf-8' for the line-graphics option as indicated in the docs.
414  - Use erasechar() to check for the correct backspace character.
416 tig-0.17
417 --------
419 Improvements:
421  - Start rewrite of the revision graph renderer. Three modes are
422    supported UTF-8, ncurses line graphics, and ASCII. Also, enable
423    revision graph rendering by default.
425 Bug fixes:
427  - Fix ncurses 5.8 issue by passing non-zero column size to newwin().
428  - Fix opening of diffs when browsing branches.
430 tig-0.16.2
431 ----------
433 Bug fixes:
435  - Fix regression causing empty tree view.
436  - Fix set_tabsize() compile error for older versions of ncurses.
438 tig-0.16.1
439 ----------
441 Improvements:
443  - Add scroll-first-col action to jump to the first column. Bound to '|'
444    by default.
445  - Add 'status-untracked-dirs' option to ignore unknown directories
446    contents in the status view. On by default.
448 Bug fixes:
450  - Fix 'tig show <commit>' to show the provided commit.
451  - Fix problem with empty diff views when file specs were passed on the
452    command line.
453  - Fix segfault when starting Tig in pager mode.
455 tig-0.16
456 --------
458 Incompatibilities:
460  - Encode everything internally as UTF-8. This can affect performance,
461    but should in general improve handling of character lengths etc.
462    Also, to properly handle UTF-8 environments use ncurses with wide
463    character support.
464  - The use of TIG_{MAIN,DIFF,LOG,TREE,BLOB}_CMD environment variables
465    has been deprecated. To allow configuration of the diff view,
466    TIG_DIFF_OPTS can be used.
468 Improvements:
470  - Plug several memory leaks.
471  - Command line arguments are split into diff, revision, and file
472    arguments and made available as %(diffargs), %(revargs), and
473    %(fileargs). Diff view will limit diffs using %(fileargs).
474  - Status view: update the file variable when a line is selected so
475    %(file) works as expected.
476  - Branch view: add %(branch) symbol providing access to the selected
477    branch.
478  - Branch view: add entry to browse all branches (uses git-log's --all
479    flag).
480  - Abbreviation of author names can now be configured and toggled.
481  - Mark detached heads with [HEAD].
482  - Add support for displaying dates in local time.
484 Bug fixes:
486  - Status view: fix usage from sub directories, which was broken by the
487    changes made to support blame view from sub directories.
488  - Fix text expansion to not truncate long lines
489  - Fix parsing of boolean show-date values.
490  - Fix relative date.
491  - Fix unbind to behave as if the keybinding was never defined.
492  - Fix unbind to also cover built-in run requests.
493  - Fix parsing of unknown keymap names.
494  - Blame view: fix parent blame to detect renames. It uses "previous"
495    line info from the blame porcelain output added in Git version 1.6.3.
497 tig-0.15
498 --------
500 Incompatibilities:
502  - Setting the cursor color no longer automatically sets the text to
503    bold. The old 'lazy' behavior was a bug.
504  - Remove check for git-repo-config, which was officially deprecated in
505    Git version 1.5.4. The configure script no longer depends on Git
506    being installed.
508 Improvements:
510  - Provide the manual as a man page named tigmanual(7).
511  - Add ability to toggle between showing shorter dates (without time
512    info) and relative dates. Use 'D' to toggle between date formats.
513  - Show the active (instead of the default) keybindings in the help
514    view. Furthermore, honor the keymap when suggesting actions in the
515    help messages.
516  - Add branch view for choosing which branch to display in the main
517    view. Bound to 'H' by default.
518  - Tree view: show entry to parent directory ('..') when running from
519    subdirectory.
520  - Tree view: sort entries by name, date or author. Toggling is bound to
521    'i' by default, with 'I' controlling whether or not to sort in
522    ascending order.
523  - Make height of the lower view in a split view configurable by setting
524    the 'split-view-height' variable to a number or a percentage.
525    Defaults to 2/3 of the total view height.
526  - Allow multiple text attributes for color commands:
528         color cursor white blue underline bold
530 Bug fixes:
532  - Blame view: fix loading of blame data when opened from the tree view
533    and CWD is not the repo root. (Debian bug 540766)
534  - Tree view: fix searching.
536 tig-0.14.1
537 ----------
539 Improvements:
541  - Status view: improve "on branch" information inspired by the prompt
542    code in Git's bash completion script.
543  - Colors for 256-capable terminals can be specified as colorN.
544  - Entering a number in the prompt will jump to that line number.
545  - Handle core.worktree by setting GIT_DIR and GIT_WORK_TREE.
546  - Make behavior of horizontal scrolling configurable by setting the
547    'horizontal-scroll' variable to a number or a percentage. Defaults to
548    scrolling 50% of the view width.
550 Bug fixes:
552  - Status view: show error when failing to open a file.
553  - Status view: report failures to update a file.
554  - Blame view: fix problem with uninitialized variable.
555  - Blame view: use line number information when loading blame for
556    specific commit.
557  - Fix handling of quoted strings in the config file.
558  - Fix horizontal scrolling glitches.
560 tig-0.14
561 --------
563 Incompatibilities:
565  - The screen-resize action has been deprecated. It had no real use for
566    users and was never meant to be exposed.
567  - The "tree-parent" action was renamed to "parent". Warnings will be
568    emitted for transition.
569  - Remove parsing of deprecated option -S and subcommands log and diff.
570  - The "author" color replaces "main-author". Setting the latter will
571    now set the "author" color.
573 Improvements:
575  - Horizontal scrolling. Bound to Left/Right by default.
576  - Read tigrc(5) options from Git configuration files using the syntax:
578         [tig] show-rev-graph = true
579         [tig "color"] cursor = yellow red bold 
580         [tig "bind"] generic = P parent
582  - Tree view: avoid flickering when updating.
583  - Tree view: annotate entries with commit information.
584  - Tree & blob view: open any blob in an editor.
585  - Stage & main view: restore view position when reloading.
586  - Blame view: load blame for parent commit. For merge commits the parent
587    is queried. Bound to ',' by default via the existing "parent" action.
588  - Abbreviate author names to initials when the width of the author column
589    is below 6 characters.
591 Bug fixes:
593  - Tree view: fix memory corruption bug when updating.
594  - Tree view: improve handling of empty trees.
595  - Status view: fix reverting of unmerged files.
596  - Fix regression for non-UTF-8 locales corrupting the view data.
597  - Fix regression parsing multiple spaces in ~/.tigrc.
599 tig-0.13
600 --------
602 Incompatibilities:
604  - Commands from the environment (e.g. TIG_MAIN_CMD) will no longer have
605    access to shell features, such as subshells and variable expansion.
606    The easiest way to upgrade your configuration is to put such commands
607    in a script file or as a Git alias.
609 Improvements:
611  - Display repository references in the sorted order: tags, heads,
612    tracked remotes, remotes.
613  - Add bash completion for blame.
614  - Tree view: edit files of the current branch.
615  - Run requests: new identifiers %(directory), %(file), and %(ref)
616  - Improve responsiveness and view loading speed by using select(2).
618 Bug fixes:
620  - Separate blame revision and file argument by "--" to avoid problems.
621  - Main view: fix redrawing of the last commit wrt. the revision graph.
622  - Fix waiting for input after executing a run request in pager mode.
623  - Status & stage view: refuse to open directories and deleted files.
624  - Tree view: show error when requesting blame for all non-file entries.
625  - Do not draw loading views, which are not displayed.
626  - Fix launching of mergetool from a subdirectory.
628 tig-0.12.1
629 ----------
631 Improvements:
633  - Status view: revert uncommitted diff chunks and unstaged files with
634    changes. Bound to '!' by default.
635  - Main view: use --topo-order also when rev-list arguments are given on
636    the command line.
637  - Log view: support for refreshing.
639 Bug fixes:
641  - Status view: use ls-files' --exclude-standard so user specific ignore
642    rules are effective. The option was added in Git version 1.5.4.
643  - Stage view: fix assertion failure triggered when updating while
644    status view is not displayed.
645  - Help view: avoid confusion by showing "(no key)" instead of "'?'" for
646    unbound requests.
647  - Reload repository references when refreshing the main (and log) view.
648  - Do not maximize views when refreshing.
650 tig-0.12
651 --------
653 Improvements:
655  - F5 also refreshes the current view.
656  - Allow line graphics to be disabled with new line-graphics option.
657  - Main view: also include the reference names when searching.
658  - Main view: support for refreshing.
659  - Main view: disable boundary commits by default. Use --boundary when
660    they should be shown. (Debian bug 498628)
661  - Stage view: add stage-next action to jump to next diff chunk that can
662    be staged. By default bound to '@'.
663  - Configure: check for the ncurses header files.
664  - Add author-width option to customize the width of the author column.
665    For example, put the following in ~/.tigrc: set author-width = 10
667 Bug fixes:
669  - Fix regression when staging all diff chunks in a section.
670  - Bind the maximize view action to 'O'; it conflicted with the
671    keybinding to launch the merge tool in the status view.
672  - Fix problem with $(cmd) usage in shell code. Some shells (jsh)
673    installed as /bin/sh does not support it.
674  - Do not show incomplete boundary commits when --no-walk is used.
675  - Documentation: Rename gitlink macro to support AsciiDoc 8.2.3.
676  - Ignore pipe reads with errno "Success" reported after a signals,
677    for example when refreshing doing background loading.
679 tig-0.11
680 --------
682 Incompatibilities:
684  - Remove parsing of deprecated options: -g, -l, -d.
685  - The first seen '--' will stop option parsing and is passed to Git
686    instead of breaking out of Tig's option parsing.
688 New features:
690  - Blame view; bound to 'B' by default, reachable from the command line
691    and the tree, status, and stage views.
692  - Blame/main view: allow display of date, author, and references to be
693    toggled on/off. Bound to 'D', 'A', and 'F' respectively.
694  - Add action to maximize the current view.
696 Improvements:
698  - Show the current branch in the status view.
699  - Show local/light-weight tags.
701 Bug fixes:
703  - Fix regressions for the pager mode.
704  - Fix refreshing of the index with working directory info.
706 tig-0.10.1
707 ----------
709 Improvements:
711  - Status view: detect renamed files and show them with 'R'.
712  - Status view: refresh the index to avoid "empty diffs".
713  - Diff view: make diff headers more verbose to include e.g. committer.
714  - Configure: check for the ncursesw library.
716 Bug fixes:
718  - Fix UTF-8 handling for tag names and commit messages.
719  - Fix the check for git-config(1) in configure to handle the case when
720    Git has been installed using a libexecdir which is not in the path.
721  - Fix replacing of SYSCONFDIR when installing from released tarballs.
723 tig-0.10
724 ---------
726 Incompatibilities:
728  - Deprecate most Tig specific command line options to make Tig more
729    compatible with gitk. The deprecated options are: -g, -l, -d, and -S.
730    Use of any of them will result in a warning being printed to stderr.
731    Instead of '-S', use the new 'status' subcommand.
732  - Make man page building depend on DocBook XSL version >= 1.72.0.
733  - Install man pages in $(prefix)/share/man.
734  - Implement the cherry pick action (bound to 'C') using new support for
735    running external commands. This obsoletes the TIG_CHEERY_PICK
736    environment variable
738 New features:
740  - Add support for binding keys to external commands. To bind '.' to
741    running git-commit(1), add the line: "bind generic . !git commit" to
742    your ~/.tigrc. Each command can have replacement string such as
743    %(commit), %(head), and %(blob), which are substituted before the
744    command is run.
745  - Add system-wide configuration file defaulting to $(prefix)/etc/tigrc.
746  - Add the environment variables TIGRC_USER and TIGRC_SYSTEM to change
747    user and system-wide configuration files, respectively.
749 Improvements:
751  - Main view: color the revision graph.
752  - Main view: show boundary commits; they are marked with '^' in the
753    revision graph.
754  - Tree view: add tree-parent action to jump to view of the parent tree.
755    Bound to ',' by default.
756  - Allow the default terminal colors to be overwritten. To use black
757    text on white, add the line "color default white black" to your
758    ~/.tigrc.
759  - Misc. documentation improvements.
761 Bug fixes:
763  - Use git-diff-index(1) and git-diff-files(1) instead of git-diff(1) to
764    avoid running external diff drivers.
765  - Use --no-color when calling git-log(1).
766  - Fix crash when opening mergetool for lines that are not unmerged.
768 tig-0.9.1
769 ---------
771 Incompatibilities:
773  - Make the clean rule to never remove generated documentation files.
774    Use the distclean rule for accomplishing this.
776 New features:
778  - Add support for cherry-picking commits in the main view to the
779    current branch. Bound to 'C' by default.
781 Improvements:
783  - Add support for launching git-mergetool(1) from the status view.
784    Bound to 'M' by default.
785  - Add support for refreshing/reloading the status view
786  - Detect working trees and disable the status view when it is missing.
788 Bug fixes:
790  - Fix iconv() checking in configure.
791  - Fix editor invocation to make paths relative to the project root.
792  - Fix out-of-range current line when reloading the status view.
793  - Include autoconf files in the tarball generated by `make dist`.
795 tig-0.9
796 -------
798 New features:
800  - Add bash completion script for Tig (contrib/tig-completion.bash).
801  - Add optional autoconf-based build infrastructure.
802  - Add stage view for showing changes in the working tree and add
803    support for staging individual diff chunks for commit.
805 Improvements:
807  - Status view: allow all files in a section to be staged for commit.
808  - Status view: Add support for opening files in an editor. Bound to 'e'
809    by default.
810  - Tree view: use a stack for remembering the lines for parent tree.