OSDN Git Service

Compare Statistics dialog: The number of diff folders was counted in the number of...
[winmerge-jp/winmerge-jp.git] / Docs / Users / ReleaseNotes.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2   "http://www.w3.org/TR/html4/loose.dtd">
3
4 <html>
5 <head>
6   <title>Release Notes</title>
7   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
8   <style type="text/css">
9   <!--
10     body {
11       font-family: Verdana,Helvetica,Arial,sans-serif;
12       font-size: small;
13     }
14     code,pre {
15       font-family: "Courier New",Courier,monospace;
16       font-size: 1em;
17     }
18     h3 {
19       padding: 2px;
20       border-left: 4px solid #FFCC00;
21       border-bottom: 1px solid #FFCC00;
22     }
23     h4 {
24       padding: 2px;
25       border-left: 8px solid #FF9933;
26       border-bottom: 1px solid #FF9933;
27     }
28     h5 {
29       font-size: small;
30     }
31     pre {
32       margin-left: 25px;
33       margin-right: 25px;
34       padding: 5px;
35       background-color: #EEEEEE;
36       border: 1px solid black;
37     }
38     p.note {
39       padding: 5px;
40       background-color: #DDDDFF;
41       border: 1px solid blue;
42     }
43     acronym {
44       cursor: help;
45       border-bottom: 1px dotted black;
46     }
47   -->
48   </style>
49 </head>
50 <body>
51
52 <h2>WinMerge 2.16.4 Release Notes</h2>
53 <ul>
54   <li><a href="#about">About This Release</a></li>
55   <li><a href="#new2164">What Is New in 2.16.4?</a></li>
56   <li><a href="#issues">Known Issues</a></li>
57 </ul>
58 <p>July 2019</p>
59
60 <h3><a name="about">About This Release</a></h3>
61
62 <p>
63 This is a WinMerge 2.16.4 stable release. This release replaces earlier WinMerge 
64 stable releases as a recommended release.
65 </p>
66
67 <p>
68 Please submit bug reports to our <a href="http://bitbucket.org/winmerge/winmerge/issues">bug-tracker</a>.
69 </p>
70
71 <h3><a name="#new2164">What Is New in 2.16.4?</a></h3>
72 <h4>File compare</h4>
73 <ul>
74   <li>Bugfix: coretools.cpp: linelen() should not truncate lines with embedded NULs (GitHub #156)</li>
75   <li>Bugfix: file compare : right-click doesn't select the diff under the mouse (GitHub #159)</li>
76   <li>Bugfix: Avoid an exception in GuessCodepageEncoding() when filepath equals "NUL" (GitHub #162)</li>
77   <li>Bugfix: Auto-indent did not work if the EOL-style was not CRLF</li>
78 </ul>
79
80 <h4>Folder compare</h4>
81 <ul>
82   <li>Bugfix: Generating HTML Folder Compare report including File Compare report did not complete (Bitbucket #15)</li>
83   <li>Bugfix: Compare Statistics dialog: The number of diff folders was counted in the number of diff files</li>
84 </ul>
85
86 <h4>Plugins</h4>
87 <ul>
88   <li>Bugfix: PrediffLineFilter.sct: Wrong encoding for settings dialog (Bitbucket #16)</li>
89 </ul>
90
91 <h4>Translations</h4>
92 <ul>
93   <li>Update Russian translation (Bitbucket PR #51)</li>
94   <li>Update Italian translation (Bitbucket PR #52)</li>
95 </ul>
96
97 <h4>Internals</h4>
98 <ul>
99   <li>Favor PathContext::GetSize() over PathContext::size() (GitHub #157)</li>
100   <li>Consolidate FolderCmp (GitHub #158, #160, #161)</li>
101   <li>Avoid some InnoSetup compiler warnings (Bitbucket PR #53)</li>
102 </ul>
103
104 <h3><a name="#new2163">What Is New in 2.16.3 Beta?</a></h3>
105 <h4>General</h4>
106 <ul>
107   <li>Bugfix: Slow startup with documents folder redirected to high-latency network drive (Bitbucket #155)</li>
108   <li>Add VisualElementsManifest for Windows 10 start menu (Bitbucket PR #47)</li>
109   <li>Reduce the size of the executable file</li>
110 </ul>
111
112 <h4>File compare</h4>
113 <ul>
114   <li>Bugfix: Location and Diff pane visibility broken in 2.16.1 (GitHub #138, Bitbucket #163, sf.net #2228)</li>
115   <li>Bugfix: Temporary files could not be created (GitHub #143, sf.net #2220)</li>
116   <li>Bugfix: Trivial bugfix (GitHub #155)</li>
117   <li>Bugfix: Regression: Incorrectly shows 'no changes' for large portions of certain binary files! (Bitbucket #162)</li>
118   <li>Small tweaks for HTML file reports (Bitbucket PR #44, #45)</li>
119   <li>Made diff algorithm selectable by using libXDiff. algorithms: default(Myers), minimal, patience, histogram</li>
120   <li>triple click to select whole line (Bitbucket #144)</li>
121   <li>Add support for merging word level diffs in selection. <a href="https://i.gyazo.com/af18960bd1f121213a2cd9287cae9cf4.gif">demo</a></li>
122   <li>Use own colors settings for folder compare (Bitbucket PR #49)</li>
123 </ul>
124
125 <h4>Folder compare</h4>
126 <ul>
127   <li>Bugfix: WinMerge 3-Way Compare Bugs: Always Shows Unique Items.  (GitHub #154)</li>
128   <li>Bugfix: WinMerge could not compare files that are opened in other applications</li>
129   <li>Show progress bar while generating Folder Compare Report</li>
130 </ul>
131
132 <h4>Project file</h4>
133 <ul>
134   <li>Bugfix: Possible Bugs in 2.16.2 (sf.net #2221)</li>
135   <li>Supporting relative path in project file (Bitbucket #158)</li>
136   <li>Allow multiple &lt;paths&gt; in project file</li>
137 </ul>
138
139 <h4>Image compare</h4>
140 <ul>
141   <li>Bugfix: no message was displayed when file saving failed</li>
142   <li>Implement Insertion/Deletion Detection. <a href="https://gyazo.com/17d8773354d23b5ae51262f28b0f1f80">demo</a></li>
143 </ul>
144
145 <h4>Options dialog</h4>
146 <ul>
147   <li>Tweak size of combobox "codepage" in options (GitHub #144)</li>
148   <li>Sort combobox codepage and add manual codepage (GitHub #145)</li>
149 </ul>
150
151 <h4>Installer</h4>
152 <ul>
153   <li>Allow per-user installation (only x64 installer)</li>
154   <li>Don't install Files.txt and don't add "Uninstall WinMerge" to the start menu (Bitbuket #38)</li>
155 </ul>
156
157 <h4>Translations</h4>
158 <ul>
159   <li>Update French translation (GitHub #149, #150)</li>
160   <li>Update Lithuanian translation (Bitbucket PR #36, #40, #43, #46, #48, #50)</li>
161   <li>Update Russian translation (Bitbucket PR #41, #42)</li>
162 </ul>
163
164 <h3><a name="#new2162">What Is New in 2.16.2?</a></h3>
165
166 <h4>File compare</h4>
167 <ul>
168   <li>Bugfix: Edit &gt; Replace &gt; All, Undo: should undo all (sf.net #2113)</li>
169   <li>Bugfix: Save As: default directory should be file's original directory (sf.net #2163)</li>
170   <li>Bugfix: Strings with embedded 0 bytes are handled incorrectly (sf.net #2187)</li>
171   <li>Bugfix: Removed word level merge support due to unstable behavior</li>
172   <li>Bugfix: Menu item "File-&gt;File Encoding" moves main window (Bitbucket #150)</li>
173   <li>Bugfix: Crash when maximizing MDI child window</li>
174   <li>bugfix: Crash when failed to load file</li>
175   <li>Add syntax highlight for Lua (Bitbucket #114)</li>
176 </ul>
177
178 <h4>Folder compare</h4>
179 <ul>
180   <li>Bugfix: Compare results refresh incorrectly after deletions (sf.net #2217)</li>
181 </ul>
182
183 <h4>Archive Support</h4>
184 <ul>
185   <li>Upgraded to 7-zip 19.00</li>
186 </ul>
187
188 <h4>Tab bar</h4>
189 <ul>
190   <li>Improve icon display at 120DPI</li>
191 </ul>
192
193 <h4>Image compare</h4>
194 <ul>
195   <li>Bugfix: Zoom In/Out shortcuts don't update zoom level in location pane (Bitbucket #149)</li>
196   <li>Zoom In/Out menu items for image compare (Bitbucket #148)</li>
197 </ul>
198
199 <h4>Open dialog</h4>
200 <ul>
201   <li>Allow quoted filenames in "Select Files or Folders" (sf.net #1240, GitHub #137)</li>
202 </ul>
203
204 <h4>Manual</h4>
205 <ul>
206   <li>Some tweaks for the manual (Bitbucket PR #35)</li>
207 </ul>
208
209 <h4>Installer</h4>
210 <ul>
211   <li>Bugfix: Gibberish language during installation (Bitbucket #147)</li>
212 </ul>
213
214 <h4>Translations</h4>
215 <ul>
216   <li>Update Catalan translation (Bitbucket PR #29)</li>
217   <li>Update Italian translation (Bitbucket PR #32)</li>
218   <li>Update Lithuanian translation (Bitbucket PR #33)</li>
219   <li>Update Simplified Chinese translation (Bitbucket PR #34)</li>
220 </ul>
221
222 <h3><a name="#new2161">What Is New in 2.16.1?</a></h3>
223
224 <h4>Open dialog</h4>
225 <ul>
226   <li> Alternatively to Swap buttons, allow drag &amp; drop between filetype icons (GitHub #118)</li>
227   <li> Expose cleaner moving/resizing behavior esp. in non-maximized state (GitHub #119)</li>
228   <li> Avoid retaining bogus filetype icons from previous selections (GitHub #122)</li>
229 </ul>
230
231 <h4>File compare</h4>
232 <ul>
233   <li> Bugfix: Extra blank displayed after left/right single/double quotes (Bitbucket #134)</li>
234   <li> Bugfix: Click doesn't trigger document to scroll in Location pane under circumstance (Bitbucket #140)</li>
235   <li> Bugfix: Frustrating text selection bug (GitHub #109)</li>
236   <li> Bugfix: Left and Right files swap after losing focus v2.16.0.0 (sf.net #2213)</li>
237   <li> Bugfix: WinMerge 2.16.0.0 Unicoe X64 version displaying Microsoft Visual C++ Runtime Library Asset in DiffWraper.CPP line 984 (sf.net #2214)</li>
238   <li> Bugfix: Cancelation of selection range with reverse indent (sf.net #2215)</li>
239   <li> Bugfix: upward and downward search not work correctly</li>
240   <li> Bugifx: Fix menu accelerator conflict</li>
241   <li> Add File/Recompare As/Image menu item</li>
242   <li> Add support for merging word level diffs in selection <a href="https://i.gyazo.com/af18960bd1f121213a2cd9287cae9cf4.gif">Demo</a></li>
243 </ul>
244
245 <h4>Folder compare</h4>
246 <ul>
247   <li> Bugfix: Unique files are not shown (Bitbucket #138)</li>
248   <li> Bugfix: Improve Hard-IO error handling, other bug fixes, cleanup, tweaks (GitHub #120)</li>
249 </ul>
250
251 <h4>Archive Support</h4>
252 <ul>
253   <li> Upgraded to 7-zip 18.06 (Bitbucket #119)</li>
254 </ul>
255
256 <h4>Options dialog</h4>
257 <ul>
258   <li> Bugfix: Widen the width of labels in Options dialog (GitHub#108)</li>
259   <li> Bugfix: view settings make winmerge crash (Bitbucket #109)</li>
260   <li> Bugfix: 64bit version can't browse between option pages (Bitbucket #128)</li>
261   <li> Bugfix: Shell Integration "Enable Advanced Menu" disabled on new install (Bitbucket #137)</li>
262   <li> Bugfix: Binary File options don't change from default (Bitbucket #135)</li>
263 </ul>
264
265 <h4>Shell extension</h4>
266 <ul>
267   <li> Bugfix: CreateTranslatedRcFiles needs an update (GitHub #113)</li>
268 </ul>
269
270 <h4>Translations</h4>
271 <ul>
272   <li> Update Brazilian Portuguese translation (GitHub #108)</li>
273   <li> Update Swedish translation (sf.net #3035, GitHub #112, #114)</li>
274   <li> Update Lithuanian translation (Bitbucket PR #7, #8, #27)</li>
275   <li> Update Russian translation (Bitbucket PR #9-#26, #139)</li>
276   <li> Update Bulgarian translation (Bitbucket PR #28)</li>
277   <li> Update Turkish translation (sf.net #3036)</li>
278   <li> Update Japanese translation</li>
279   <li> Remove now unneeded MergeLang.dll</li>
280 </ul>
281
282 <h4>Manual</h4>
283 <ul>
284   <li> Bugfix: Some fixes in the manual (GitHub #116)</li>
285   <li> Bugifx: end of line documentation (sf.net #2211)</li>
286   <li> Clarification as per https://github.com/WinMerge/winmerge-v2/issues/41 (GitHub #126)</li>
287 </ul>
288
289 <h4>Internals</h4>
290 <ul>
291   <li> Remove `nFinalNullLines` checking, disabled by an earlier commit (GitHub #111)</li>
292   <li> Various minor updates, plus preparation for VS2019 (GitHub #115)</li>
293   <li> DiffTextBuffer: Create Unicode temp files (makes EscapeControlChars() obsolete) (GitHub #123)</li>
294   <li> Don't pass `DIFFITEM *` by casting to `uintptr_t` (GitHub #124, #125)</li>
295 </ul>
296
297 <h3><a name="#new2160">What Is New in 2.16.0?</a></h3>
298
299 <h4>General</h4>
300 <ul>
301   <li>Bugfix: Disabled icon on toolbar not gray out when running on XP</li>
302 </ul>
303
304 <h4>File compare</h4>
305 <ul>
306   <li>Bugfix: Copy to X and Advance" not work in 3way-compare (Bitbucket #123)</li>
307   <li>Bugfix: File compare always showing different ending (GitHub #106)</li>
308   <li>Bugfix: Scrolling issue (GitHub #105)</li>
309   <li>Bugfix: A crash (GitHub #104)</li>
310   <li>Add separators to "Zoom" and "Diff Context" menus (Bitbucket PR #5)</li>
311 </ul>
312
313 <h4>Open dialog</h4>
314 <ul>
315   <li>Bugfix: Drag&amp;Drop in Open Dialog won't work correct (Bitbucket #125)</li>
316 </ul>
317
318 <h4>Installer</h4>
319 <ul>
320   <li>Drop ClearCase integration (Bitbucket PR #6)</li>
321 </ul>
322
323 <h4>Translations</h4>
324 <ul>
325   <li>Add Lithuanian translation (Bitbucket #124)</li>
326   <li>Update Portuguese translation (GitHub #102,103)</li>
327 </ul>
328
329 <h3><a name="#new2155">What Is New in 2.15.5 Beta?</a></h3>
330
331 <h4>General</h4>
332 <ul>
333   <li>Add support for very long path and file names (GitHub #87,95,99)</li>
334   <li>Enable Ctrl+C shortcut key on the file path bar</li>
335   <li>Remove support for old version control system (GitHub #96)</li>
336   <li>Improve Options &gt; Color &gt; Differences dialog layout (GitHub #89)</li>
337   <li>Improve information and formatting in Help &gt; Configuration reporting (GitHub #92)</li>
338   <li>Improve visual layout of Open dialog (GitHub #97)</li>
339   <li>Add icon for "New (3 panes)" menu item (GitHub #97)</li>
340 </ul>
341
342 <h4>File compare</h4>
343 <ul>
344   <li>Add Window/Split menu item</li>
345   <li>Improve handling of last lines in files (GitHub #89,90,93)</li>
346   <li>Improve "Visual C++ Loose" filter (GitHub #95)</li>
347   <li>BugFix: Crash when saving a file if the active pane is diff detail pane</li>
348   <li>BugFix: Crash when pressing Alt+Down key while loading large files</li>
349   <li>BugFix: Crash when "mousing over" Plugin Setting context menu if Plugins are disabled</li>
350   <li>BugFix: Various problems reading of files > 2GB (GitHub #81)</li>
351   <li>BugFix: Selecting files "From MRU list" again works correctly</li>
352 </ul>
353
354 <h4>Translations</h4>
355 <ul>
356   <li>Update Italian translation (GitHub #86)</li>
357   <li>Update Japanese translation (Bitbucket #3)</li>
358   <li>Update Dutch translation</li>
359   <li>Update German translation</li>
360   <li>Bugfix Spanish translation error (Bitbucket Issue #108)</li>
361 </ul>
362
363 <h4>Internals</h4>
364 <ul>
365   <li> Various diffengine and compilation/build fixes (GitHub #89,90,91,92,94)</li>
366 </ul>
367
368 <h3><a name="#new2154">What Is New in 2.15.4 Beta?</a></h3>
369
370 <h4>Appearance</h4>
371 <ul>
372   <li>BugFix: Dot icon in a drop-down menu is not drawn correctly</li>
373 </ul>
374
375 <h4>File compare</h4>
376 <ul>
377   <li>BugFix: Crash when reading a file in Google Drive File Stream (sf.net#2206)</li>
378   <li>BugFix: Crash when removing ghost lines (GitHub #80)</li>
379   <li>BugFix: Lines without EOL appears even though it is not the last line</li>
380   <li>Add Ctrl++/Ctrl+-(not numpad key) shortcut key to zoom in/out (sf.net#1727)</li>
381   <li>Remove 2GB file size limit for 64-bit build (GitHub #81, #82)</li>
382 </ul>
383
384 <h4>Folder compare</h4>
385 <ul>
386   <li>Add Pause button to Folder Compare Progress dialog (sf.net#828,#1222,#1237)</li>
387   <li>Re-detect the file encoding when opening files (sf.net#2131)</li>
388 </ul>
389  
390 <h4>Open dialog</h4>
391 <ul>
392   <li>Add Options button to Open dialog</li>
393   <li>Add Save Project button to Open dialog</li>
394 </ul>
395
396 <h4>Patch generator dialog</h4>
397 <ul>
398   <li>BugFix: File1/File2 fields don't remember manual input (sf.net#1949)</li>
399 </ul>
400
401 <h4>Reports</h4>
402 <ul>
403   <li>BugFix: Garbled text was copied to the clipboard when generating a report
404   on the clipboard (sf.net#2200)</li>
405 </ul>
406
407 <h4>Plugins</h4>
408 <ul>
409   <li>Add PrediffLineFilter.sct plugin</li>
410   <li>Make ignored lines by Prediffer plugin colored</li>
411 </ul>
412
413 <h4>Translations</h4>
414 <ul>
415   <li>Update Slovak translation (sf.net#2902)</li>
416   <li>Update Portuguese translation (GitHub #84,#85)</li>
417 </ul>
418
419 <h4>Internals</h4>
420 <ul>
421   <li>Adapt to VS2017 version 15.6.1 (GitHub #79)</li>
422 </ul>
423
424 <h3><a name="#new2153">What Is New in 2.15.3 Beta?</a></h3>
425
426 <h4>File compare</h4>
427 <ul>
428   <li>Fix assertion error when started on Windows XP</li>
429   <li>Fix a problem that moved blocks are sometimes shown as normal diff blocks</li>
430   <li>Fix a problem that EOL is removed unexpectedly when removing lines
431     included ghost lines</li>
432   <li>Fix reverse search to search last line correctly</li>
433   <li>Fix infinite loop when replacing ^ (sf.net#2094)</li>
434   <li>Fix to show text that contains &amp; on message box, correctly (sf.net#2067)</li>
435 </ul>
436
437 <h4>Folder compare</h4>
438 <ul>
439   <li>Fix a problem that unique files are invisible when comparing files using
440     'Date' compare method</li>
441   <li>Remove trailing garbage from a dragged text (Github#75)</li>
442 </ul>
443
444 <h4>Patch generator dialog</h4>
445 <ul>
446   <li>Fix a problem that typed-in Context in Generate Patch is not applied
447     (sf.net#2179)</li>
448 </ul>
449
450 <h4>Location pane</h4>
451 <ul>
452   <li>Add support for HiDPI screens (Github #54)</li>
453 </ul>
454
455 <h4>Plugins</h4>
456 <ul>
457   <li>CompareMSExcelFiles.sct: Add "Compare headers and footers" checkbox to
458     settings dialog (sf.net#2102)</li>
459 </ul>
460
461 <h4>Installer</h4>
462 <ul>
463   <li>Remove extra space in installer: " Launch WinMerge" (sf.net#2144)</li>
464   <li>Add "How to Apply These Terms to Your New Programs" section into GPL.rtf
465     (sf.net#2098)</li>
466 </ul>
467
468 <h4>Translations</h4>
469 <ul>
470   <li>Add Finnish translation (sf.net#3031)</li>
471   <li>Add Sinhala translation (sf.net#3032)</li>
472   <li>Update Korean translation (Github #61)</li>
473   <li>Update Portuguese translation (GitHub #56-78)</li>
474   <li>Update Polish translation (sf.net#2177)</li>
475   <li>Update Turkish translation (Bitbucket#85, #86)</li>
476   <li>Change the file encodings of all .po files of WinMerge GUI to UTF-8</li>
477 </ul>
478
479 <h3><a name="#new2152">What Is New in 2.15.2 Beta?</a></h3>
480 <p>
481 WinMerge 2.15.2 is a beta release which mainly adds support for experimental 3-way comparison and image comparison.
482 </p>
483
484 <h4>Appearance</h4>
485 <ul>
486   <li>Flatten GUI pane edges</li>
487   <li>Partial support for HiDPI (not Per-Monitor DPI Aware)</li>
488   <li>Remove splash screen. The splash screen image is now displayed in About dialog</li>
489 </ul>
490
491 <h4>Tool bar</h4>
492 <ul>
493   <li>Add "View-&gt;Toolbar-&gt;Huge" menu item</li>
494   <li>Add drop down menu to Options icon</li>
495   <li>Add icons for 3-way merge functions</li>
496 </ul>
497
498 <h4>Open dialog</h4>
499 <ul>
500   <li>Change window type of Open dialog from modal window to MDI child window</li>
501   <li>Add Read-only checkbox to Open dialog</li>
502   <li>Add buttons to swap items</li>
503   <li>Add the third path combobox for 3-way comparison</li>
504   <li>Allow file name patterns like not only *.ext but file*.ext</li>
505 </ul>
506
507 <h4>Tab bar</h4>
508 <ul>
509   <li>Make Tabbar reorderable by using drag-and-drop</li>
510   <li>Add "Close Other Tabs", "Close Right Tabs" and "Close Left Tabs" menu items
511       to system menu</li>
512   <li>Add "Enable Auto Max Width" menu item to Tab Bar context menu</li>
513   <li>Show close button when hovering over tabs</li>
514   <li>Add icons to each tab</li>
515 </ul>
516 <h4>Options dialog</h4>
517 <ul>
518   <li>Add "Close Select Files or Folders Dialog on clicking OK button" checkbox
519      to "General" page</li>
520   <li>Add "Language" combobox to "General" page and remove Language dialog</li>
521   <li>Add "Ignore codepage differences" checkbox to "Compare/General" page</li>
522   <li>Remove checkboxes in "Enable multiple compare windows for" group from
523       "General" page (Now always enabled multi compare windows)</li>
524   <li>Add "Include Subfolders" checkbox to "Compare/Folder" page</li>
525   <li>Add "Automatically expand all subfolders" checkbox to "Compare/Folder" page</li>
526   <li>Add "Ignore Reparse Points" checkbox to "Compare/Folder" page</li>
527   <li>Add "Number of compare threads" textbox to "Compare/Folder" page</li>
528   <li>Add "Compare/Binary" page</li>
529   <li>Add "Compare/Image" page</li>
530   <li>Add checkboxes whether to use custom colors for text to
531       "Colors/Differences" page</li>
532   <li>Add "GitHub/Bitbucket" button to "Colors/Differences" page</li>
533   <li>Add "Margin" color button to "Colors/Text" page</li>
534   <li>Add "Colors/Markers" page</li>
535   <li>Remove "Use stand-alone 7-Zip if available" and
536       "Use local 7-Zip from WinMerge folder" radio button from
537       "Archive Support" page
538       (Now always use local 7-Zip from WinMerge folder)</li>
539   <li>Make $file and $linenum parameters available in External editor textbox
540       on "System" page</li>
541   <li>Make Custom codepage on "Codepage" page selectable from dropdown list </li>
542   <li>Add "Detect codepage for text files using mlang.dll" checkbox to
543       "Codepage" page</li>
544   <li>Remove "Include subfolders by default" checkbox from
545       "Shell Integration" page
546       (ShellExtension now refers to "Include subfolders" checkbox
547         on "Compare/Folder" page or on "Select Files or Folders" dialog)</li>
548   <li>Remove "Add Shell menu to context menu" from "Shell Integration" page
549       (WinMerge now always adds shell menu to context menu in Folder window)</li>
550   <li>Add "Register shell extension" button to "Shell Integration" page</li>
551 </ul>
552
553 <h4>Folder Compare</h4>
554 <ul>
555   <li>Add Multi-thread compare support for Full Contents or Quick Contents
556       method</li>
557   <li>Color the background of items in list view</li>
558   <li>Restore collapse/expand state of folder tree after re-comparison </li>
559   <li>Make comparing window closeable</li>
560   <li>Make sub-folder re-comparable</li>
561   <li>Display folder items in list view during comparison</li>
562   <li>Display the file name currently being compared in progress window</li>
563   <li>Add "Parent Folder" menu item in 'Open Left/Middle/Right' menu</li>
564   <li>Add "Compare Non-horizontally" menu item to context menu</li>
565   <li>Add "Copy items To Clipboard" menu item to context menu</li>
566   <li>Add "Swap panes" menu item to View menu</li>
567   <li>Add "Auto/Manual Prediffer" menu item to Plugin menu</li>
568   <li>Open selected folders in new tab when clicking "Compare" menu item with
569     pressing Ctrl key</li>
570   <li>Cleanup Date column alignment (GitHub #25)</li>
571   <li>Bugfix: Version column not sorted correctly</li>
572   <li>Bugfix: A unique item that is a binary file was not detected
573       as a binary file</li>
574   <li>Bugfix: Properly handle 3-way comparison of Binary files (Github #23)</li>
575   <li>Bugfix: Use proper font for View&gt;Use Default Font menu item (GitHub #24)</li>
576 </ul>
577
578 <h4>File Compare</h4>
579 <ul>
580   <li>Add support for 3-way compare/merge</li>
581   <li>Add "Diff Context" menu to View menu to adjust the number of displayed
582     diff context lines</li>
583   <li>Add "Split Vertically" menu item to View menu</li>
584   <li>Add "Add Synchronization Point" to Merge menu</li>
585   <li>Add "Auto/Manual Prediffer" menu item to Plugin menu</li>
586   <li>Show the name of the applied plugin in the status bar</li>
587   <li>Add shortcut(Ctrl+Alt+E) to open with external editor</li>
588   <li>Add Go and Rust highlighter</li>
589   <li>Add VHDL syntax highlighter (Bitbucket #2)</li>
590   <li>Add C++11 keywords</li>
591   <li>Make merge editor window D&amp;Dable</li>
592   <li>Highlight the search text and implement Marker</li>
593   <li>Highlight the EOL pane in status bar if there is a difference
594       in the EOL of files</li>
595   <li>Reload files when another application changes files opened by WinMerge</li>
596   <li>Improve in-line diff algorithm</li>
597   <li>Bugfix: More on Issue #73 Fixed the -dl -dm and -dr description parameters
598     for conflict files
599     (for both 2 way and 3 way conflict files).(Bitbucket #1)</li>
600   <li>Bugfix: Fix Memory Leak with Drop Targets (GitHub #26)</li>
601 </ul>
602
603 <h4>Binary Compare</h4>
604 <ul>
605   <li>Install binary file editor (frhed) component again by default</li>
606   <li>Make binary file editor undoable</li>
607 </ul>
608
609 <h4>Image Compare</h4>
610 <ul>
611   <li>Add image file compare/merge support</li>
612 </ul>
613
614 <h4>Reports</h4>
615 <ul>
616   <li>Add "Include File Compare Report" checkbox to "Folder Compare Report"
617       dialog</li>
618   <li>Change the encoding of HTML folder compare report from ANSI to UTF-8</li>
619   <li>Add icons to the HTML folder compare report</li>
620   <li>Change visual style of HTML report</li>
621 </ul>
622
623 <h4>Archive Support</h4>
624 <ul>
625   <li>Install 7-zip plugin by default</li>
626 </ul>
627
628 <h4>Drag and Drop</h4>
629 <ul>
630   <li>Accept drag&amp;droped files or folders from various places like:
631     Zip folder, FTP folder, Recycle bin, images in Web browser</li>
632 </ul>
633
634 <h4>Plugins</h4>
635 <ul>
636   <li>Introduce new plugin type FILE_FOLDER_PACK_UNPACKER
637     which allows unpacking data in a file to multiple files in a folder</li>
638   <li>Use FILE_FOLDER_PACK_UNPACKER plugin for decompressing archives</li>
639   <li>Add support for unpacker plugin written in VBScript/Javascript.</li>
640   <li>Add WinMerge32BitPluginProxy.exe to make 32-bit plugins usable in 64-bit
641     WinMerge </li>
642   <li>Rewrite some plugins in VBScript</li>
643   <li>Add CompareMSPowerPointFiles.sct plugin</li>
644   <li>Add ApplyPatch.sct plugin</li>
645   <li>Add SortAscending, SortDescending and ExecFilterCommand menu item to
646     Plugin-&gt;Script menu</li>
647   <li>Make plugins configurable with settings dialog of each plugin</li>
648 </ul>
649
650 <h4>Filters</h4>
651 <ul>
652   <li>Update *.flt files for Visual Studio 2015 and 2017</li>
653 </ul>
654
655 <h4>Shell extension</h4>
656 <ul>
657   <li>Display another WinMerge icon in Explorer's context menu 
658     when a folder is selected</li>
659 </ul>
660
661 <h4>Installer</h4>
662 <ul>
663   <li>64-bit version of WinMerge is available</li>
664   <li>Install plugins by default</li>
665 </ul>
666
667 <h4>Translations</h4>
668 <ul>
669   <li>Update Portuguese translation (GitHub #2-17)</li>
670   <li>Update Korean translation (GitHub #45)</li>
671   <li>Update Traditional Chinese translation (GitHub #53)</li>
672   <li>Remove "Language" menu item from View menu
673     (You can specify UI language at Options dialog)</li>
674 </ul>
675
676 <h4>Command line</h4>
677 <ul>
678   <li>Incompatible change: The third file path is now treated as a right path
679     for 3-way comparison, not output path
680     Use /o option for ouput path instead</li>
681   <li>Add /wm, /dm, /fl, /fm, /fr, /al, /am and /ar option for 3-way comparison</li>
682 </ul>
683
684 <h4>Other changes</h4>
685 <ul>
686   <li>Add support for jump list introduced in Windows 7</li>
687 </ul>
688
689 <h4>Internals</h4>
690 <ul>
691   <li>Use POCO C++ libraries instead of pcre, expat and scew.
692     They use pcre, expat internally</li>
693   <li>Link statically with MFC and VC runtime libraries</li>
694   <li>Various compilation/build fixes
695     (GitHub #1,19,21,29,31-33,36-38,42-44,49-52)</li>
696 </ul>
697
698 <h3><a name="issues">Known Issues</a></h3>
699 <ul>
700   <li>
701     <p><strong>Old IE version can cause crashes when handling archive files.</strong></p>
702     <p><i>Workaround</i>: If WinMerge crashes when handling archives, consider
703       updating IE to version 6.0 or later.</p>
704   </li>
705   <li>
706     <p><strong>Supercopier application causes WinMerge to hang.</strong></p>
707     <p><a href="http://supercopier.sfxteam.org/modules/mydownloads/">Supercopier</a>
708     application causes WinMerge to not exit properly and leaves WinMerge process
709     hang. See the bug reports:
710     <ul>
711       <li><a href="http://winmerge.org/bug/1976241">#1976241</a> the winmerge.exe
712         process doesn't stop itself</li>
713       <li><a href="http://winmerge.org/bug/1602313">#1602313</a> WinMerge stays
714         in tasklist after closing</li>
715     </ul>
716     <p><i>Workaround</i>: Disable the Supercopier when using WinMerge.</p>
717   </li>
718   <li>
719     <p><strong>Filters only applied when using full compare.</strong></p>
720     <p>Line filtering is only applied in folder compare when using <i>Full Contents</i>-compare method.</p>
721     <p>If you are using any other compare method, line filters are not applied. Files marked different
722     in folder compare can get status changed to identical when opening them to file compare.</p>
723   </li>
724   <li>
725     <p><strong>Unset WinMerge integration from ClearCase</strong></p>
726     <p>To remove WinMerge integration, you'll need to edit one file by hand:</p>
727     <ol>
728       <li>Find ClearCase installation folder<br>
729           Usually it is something like <code>C:\Program Files\Rational\ClearCase</code></li>
730       <li>Go to subfolder <code>lib\mgrs\</code></li>
731       <li>Open file <code>map</code> in there to editor program</li>
732       <li>Comment-out the line starting with "<code>text_file_delta xcompare</code>", containing "<code>WinMergeU.exe</code>"</li>
733       <li>Uncomment the line starting with "<code>text_file_delta xcompare</code>", containing "<code>cleardiffmrg.exe</code>"</li>
734     </ol>
735   </li>
736 </ul>
737 </body>
738 </html>
739
740