diff --git a/Docs/Users/CHANGES b/Docs/Users/CHANGES index b90def9f..bfad4828 100644 --- a/Docs/Users/CHANGES +++ b/Docs/Users/CHANGES @@ -1,3 +1,11 @@ +0.2011.210.466 +Changes since preceding release (not necessarily complete): +• Support Excel .xlsx files through ReoGrid +• Merge pull request #3 from Jonimoose/eastl_vs_std_fixes +• CMergeEditView::ShowDiff(): Exclude top margin area from scrolling +• Adopt DPI aware toolbar from winmerge-v2 +• Tweak Diffutils 3.6 ignore blank lines option for CRLF line endings + 0.2011.210.381 Changes since preceding release (not necessarily complete): • Integrate SQLite Compare into WinMerge GUI diff --git a/Docs/Users/ReleaseNotes.html b/Docs/Users/ReleaseNotes.html index 58c2eea6..87288698 100644 --- a/Docs/Users/ReleaseNotes.html +++ b/Docs/Users/ReleaseNotes.html @@ -40,7 +40,7 @@
-SQLite 3 database files are presented in a modified version of SQLite Compare
which allows its embedding into the WinMerge GUI.
This modified version also fixes quite a number of bugs found in the original product, and continues to work independently from WinMerge.
+
Limited support for Excel .xlsx files is offered through ReoGrid.
+
The ReoGrid Compare application implemented by that fork is specifically tailored to run inside the WinMerge GUI, but can also be used as a standalone application.
+
An urgent warning on this one:
+
While ReoGrid supports a remarkable subset of Excel's features, a round trip through ReoGrid isn't lossless.
+
Therefore, take extra care when saving .xlsx files back after editing, and double-check whether the round-trip loss is tolerable for you.
As an alternative to GNU diff, you can choose among algorithms provided by LibXDiff.
In particular, you may find LibXDiff's indent heuristics option useful.
This feature was adopted from WinMerge 2.16.
@@ -64,14 +69,15 @@