v0.1.0
[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 calleddiffedit3-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