Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.md | 2023-10-14 | 7.8 kB | |
winmerge-2.16.21-x64-pdb.7z | 2023-10-14 | 8.7 MB | |
WinMerge-2.16.21-Setup.exe | 2023-10-14 | 8.1 MB | |
winmerge-2.16.21-x64-exe.zip | 2023-10-14 | 10.9 MB | |
winmerge-2.16.21-pdb.7z | 2023-10-14 | 7.9 MB | |
winmerge-2.16.21-full-src.7z | 2023-10-14 | 14.2 MB | |
winmerge-2.16.21-exe.zip | 2023-10-14 | 10.3 MB | |
winmerge-2.16.21-ARM-pdb.7z | 2023-10-14 | 7.7 MB | |
winmerge-2.16.21-ARM-exe.zip | 2023-10-14 | 9.0 MB | |
WinMerge-2.16.21-ARM64-Setup.exe | 2023-10-14 | 9.4 MB | |
winmerge-2.16.21-ARM64-pdb.7z | 2023-10-14 | 8.3 MB | |
winmerge-2.16.21-ARM64-exe.zip | 2023-10-14 | 10.4 MB | |
WinMerge-2.16.21-x64-Setup.exe | 2023-10-14 | 8.6 MB | |
WinMerge-2.16.21-x64-PerUser-Setup.exe | 2023-10-14 | 8.6 MB | |
Totals: 14 Items | 122.1 MB | 0 |
WinMerge 2.16.21 Beta Release Notes
June 2022
About This Release
This is a WinMerge beta release which is meant for preview the current state of WinMerge development. This release is not recommended for the production.
Please submit bug reports to our bug-tracker.
What Is New in 2.16.21 Beta
General
- In windows 11 i have error 78 sidebyside with the winmerge manifest (#1312)
File compare
- BugFix: Copy left/right different behavior (#1334)
- BugFix: Line difference coloring in “Word-level” mode does not work correctly for Cyrillic-based languages (#1362)
- BugFix: Syntax highlighting: SQL comments (#1354)
- Request for updating code: a new language(ABAP) in "syntax highlighting" (PR #1340)
- Added "none" diff algorithm
- Enable mouse wheel scrolling on the location pane.
- Backup files: Misleading error message when file cannot be written (#1326)
Binary compare
- Allow the "Split Vertically" menu item to be unchecked.
Image compare
- BugFix: Fix an issue where the pane was split vertically the next time the window was displayed, even though the "Split Vertically" menu item was unchecked.
- Make patience and histogram diff algorithm selectable.
Webpage compare
- BugFix: Fix text disappearing when pressing the 'K' key in the address bar
- BugFix: Fix an issue where the pane was split vertically the next time the window was displayed, even though the "Split Vertically" menu item was unchecked.
- ResourceTree compare: Set the last-modified date and time in resource files
- Added Ctrl+L keyboard shortcut
Folder compare
- BugFix: Alt/Shift key highlighting issue not resetting start point from move. (#1335)
- 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)
Reports
- BugFix: Fix report generation process. (PR #1324)
- BugFix: Fix report generation process about replacement with HTML entity (PR #1344)
- Modify "Tools - Generate Report" (Add column width definition to html output) (PR #1333)
- BugFix: Fix an issue where WinMerge crashes depending on the filename when generating a file compare report. (PR #1319)
Configuration log
- BugFix: [Bug Report] WinMerge does not recognize Win 11 (#1192)
Plugins
- BugFix: CompareMSExcelFiles Plugins did not compare folders when opening .xlsx files from Plugins-> Edit with Unpacker menu item even though the "Extract workbook data to multiple files" option is enabled in the plugin settings (osdn.net #44522)
- BugFix: Fix a problem where the "Open files in the same window type after unpacking" checkbox was checked, but the checkbox was not checked the next time the dialog was opened.
- Sugg: Increase the dialogue for Plugins (#1308)
Command line
- BugFix: Crash on command line compare (#1363)
Shell extension
- BugFix: Fix an issue where the WinMerge menu displayed in the"Show more options" menu of the Windows 11 Explorer context menu is not an advanced menu, even though the advanced menu is enabled.
- BugFix: Fix the problem that the WinMerge icon is not correctly displayed on the taskbar when WinMerge is started from the Windows 11 context menu.
Translations
- Translation updates:
- Chinese Simplified (PR #1330)
- Corsican (PR #1331,#1347)
- German (PR #1311,#1329)
- Hungarian (PR #1325)
- Italian (PR #1355)
- Japanese (PR #1338)
- Lithuanian (PR #1318,#1327)
- Polish (#1323)
- Portuguese (PR #1317,#1345)
- Slovenian
- Turkish (#1332)
- Russian (PR #1310)
Internals
- Fix typo in BCMenu.cpp (PR #1313)
- Fix type: GPL (PR #1342)
- Use isupper+tolower instead of islower+toupper (diffutils ver2.7) (PR #1351)
- Initialize variables defined at "diff.h" (PR #1360)
Known issues
- Crashes when comparing large files (GitHub #325)
- Very slow to compare significantly different directories (GitHub #322)
- Vertical scrollbar breaks after pasting text (GitHub #296)
What's Changed
- Update Russian.po by @wvxwxvw in https://github.com/WinMerge/winmerge/pull/1310
- Update German.po by @Mr-Update in https://github.com/WinMerge/winmerge/pull/1311
- Fix typo in BCMenu.cpp by @eltociear in https://github.com/WinMerge/winmerge/pull/1313
- Update Portuguese.po by @hugok79 in https://github.com/WinMerge/winmerge/pull/1317
- Update of Lithuanian translation by @Tichij in https://github.com/WinMerge/winmerge/pull/1318
- Fix an issue where WinMerge crashes depending on the filename when generating a file compare report. by @tjmprm77 in https://github.com/WinMerge/winmerge/pull/1319
- Update Polish.po by @miroslaw-zylewicz in https://github.com/WinMerge/winmerge/pull/1323
- Fix report generation process. by @tjmprm77 in https://github.com/WinMerge/winmerge/pull/1324
- Update Hungarian.po by @efi99 in https://github.com/WinMerge/winmerge/pull/1325
- Update of Lithuanian translation by @Tichij in https://github.com/WinMerge/winmerge/pull/1327
- Update German.po by @Mr-Update in https://github.com/WinMerge/winmerge/pull/1329
- Update ChineseSimplified.po by @CharlesMengCA in https://github.com/WinMerge/winmerge/pull/1330
- Update Corsican translation for first 2 commits in May by @Patriccollu in https://github.com/WinMerge/winmerge/pull/1331
- Turkish translation update by @kayazeren in https://github.com/WinMerge/winmerge/pull/1332
- Modify "Tools - Generate Report" (Add column width definition to html output) by @stonee-K in https://github.com/WinMerge/winmerge/pull/1333
- Update Japanese.po (Codepage dialog) by @stonee-K in https://github.com/WinMerge/winmerge/pull/1338
- Fix typo: GPL by @stonee-K in https://github.com/WinMerge/winmerge/pull/1342
- Fix report generation process about replacement with HTML entity by @tjmprm77 in https://github.com/WinMerge/winmerge/pull/1344
- Update Portuguese translation by @hugok79 in https://github.com/WinMerge/winmerge/pull/1345
- Update TranslationsStatus format for Corsican by @Patriccollu in https://github.com/WinMerge/winmerge/pull/1347
- Use isupper+tolower instead of islower+toupper (diffutils ver2.7) by @stonee-K in https://github.com/WinMerge/winmerge/pull/1351
- Updated Italian translation by @savissimo in https://github.com/WinMerge/winmerge/pull/1355
- Make the file name refreshed to detect case changes when running "Refresh Selected". by @tjmprm77 in https://github.com/WinMerge/winmerge/pull/1358
- Initialize variables defined at "diff.h" by @stonee-K in https://github.com/WinMerge/winmerge/pull/1360
- 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. by @tjmprm77 in https://github.com/WinMerge/winmerge/pull/1372
New Contributors
- @stonee-K made their first contribution in https://github.com/WinMerge/winmerge/pull/1333
- @savissimo made their first contribution in https://github.com/WinMerge/winmerge/pull/1355
Full Changelog: https://github.com/WinMerge/winmerge/compare/v2.16.20...v2.16.21