diff --git a/tig-2.0.2.tar.gz b/tig-2.0.2.tar.gz deleted file mode 100644 index d2807b3..0000000 --- a/tig-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b91cf0b3d044f643a1032c3a7c7cd855685bb8ead5f71f4703eb0c19238e273e -size 572025 diff --git a/tig-2.0.3.tar.gz b/tig-2.0.3.tar.gz new file mode 100644 index 0000000..f617f9b --- /dev/null +++ b/tig-2.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faac0fd80cb771cf34ae0aa9b2fedba1cc0f8aa70731d400661660c8d48f96c4 +size 605513 diff --git a/tig.changes b/tig.changes index 82d762b..df9ad6b 100644 --- a/tig.changes +++ b/tig.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Fri Aug 29 07:11:29 UTC 2014 - multyrealm@gmail.com + +- update to 2.0.3 + * Improvement: + - Add `:save-display ` prompt command to save the current display. + - Add `:script ` prompt command for scripting the Tig UI. + - Add test framework and convert existing tests to use it. + - Add command-line option for starting in refs view: `tig refs`. (GH #309) + - Make blame commit ID colors stable across reloads. (GH #303) + - Increase blame ID and graph rendering color palette to 14 colors. + - New setting 'split-view-width' controls the width for vertical splits. It + takes the width of the right-most view either as a number or a percentage. + - Expose settings holding command line argument lists: `file-args`, `rev-args`, + and `cmdline-args`. They are mainly intended for testing purposes but also + allows to change the filtering arguments dynamically. (GH #306) + - Add `log-options` setting for specifying default log view options. + Example: `set log-options = --pretty=fuller`. + - Use option specific view flags to reload view after `:set` commands. + * Bug fixes: + - Refresh the current view when returning from an external command and + `refresh-mode=after-command`. (GH #289) + - Fix readline completion. + - Fix '/' to `find-next` when readline support is enabled. (GH #302) + - Fix readline prompt to correctly handle UTF-8 characters. + - Add warnings for more obsolete actions and colors. + - Fix passing of commit IDS via stdin to the main view. + - Fix commit title overflow drawing for multibyte text. (GH #307) + - Fix installation directory permissions. + - Handle binary files matches reported by git-grep. + - Toggling of "args"-typed options without any arguments will clear the current + arguments. Example: `:toggle blame-options`. + - Detect custom `pretty.format` settings that break the log view and fallback + to use the `medium` format. (GH #225) + - Fix invocation of git-diff for the blame view's line tracking. (GH #316) + - Fix blame completion of directory names. (GH #317) + - Fix display of conflicts in the main view when 'show-changes' is enabled. + - Fix off-by-one error when displaying line numbers in the grep view. + - When showing the commit graph ensure that either topo, date or author-date + commit order is used. (Debian #757692) (GH #238) + ------------------------------------------------------------------- Sat May 31 19:13:19 UTC 2014 - bernhard@bwalle.de diff --git a/tig.spec b/tig.spec index d1d0ace..8d945f8 100644 --- a/tig.spec +++ b/tig.spec @@ -17,7 +17,7 @@ Name: tig -Version: 2.0.2 +Version: 2.0.3 Release: 0 Summary: An ncurses-based text-mode interface for git License: GPL-2.0+