OSDN Git Service

Update ChangeLog&ReleaseNotes (2)
authorTakashi Sawanaka <sdottaka@users.sourceforge.net>
Sun, 19 Jun 2022 12:14:05 +0000 (21:14 +0900)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Sun, 19 Jun 2022 12:14:05 +0000 (21:14 +0900)
Docs/Users/ChangeLog.html
Docs/Users/ChangeLog.md
Docs/Users/ReleaseNotes.html
Docs/Users/ReleaseNotes.md

index 2deb832..06a0c3d 100644 (file)
@@ -57,6 +57,7 @@
 <li>BugFix: Alt/Shift key highlighting issue not resetting start point from move. (#1335)</li>
 <li>BugFix: Refresh Selected Marks Unscanned Folders as Identical (#1349)</li>
 <li>BugFix: Make the file name refreshed to detect case changes when running &quot;Refresh Selected&quot;. (PR #1358)</li>
+<li>BugFix: Fix an issue where paths with different case are not displayed correctly in the folder column of the folder compare window when comparing three directories. (PR #1372 )</li>
 <li>Tab behaviour on comparisons of files vs folders (#1367)</li>
 <li>Make the sort order of file names including numbers the same as Explorer. (osdn.net #44557)</li>
 </ul>
index d5af2af..f0eb46a 100644 (file)
@@ -45,6 +45,9 @@
 - BugFix: Refresh Selected Marks Unscanned Folders as Identical (#1349)
 - BugFix: Make the file name refreshed to detect case changes when running
     "Refresh Selected". (PR #1358)
+- BugFix: Fix an issue where paths with different case are not displayed
+    correctly in the folder column of the folder compare window when comparing
+    three directories. (PR #1372 )
 - Tab behaviour on comparisons of files vs folders (#1367)
 - Make the sort order of file names including numbers the same as Explorer.
    (osdn.net #44557)
index 22adf59..e264cb8 100644 (file)
@@ -66,6 +66,7 @@
 <li>BugFix: Alt/Shift key highlighting issue not resetting start point from move. (#1335)</li>
 <li>BugFix: Refresh Selected Marks Unscanned Folders as Identical (#1349)</li>
 <li>BugFix: Make the file name refreshed to detect case changes when running &quot;Refresh Selected&quot;. (PR #1358)</li>
+<li>BugFix: Fix an issue where paths with different case are not displayed correctly in the folder column of the folder compare window when comparing three directories. (PR #1372 )</li>
 <li>Tab behaviour on comparisons of files vs folders (#1367)</li>
 <li>Make the sort order of file names including numbers the same as Explorer. (osdn.net #44557)</li>
 </ul>
index 464e281..fe899fd 100644 (file)
@@ -58,6 +58,9 @@ Please submit bug reports to our bug-tracker.
 - BugFix: Refresh Selected Marks Unscanned Folders as Identical (#1349)
 - BugFix: Make the file name refreshed to detect case changes when running
     "Refresh Selected". (PR #1358)
+- BugFix: Fix an issue where paths with different case are not displayed
+    correctly in the folder column of the folder compare window when comparing
+    three directories. (PR #1372 )
 - Tab behaviour on comparisons of files vs folders (#1367)
 - Make the sort order of file names including numbers the same as Explorer.
    (osdn.net #44557)