8000 Releases Β· walles/riff Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: walles/riff

3.3.10: Render ESC characters in the diff as Unicode ␛

05 Apr 09:11
Compare
Choose a tag to compare

This enables highlighting differences in ANSI styled text files.

3.3.9: Don't group Hiragana / Katakana into words

23 Mar 08:02
Compare
Choose a tag to compare

It never worked. That messed up CJK diffs.

3.3.8: Accept arguments in PAGER variable

11 Jan 13:33
Compare
Choose a tag to compare
Accept arguments in PAGER variable

3.3.7: Enable building with older Rust versions

10 Nov 11:31
Compare
Choose a tag to compare
Enable building with older Rust versions

3.3.6: Prevent timeouts on large differences

29 Oct 21:08
Compare
Choose a tag to compare

By not doing any refinement on the large sections.

3.3.5: Improved conflicts highlighting + highlighting TNG

23 Oct 16:37
Compare
Choose a tag to compare

With this release, many more conflicts are recognized, and changes vs
non-changed line parts are marked much more clearly.

Also, this release introduces a --unchanged-style=experimental
command line option. Try export RIFF=--unchanged-style=experimental
and report back!

3.3.4: Tune conflicts highlighting

10 Oct 15:19
Compare
Choose a tag to compare

Both by clearly highlighting the markers, and by improving how we color
the conflicting areas themselves.

And remember: "git config --global merge.conflictstyle diff3" is your
friend!

3.3.3: Further improve what we highlight and not

06 Oct 06:30
Compare
Choose a tag to compare

With this release, we go from plain LCS to the Patience Diff algorithm.
"Patience" is marketed as producing more human friendly diffs.

Additionally, post processing has been tuned to take better decisions on
which differences should be highlighted and not.

3.3.2: Tune what gets highlighted and not

28 Sep 09:02
Compare
Choose a tag to compare
Tune what gets highlighted and not

3.3.1: Tune leading whitespace lowlighting

22 Sep 12:10
Compare
Choose a tag to compare

We should always have lowlighted leading whitespace for both old and new
lines, but that was forgotten about.

This release fixes that.

Also, some tuning was done on when we should / should not highlight
changes.

0