Skip to content

Commit

Permalink
Update ChangeLog&ReleaseNotes (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Apr 26, 2022
1 parent 9e7dd8c commit 36953c9
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 9 deletions.
26 changes: 20 additions & 6 deletions Docs/Users/ChangeLog.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,24 @@ <h3 id="options-dialog">Options dialog</h3>
<h3 id="plugins">Plugins</h3>
<ul>
<li>BugFix: CompareMSExcelFiles.sct: Date formats interpreted inconsistently (#279)</li>
<li>Add URL handler plugins (PR #1270)</li>
<li>Add URL handler plugins (PR #1270)
<ul>
<li>HTTP/HTTPS scheme handler plugin
<ul>
<li>This plugin retrieves a file with the specified HTTP or HTTPS URL using the curl command.</li>
</ul></li>
<li>Windows Registry scheme(reg:) handler plugin
<ul>
<li>This plugin handles URLs like <code>reg:HKEY_CURRENT_USER\Software\Thingamahoochie\WinMerge</code>. After <code>reg:</code>, it considers it a registry key and uses the reg.exe command to retrieve information about that registry key.</li>
</ul></li>
</ul></li>
<li>Replace plugin: When regular expression substitution is performed with the <code>-e</code> option, <code>\r</code> and <code>\n</code> in the second argument are now treated as control characters CR and LF.</li>
<li>PrettifyHTML plugin: Added &quot;--tidy-mark no&quot; to default plugin arguments</li>
</ul>
<h3 id="command-line">Command line</h3>
<ul>
<li>Added <code>/t webpage</code> command line option</li>
</ul>
<h3 id="manual">Manual</h3>
<ul>
<li>BugFix: Help file: Small issue for plugins (#1309)</li>
Expand Down Expand Up @@ -211,7 +225,7 @@ <h3 id="plugins-2">Plugins</h3>
<li>Make plugin descriptions translatable</li>
<li>Upgrade Apache Tika to 2.2.1</li>
</ul>
<h3 id="command-line">Command line</h3>
<h3 id="command-line-1">Command line</h3>
<ul>
<li>Added <code>/clipboard-compare</code> command line option</li>
</ul>
Expand Down Expand Up @@ -436,7 +450,7 @@ <h3 id="plugins-5">Plugins</h3>
<li>DisassembleNative</li>
</ul></li>
</ul>
<h3 id="command-line-1">Command line</h3>
<h3 id="command-line-2">Command line</h3>
<ul>
<li>Added /c <code>column number</code> command line option</li>
<li>Added /EnableExitCode command line option</li>
Expand Down Expand Up @@ -537,7 +551,7 @@ <h3 id="plugins-6">Plugins</h3>
<li>Updated Apache Tika to version 2.0.0</li>
<li>Updated yq to version 4.11.1</li>
</ul>
<h3 id="command-line-2">Command line</h3>
<h3 id="command-line-3">Command line</h3>
<ul>
<li>Added /l command line option (osdn.net #41528)</li>
<li>Added /t, /table-delimiter, /new, /fileext and /inifile command line option</li>
Expand Down Expand Up @@ -798,7 +812,7 @@ <h3 id="translations-9">Translations</h3>
<li>Russian (PR #588)</li>
</ul></li>
</ul>
<h3 id="command-line-3">Command line</h3>
<h3 id="command-line-4">Command line</h3>
<ul>
<li>Single instance mode does not work when launched from Visual Studio 2019 (#622) (Added /sw command line option)</li>
</ul>
Expand Down Expand Up @@ -1750,7 +1764,7 @@ <h3 id="translations-24">Translations</h3>
<li>Update Traditional Chinese translation (GitHub #53)</li>
<li>Remove &quot;Language&quot; menu item from View menu (You can specify UI language at Options dialog)</li>
</ul>
<h3 id="command-line-4">Command line</h3>
<h3 id="command-line-5">Command line</h3>
<ul>
<li>Incompatible change: The third file path is now treated as a right path for 3-way comparison, not output path Use /o option for ouput path instead</li>
<li>Add /wm, /dm, /fl, /fm, /fr, /al, /am and /ar option for 3-way comparison</li>
Expand Down
12 changes: 12 additions & 0 deletions Docs/Users/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,23 @@
- BugFix: CompareMSExcelFiles.sct: Date formats interpreted inconsistently
(#279)
- Add URL handler plugins (PR #1270)
- HTTP/HTTPS scheme handler plugin
- This plugin retrieves a file with the specified HTTP or HTTPS URL using
the curl command.
- Windows Registry scheme(reg:) handler plugin
- This plugin handles URLs like
`reg:HKEY_CURRENT_USER\Software\Thingamahoochie\WinMerge`.
After `reg:`, it considers it a registry key and uses the reg.exe
command to retrieve information about that registry key.
- Replace plugin: When regular expression substitution is performed with the
`-e` option, `\r` and `\n` in the second argument are now treated as
control characters CR and LF.
- PrettifyHTML plugin: Added "--tidy-mark no" to default plugin arguments

### Command line

- Added `/t webpage` command line option

### Manual

- BugFix: Help file: Small issue for plugins (#1309)
Expand Down
22 changes: 20 additions & 2 deletions Docs/Users/ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,24 @@ <h3 id="options-dialog">Options dialog</h3>
<h3 id="plugins">Plugins</h3>
<ul>
<li>BugFix: CompareMSExcelFiles.sct: Date formats interpreted inconsistently (#279)</li>
<li>Add URL handler plugins (PR #1270)</li>
<li>Add URL handler plugins (PR #1270)
<ul>
<li>HTTP/HTTPS scheme handler plugin
<ul>
<li>This plugin retrieves a file with the specified HTTP or HTTPS URL using the curl command.</li>
</ul></li>
<li>Windows Registry scheme(reg:) handler plugin
<ul>
<li>This plugin handles URLs like <code>reg:HKEY_CURRENT_USER\Software\Thingamahoochie\WinMerge</code>. After <code>reg:</code>, it considers it a registry key and uses the reg.exe command to retrieve information about that registry key.</li>
</ul></li>
</ul></li>
<li>Replace plugin: When regular expression substitution is performed with the <code>-e</code> option, <code>\r</code> and <code>\n</code> in the second argument are now treated as control characters CR and LF.</li>
<li>PrettifyHTML plugin: Added &quot;--tidy-mark no&quot; to default plugin arguments</li>
</ul>
<h3 id="command-line">Command line</h3>
<ul>
<li>Added <code>/t webpage</code> command line option</li>
</ul>
<h3 id="manual">Manual</h3>
<ul>
<li>BugFix: Help file: Small issue for plugins (#1309)</li>
Expand All @@ -78,7 +92,7 @@ <h3 id="translations">Translations</h3>
<ul>
<li>Translation updates:
<ul>
<li>Corsican (PR #1305)</li>
<li>Corsican (PR #1305,#1307)</li>
<li>Bulgarian (PR #1269)</li>
<li>French (PR #1294)</li>
<li>Galician (PR 1292)</li>
Expand All @@ -93,6 +107,10 @@ <h3 id="translations">Translations</h3>
</ul></li>
</ul>
<h3 id="internals">Internals</h3>
<ul>
<li>Code refactor with C++17 features replace optimize create smart pointers (PR #1304)</li>
<li>Fixed link errors occurring in Windows 10 SDK version 10.0.19041.0 and lower</li>
</ul>
<h2 id="what-is-new-in-21619-beta">What Is New in 2.16.19 Beta</h2>
<h3 id="general-1">General</h3>
<ul>
Expand Down
17 changes: 16 additions & 1 deletion Docs/Users/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,31 @@ Please submit bug reports to our bug-tracker.
- BugFix: CompareMSExcelFiles.sct: Date formats interpreted inconsistently
(#279)
- Add URL handler plugins (PR #1270)
- HTTP/HTTPS scheme handler plugin
- This plugin retrieves a file with the specified HTTP or HTTPS URL using
the curl command.
- Windows Registry scheme(reg:) handler plugin
- This plugin handles URLs like
`reg:HKEY_CURRENT_USER\Software\Thingamahoochie\WinMerge`.
After `reg:`, it considers it a registry key and uses the reg.exe
command to retrieve information about that registry key.
- Replace plugin: When regular expression substitution is performed with the
`-e` option, `\r` and `\n` in the second argument are now treated as
control characters CR and LF.
- PrettifyHTML plugin: Added "--tidy-mark no" to default plugin arguments

### Command line

- Added `/t webpage` command line option

### Manual

- BugFix: Help file: Small issue for plugins (#1309)

### Translations

- Translation updates:
- Corsican (PR #1305)
- Corsican (PR #1305,#1307)
- Bulgarian (PR #1269)
- French (PR #1294)
- Galician (PR 1292)
Expand All @@ -82,6 +94,9 @@ Please submit bug reports to our bug-tracker.

### Internals

- Code refactor with C++17 features replace optimize create smart pointers
(PR #1304)
- Fixed link errors occurring in Windows 10 SDK version 10.0.19041.0 and lower

## What Is New in 2.16.19 Beta

Expand Down

0 comments on commit 36953c9

Please sign in to comment.