Skip to content

Commit

Permalink
tig-2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
koutcher committed Jul 11, 2022
1 parent e9a710d commit 3401950
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions INSTALL.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Download a tarball from https://github.com/jonas/tig/releases[] or clone the Tig
repository https://github.com/jonas/tig[git://github.com/jonas/tig.git].

The latest version is:
https://github.com/jonas/tig/releases/download/tig-2.5.5/tig-2.5.5.tar.gz[tig-2.5.5]
https://github.com/jonas/tig/releases/download/tig-2.5.5/tig-2.5.5.tar.gz.sha256[(sha256)]
https://github.com/jonas/tig/releases/download/tig-2.5.6/tig-2.5.6.tar.gz[tig-2.5.6]
https://github.com/jonas/tig/releases/download/tig-2.5.6/tig-2.5.6.tar.gz.sha256[(sha256)]

*Note:* Do not use the tar.gz file for version 2.0 because it will fail
to compile due to issue https://github.com/jonas/tig/pull/283[#283] and
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# The last tagged version. Can be overridden either by the version from
# git or from the value of the DIST_VERSION environment variable.
VERSION = 2.5.5
VERSION = 2.5.6

all:

Expand Down
13 changes: 10 additions & 3 deletions NEWS.adoc
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Release notes
=============

master
------
tig-2.5.6
---------

Bug fixes:

- Fix `:goto <tag>`. (#1178)
- Fix typo in ui.c.
- Revert terminal hacks and workarounds. (#1180, #1182)
- Revert terminal hacks and workarounds. (#748, #943, #1180, #1182)
- Fix opening of an ambiguous ref in refs view.
- Fix search when view is loading.
- Use the full width for diffstat in the stage view.
Expand All @@ -16,6 +17,12 @@ Bug fixes:
- Fix navigation in split tree view.
- Enable textconv in the stage view.
- Enable textconv in the blame view and fix blame -L. (#978, #1189)
- Update lineno for untracked files. (#1192)
- Fix alignment of transliterated text. (#1195)
- Fix word diff in the stage, stash and blame views. (#1207)
- Fix reading the value of status.showUntrackedFiles. (#1211)
- Honor commit_title:no in view settings.
- Fix segfault with PCRE.

tig-2.5.5
---------
Expand Down

0 comments on commit 3401950

Please sign in to comment.