Skip to content

v0.1.0

Compare
Choose a tag to compare
@ilyagr ilyagr released this 14 Mar 01:21
· 108 commits to main since this release

[v0.1.0] - 2024-03-13

Breaking changes

  • The library package is renamed to diffedit3, with a binary called
    diffedit3-web. The Tauri binary is still called diffedit3-gui.

  • Line-wrapping defaults to on

New features

  • The web server version of diffedit3 can be used as a library

  • Line-wrapping, collapsing of long identical regions, and aligning of changes
    using blank lines can now be toggled in the editor.

  • It is now possible to remove the right pane for a 2-pane view (left pane &
    output pane only)

  • Binary and files over 200KiB will not be compared.

  • diffedit3-web: new --port-range option allows trying a different port if the
    first port we try is already in use (e.g. another instance of diffedit3-web is
    running)

  • diffedit3-web: a simple security check is added so that the tool will not
    overwrite files it wasn't meant to compare.

Fixed bugs

Who's counting? Not me.

Some known existing bugs are mentioned at the bottom of the README.

Full Changelog: v0.0.1...v0.1.0