Skip to content

Releases: walles/riff

2.23.3: Highlight removed trailing newline after added lines

08 May 17:58
Compare
Choose a tag to compare
If you add a couple of new lines at the end of some file, the last of
which does not end with a newline, with this release the new section
will have a marker at the end indicating it's losing a newline.

2.23.2: Fix a race condition

19 Mar 08:20
Compare
Choose a tag to compare
With "No newline at end of file" handling.

2.23.1: Handle "No newline at end of file" in multiple languages

18 Mar 21:48
Compare
Choose a tag to compare
Ref: https://github.com/walles/riff/issues/39

2.23.0: Improve "No newline at end of file" rendering

09 Mar 20:40
Compare
Choose a tag to compare
If an EOF linefeed is added or removed, indicate using ⏎ characters in
the diff on what line it was added / removed.

2.22.2: Add a Windows build

09 Dec 21:09
Compare
Choose a tag to compare
Also fix some Windows specific issues, and a highlighting bug.

2.22.1: Don't crash on large hunks

19 Nov 09:36
Compare
Choose a tag to compare
Before this release, if a hunk was too large riff would take forever and
use up unreasonable amounts of memory, sometimes to the point of
crashing.

With this release, if a hunk is too large riff won't refine it but just
pass it through as-is, working around the related performance issues.

Issue: https://github.com/walles/riff/issues/35

2.22.0: Improve "git log -p" highlighting

12 Nov 15:36
Compare
Choose a tag to compare
When showing logs with embedded diffs, highlight the start of each
commit with a blue background extending to the end of the line. This
makes it much easier to see where each commit starts and ends when
scrolling up and down.

2.21.0: Improve support for "git log" highlighting

23 Oct 22:40
Compare
Choose a tag to compare
By highlighting "commit" lines just like git. With this version I
recommend setting git's pager.log to riff as well.

2.20.0: Better highlighting of added / removed files

14 Sep 17:10
Compare
Choose a tag to compare
Or actually lowlighting. The +++ and --- /dev/null lines are now
lowlighted in this release, as are the file modes of deleted files.

2.19.0

20 Aug 07:03
Compare
Choose a tag to compare
Highlight copy and rename operations