OSDN Git Service

Update changelog&releasenotes
authorTakashi Sawanaka <sdottaka@users.sourceforge.net>
Thu, 29 Apr 2021 00:20:57 +0000 (09:20 +0900)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Thu, 29 Apr 2021 00:20:57 +0000 (09:20 +0900)
Docs/Users/ChangeLog.html
Docs/Users/ChangeLog.md
Docs/Users/ReleaseNotes.html
Docs/Users/ReleaseNotes.md

index c668591..292c45d 100644 (file)
@@ -21,7 +21,7 @@
 </head>
 <body>
 <h1 id="change-log">Change log</h1>
-<h2 id="winmerge-21612---2021-04-xx">WinMerge 2.16.12 - 2021-04-xx</h2>
+<h2 id="winmerge-21612---2021-04-29">WinMerge 2.16.12 - 2021-04-29</h2>
 <h3 id="general">General</h3>
 <ul>
 <li>GUI textstrings: grammatical corrections (PR #722)</li>
@@ -32,6 +32,8 @@
 <li>BugFix: Fix PHP syntax highlighting. (PR #751)</li>
 <li>BugFix: Strings in a multi-line diff block were not be replaced correctly when the substitution filters&#39; regular expression contained ^</li>
 <li>BugFix: Font size restoration with Ctrl+0 key did not work properly in Hi-DPI environment</li>
+<li>BugFix: Fixed a rare crash when enabling syntax highlight</li>
+<li>BugFix: Fixed an issue where inline scripts in HTML files were not highlighted correctly</li>
 <li>Make the width of the &#39;Find what&#39; label in Find dialog a little wider (osdn.net #42063)</li>
 <li>Fix conflicting accelerators (osdn.net #42064)</li>
 <li>[Feature Request] Selection Count on Status Bar (#135)</li>
index eb84a89..861a5bd 100644 (file)
@@ -1,6 +1,6 @@
 # Change log
 
-## WinMerge 2.16.12 - 2021-04-xx
+## WinMerge 2.16.12 - 2021-04-29
 
 ### General
 
@@ -14,6 +14,9 @@
     when the substitution filters' regular expression contained ^
 - BugFix: Font size restoration with Ctrl+0 key did not work properly in
     Hi-DPI environment
+- BugFix: Fixed a rare crash when enabling syntax highlight
+- BugFix: Fixed an issue where inline scripts in HTML files were not
+    highlighted correctly
 - Make the width of the 'Find what' label in Find dialog a little wider
     (osdn.net #42063)
 - Fix conflicting accelerators (osdn.net #42064) 
index 8b63558..1514867 100644 (file)
@@ -42,6 +42,8 @@
 <li>BugFix: Fix PHP syntax highlighting. (PR #751)</li>
 <li>BugFix: Strings in a multi-line diff block were not be replaced correctly when the substitution filters&#39; regular expression contained ^</li>
 <li>BugFix: Font size restoration with Ctrl+0 key did not work properly in Hi-DPI environment</li>
+<li>BugFix: Fixed a rare crash when enabling syntax highlight</li>
+<li>BugFix: Fixed an issue where inline scripts in HTML files were not highlighted correctly</li>
 <li>Make the width of the &#39;Find what&#39; label in Find dialog a little wider (osdn.net #42063)</li>
 <li>Fix conflicting accelerators (osdn.net #42064)</li>
 <li>[Feature Request] Selection Count on Status Bar (#135)</li>
index 8f8be2a..0db3a23 100644 (file)
@@ -28,6 +28,9 @@ Please submit bug reports to our <a href="http://github.com/winmerge/winmerge/is
     when the substitution filters' regular expression contained ^
 - BugFix: Font size restoration with Ctrl+0 key did not work properly in
     Hi-DPI environment
+- BugFix: Fixed a rare crash when enabling syntax highlight
+- BugFix: Fixed an issue where inline scripts in HTML files were not
+    highlighted correctly
 - Make the width of the 'Find what' label in Find dialog a little wider
     (osdn.net #42063)
 - Fix conflicting accelerators (osdn.net #42064)