OSDN Git Service

d3a7f55e684fca1f2b85fe5dd132d53d271e3e66
[winmerge-jp/winmerge-jp.git] / Docs / Users / ReleaseNotes.md
1 # WinMerge 2.16.24 Release Notes
2
3 - [About This Release](#about-this-release)
4 - [What Is New in 2.16.24?](#what-is-new-in-21624)
5 - [What Is New in 2.16.23 beta?](#what-is-new-in-21623-beta)
6 - [Known issues](#known-issues)
7
8 October 2022
9
10 ## About This Release
11
12 This is a WinMerge 2.16.24 stable release.
13 This release replaces earlier WinMerge stable releases as a recommended release.
14
15 Please submit bug reports to our bug-tracker.
16
17 ## What Is New in 2.16.24
18
19 ### General
20
21 - BugFix: Fixed crash when displaying file menu if jump list contains invalid
22     title (osdn.net #45916)
23
24 ### File compare
25
26 - Changed operation of displaying dialogs and context menus from status
27     bar from double-click to single-click.
28
29 ### Table compare
30
31 - BugFix: when TSV files were displayed in table mode with word wrap enabled,
32     clicking on a character would not move the caret to that character's
33     position
34
35 ### Folder compare
36
37 - Fixed memory leak in folder comparison when PDF files
38     were targeted for image comparison.
39
40 ### Options dialog
41
42 - Improved translation regarding CPU cores (PR #1513)
43
44 ### Select Files or Folders dialog
45
46 - Made it possible to specify Prediffer plugin
47
48 ### Plugins
49
50 - BugFix: Select Plugin dialog: Fixed that "Display all plugins"
51     checkbox did not work
52
53 ### Project file
54
55 - BugFix: Fixed comparison failure when left file path and right
56     file path in project file are URLs.
57 - Allow saving following in project file.
58   - Description
59   - Window type
60   - Table delimiter
61
62 ### Patch Generator dialog
63
64 - BugFix: The command line section in the generated patch file was garbled
65     (osdn.net #45935)
66
67 ### Translations
68
69 - BugFix: Fix an issue where the following message displayed when two files
70     are identical in a 3-way folder comparison is not translated. (PR #1535)
71 - Translation updates:
72   - Brazilian (PR #1511,#1523)
73   - Corsican (PR #1510,#1527)
74   - German (PR #1498,#1509,#1528)
75   - Hungarian (PR #1508,#1524)
76   - Japanese
77   - Lithuanian (PR #1514,#1526)
78   - Polish (PR #1525)
79   - Portuguese (PR #1529)
80   - Slovenian
81
82 ### Others
83
84 - BugFix: Fixed English verbiage (PR #1499)
85 - BugFix: typo fixed in README.md (PR #1504)
86 - BugFix: Fix typo in lwdisp.c (PR #1515)
87
88 ## What Is New in 2.16.23 Beta
89 ### General
90
91 - BugFix: Fix an issue where filenames containing "&" are not displayed
92     properly in the MDI tab bar and its tooltips. (PR #1466)
93
94 ### Color schemes
95
96 - Create Midnight.ini (PR #1430)
97
98 ### File compare
99
100 - BugFix: Non existing backup directory should be automatically created (#1438)
101 - BugFix: Bug: Can't copy selected text, if it has non-changed lines (#1507) 
102 - Remember zoom level for all files (#1433)
103 - The feature will allow the user to right-click the selected lines and… add
104     them to Line Filter so that those lines added to the Line Filter will be
105     ignored if found in any file. (PR #1481)
106 - CrystalEdit/parsers/SQL: Added more keywords (PR #1493)
107
108 ### Table compare
109
110 - Bugfix: Inline differences ware not displayed even if the caret is moved to
111     the position of an inline difference that is hidden due to the narrow
112     column width.
113
114 ### Webpage compare
115
116 - [EXPERIMENTAL] Webpage Compare: Highlight differences (PR #1357) 
117
118 ### Folder compare
119
120 - BugFix: Disable rename operations when in read-only mode in the folder
121     compare window. (PR #1434)
122 - BugFix: Fix an issue where renaming to a file name or directory name
123     containing "\" or "/" is not done properly. (PR #1451)
124 - BugFix: Fix "Left to Right" and "Right to Left" copying in 2-way folder
125     comparison. (PR #1495)
126 - BugFix: Folder compare with jpg images crashes  (#1176)
127     (Previous versions were linked with unfixed freeimage.)
128
129 ### Archive support
130
131 - Update 7-Zip to 22.01 (#1425)
132
133 ### Translations
134
135 - Translation updates:
136   - Brazilian (PR #1436,#1437,#1441,#1459,#1463)
137   - Corsican (PR #1443,#1480,#1486)
138   - Dutch (PR #1474)
139   - Finnish (PR #1460)
140   - French (PR #1491)
141   - German (PR #1455,#1484)
142   - Hungarian (PR #1431,#1454)
143   - Japanese
144   - Lithuanian (PR #1457,#1485)
145   - Polish (PR #1427,#1456)
146   - Portuguese (PR #1453,#1490)
147   - Russian (PR #1426)
148   - Slovenian (#1424,PR #1461)
149   - Spanish (PR #1406)
150
151 ## Known issues
152
153  - Suggestion to make the result of image comparison more reliable (#1391)
154  - Crashes when comparing large files (#325)
155  - Very slow to compare significantly different directories (#322)
156  - Vertical scrollbar breaks after pasting text (#296)