OSDN Git Service

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