Skip to content

Commit

Permalink
Update ChangeLog&ReleaseNotes (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Oct 22, 2024
1 parent a605fef commit 502e20d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 11 deletions.
26 changes: 15 additions & 11 deletions Docs/Users/ChangeLog.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ <h3 id="folder-compare">Folder compare</h3>
<li>BugFix: ExitCode always 2 with /enableexitcode with no apparent
issues (#2450)</li>
</ul>
<h3 id="webpage-compare">Webpage compare</h3>
<ul>
<li>BugFix: Location pane may not render differences (winwebdiff#6)</li>
</ul>
<h3 id="options-dialog">Options dialog</h3>
<ul>
<li>Add a &quot;Defaults&quot; button to the &quot;Options (Project)&quot; dialog. (PR
Expand Down Expand Up @@ -300,7 +304,7 @@ <h3 id="file-compare-4">File compare</h3>
using a plugin. (PR #2238)</li>
<li>Update PHP syntax highlighting keyword list. (PR #2265)</li>
</ul>
<h3 id="webpage-compare">Webpage compare</h3>
<h3 id="webpage-compare-1">Webpage compare</h3>
<ul>
<li>BugFix: Make event sync settings persistent (#2248)</li>
</ul>
Expand Down Expand Up @@ -368,7 +372,7 @@ <h3 id="file-compare-5">File compare</h3>
the Codepage dialog was not reflected.</li>
<li>Update C++ syntax highlighting keyword list. (PR #2166)</li>
</ul>
<h3 id="webpage-compare-1">Webpage compare</h3>
<h3 id="webpage-compare-2">Webpage compare</h3>
<ul>
<li>During comparison, the status bar now displays &quot;Comparing...&quot;.</li>
<li>Add Location Pane (PR #2160)</li>
Expand Down Expand Up @@ -422,7 +426,7 @@ <h3 id="image-compare-1">Image compare</h3>
<li>BugFix: Fixed an issue where the file name was not displayed in the
header even after saving a newly created pane with a name.</li>
</ul>
<h3 id="webpage-compare-2">Webpage compare</h3>
<h3 id="webpage-compare-3">Webpage compare</h3>
<ul>
<li>BugFix: Fixed an issue where the message box &quot;Another application
has updated file ... since WinMerge scanned it last time&quot; is displayed
Expand All @@ -447,7 +451,7 @@ <h3 id="image-compare-2">Image compare</h3>
files would cause them to be treated as only one-page images.
(winmerge/winimerge#32)</li>
</ul>
<h3 id="webpage-compare-3">Webpage compare</h3>
<h3 id="webpage-compare-4">Webpage compare</h3>
<ul>
<li>Improved performance when there are many differences</li>
</ul>
Expand Down Expand Up @@ -487,7 +491,7 @@ <h3 id="image-compare-3">Image compare</h3>
<li>BugFix: Close main window with &#39;Esc&#39; if there is only one MDI child
window (#2084)</li>
</ul>
<h3 id="webpage-compare-4">Webpage compare</h3>
<h3 id="webpage-compare-5">Webpage compare</h3>
<ul>
<li>BugFix: Close main window with &#39;Esc&#39; if there is only one MDI child
window (#2084)</li>
Expand Down Expand Up @@ -683,7 +687,7 @@ <h3 id="folder-compare-8">Folder compare</h3>
<li>Allow changing the number of CPU cores to use while doing folder
comparison (PR #1945)</li>
</ul>
<h3 id="webpage-compare-5">Webpage compare</h3>
<h3 id="webpage-compare-6">Webpage compare</h3>
<ul>
<li>Add support for generating report files (PR #1941)</li>
</ul>
Expand Down Expand Up @@ -880,7 +884,7 @@ <h3 id="image-compare-6">Image compare</h3>
<li>BugFix: Fixed issue preventing saving image comparison reports to a
network share</li>
</ul>
<h3 id="webpage-compare-6">Webpage compare</h3>
<h3 id="webpage-compare-7">Webpage compare</h3>
<ul>
<li>BugFix: Fixed issue with missing file path in header bar</li>
</ul>
Expand Down Expand Up @@ -983,7 +987,7 @@ <h3 id="binary-compare-3">Binary compare</h3>
<li>BugFix: Fixed issue where the Open menu item in file path bar of
binary comparison window was disabled.</li>
</ul>
<h3 id="webpage-compare-7">Webpage compare</h3>
<h3 id="webpage-compare-8">Webpage compare</h3>
<ul>
<li>BugFix: Deleted color of Word Difference in Options dialog was not
used.</li>
Expand Down Expand Up @@ -1203,7 +1207,7 @@ <h3 id="table-compare-3">Table compare</h3>
moved to the position of an inline difference that is hidden due to the
narrow column width.</li>
</ul>
<h3 id="webpage-compare-8">Webpage compare</h3>
<h3 id="webpage-compare-9">Webpage compare</h3>
<ul>
<li>[EXPERIMENTAL] Webpage Compare: Highlight differences (PR
#1357)</li>
Expand Down Expand Up @@ -1339,7 +1343,7 @@ <h3 id="image-compare-7">Image compare</h3>
item was unchecked.</li>
<li>Make patience and histogram diff algorithm selectable.</li>
</ul>
<h3 id="webpage-compare-9">Webpage compare</h3>
<h3 id="webpage-compare-10">Webpage compare</h3>
<ul>
<li>BugFix: Fix text disappearing when pressing the &#39;K&#39; key in the
address bar</li>
Expand Down Expand Up @@ -1440,7 +1444,7 @@ <h3 id="file-compare-20">File compare</h3>
correct position on lines containing tab characters, depending on the
font in use (osdn.net #44417)</li>
</ul>
<h3 id="webpage-compare-10">Webpage compare</h3>
<h3 id="webpage-compare-11">Webpage compare</h3>
<ul>
<li>Webpage Compare [EXPERIMENTAL] (PR #1182)
<ul>
Expand Down
5 changes: 5 additions & 0 deletions Docs/Users/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Add support for placing the tab bar on the title bar (PR #2428)
- Add One-Hand mice wheel scroll diff and merge (PR #2435)
- Add Support for Custom System Color Overrides (PR #2376)

### File compare

- BugFix: Wrong syntax highlighting for TeX files (#2415)
Expand All @@ -23,6 +24,10 @@

- BugFix: ExitCode always 2 with /enableexitcode with no apparent issues (#2450)

### Webpage compare

- BugFix: Location pane may not render differences (winwebdiff#6)

### Options dialog

- Add a "Defaults" button to the "Options (Project)" dialog. (PR #2401)
Expand Down
4 changes: 4 additions & 0 deletions Docs/Users/ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ <h3 id="folder-compare">Folder compare</h3>
<li>BugFix: ExitCode always 2 with /enableexitcode with no apparent
issues (#2450)</li>
</ul>
<h3 id="webpage-compare">Webpage compare</h3>
<ul>
<li>BugFix: Location pane may not render differences (winwebdiff#6)</li>
</ul>
<h3 id="options-dialog">Options dialog</h3>
<ul>
<li>Add a &quot;Defaults&quot; button to the &quot;Options (Project)&quot; dialog. (PR
Expand Down
5 changes: 5 additions & 0 deletions Docs/Users/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Please submit bug reports to our bug-tracker.
- Add support for placing the tab bar on the title bar (PR #2428)
- Add One-Hand mice wheel scroll diff and merge (PR #2435)
- Add Support for Custom System Color Overrides (PR #2376)

### File compare

- BugFix: Wrong syntax highlighting for TeX files (#2415)
Expand All @@ -36,6 +37,10 @@ Please submit bug reports to our bug-tracker.

- BugFix: ExitCode always 2 with /enableexitcode with no apparent issues (#2450)

### Webpage compare

- BugFix: Location pane may not render differences (winwebdiff#6)

### Options dialog

- Add a "Defaults" button to the "Options (Project)" dialog. (PR #2401)
Expand Down

0 comments on commit 502e20d

Please sign in to comment.