Package Release Info

riff-3.3.7-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

riff

Change Logs

* Wed Nov 27 2024 Michael Vetter <mvetter@suse.com>
- Update to 3.3.7:
  * Fix building with older Rust versions
* Wed Oct 30 2024 Michael Vetter <mvetter@suse.com>
- Update to 3.3.6:
  * Prevent timeouts on large differences by not doing any
    refinement on the large sections.
* Thu Oct 24 2024 Michael Vetter <mvetter@suse.com>
- Update to 3.3.5:
  * With this release, many more conflicts are recognized, and changes vs
    non-changed line parts are marked much more clearly.
  * This release introduces a --unchanged-style=experimental
    command line option. Try export RIFF=--unchanged-style=experimental
    and report back!
* Fri Oct 11 2024 Michael Vetter <mvetter@suse.com>
- Update to 3.3.4:
  * 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!
* Mon Oct 07 2024 Michael Vetter <mvetter@suse.com>
- Update to 3.3.3:
  * 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.
* Mon Sep 30 2024 Michael Vetter <mvetter@suse.com>
- Update to 3.3.2:
  * Tune what gets highlighted and not
* Mon Sep 23 2024 Michael Vetter <mvetter@suse.com>
- Update to 3.3.1:
  * Tune leading whitespace lowlighting
* Mon Sep 23 2024 Michael Vetter <mvetter@suse.com>
- Update to 3.3.0:
  * Don't highlight leading whitespace
* Mon Sep 09 2024 Michael Vetter <mvetter@suse.com>
- Update to 3.2.1:
  * Before this release, file names were rendered in all bold.
    Starting with this release though, the paths are rendered
    in normal intensity, but the actual file names are kept bold.
    The goal of this is to improve readability of the output.
* Tue May 21 2024 Michael Vetter <mvetter@suse.com>
- Update to 3.2.0:
  * Especially for diff3 conflicts, where we now show unchanged
    lines vs base in context color:
    https://stackoverflow.com/questions/27417656/should-diff3-be-default-conflictstyle-on-git
  * With this release, we are also better at detecting conflict
    markers in git diff output.
Version: 2.27.0~0-bp156.1.8
* Sun Sep 24 2023 Michael Vetter <mvetter@suse.com>
- Update to 2.27.0:
  * Fix crash when you remove a line starting with "--" and passed
    the diff to riff, riff would crash #51
    As a side effect, riff will now be pickier with its input. If
    you modify your diffs manually, beware.
* Sun Sep 17 2023 Michael Vetter <mvetter@suse.com>
- Update to 2.26.0:
  * Add -f flag for specifying a diff file to highlight
  * With this release there are two ways of highlighting a particular
    diff file:
    + riff < file.diff
    + riff --file=file.diff
  * Command line parsing has been updated to use Clap, which will
    make help output look somewhat different. Should also fix some
    options parsing corner cases.
* Mon Sep 11 2023 Michael Vetter <mvetter@suse.com>
- Initial package of riff 2.25.2 for openSUSE