Releases: zufuliu/notepad4
v4.19.09r2380
The builds (unsigned) works for Windows XP and above. CPU support for SSE2 (Pentium 4) is required for Win32 build, for old CPU and system see wiki Build Notepad2. The AVX2 build works for Windows 7 SP1 (or Windows Server 2008 R2 SP1) and above (64-bit only), requires CPU support for AVX2, AMB and BMI1.
Since v4.19.01r1786, latest development build (artifacts in Release configuration for each compiler and platform) can be downloaded from https://ci.appveyor.com/project/zufuliu/notepad2
Tips: To keep your current settings, do NOT replace Notepad2.ini or metapath.ini or any theme files with the bundled one, but please mind breaking changes in v4.19.01r1786 and below when upgrading to this version from versions before v4.19.01r1786.
Changes Since v4.19.08.r2356
- Encoding and code page for resource files are changed to UTF-8, see more info on wiki Localization. bb97bc6 and b7f42d7
- New polling mode for file watching, which is useful for watching continuously updated file, such as log files (issue #120). 0618a11
- New option to keep caret at document end after reloading, useful for watching log files (issue #120). By default caret position is unchanged after reloading unless it's on last line, which will stay on last line after reloading. 0618a11 and ddb540a
- Update C++20 STL to n4830. 3d3074d and 1e7d472
- New file extensions for Python (
.pyi
and.pth
) and INI configuration file (.toml
). 500b429 and 3fa8b43 - Fix line number width reduced after converting document encoding. dbc7e72
- Fix crash caused by directly call NP2ExitWind() when opening file canceled. fd5f341
- Other bug fix and improvements.
Breaking Changes
- When using
StyleContext
,multiByteAccess
for UTF-8 encoding is disabled by default, as each byte can be safely treated as individual character. lexer need enableuseUnicode
if it wants to detect Unicode identifier or operator (e.g. using functions fromlexlib\CharacterCategory
, beware these functions are only valid when internal encoding is UTF-8). 428bef9 and 49d79cc
File List
File | SHA-256 |
---|---|
ARM64_v4.19.09r2380.zip | 3C96A0661DBF5AF7674CF391B7F58982AEC2E35157E348E1048E6149E813DC63 |
AVX2_v4.19.09r2380.zip | 9AB99D24C93D4EB4FE5775C074D9D41F3A33E5C1A77A244604C53D8AA3A9A866 |
Win32_v4.19.09r2380.zip | 344322B50190113CC303AFA457C83224CBBDEC7C8A1962129992402CABE1E6D8 |
x64_v4.19.09r2380.zip | 9F0B4D8655D582FD7416B1B76BE93BC5948373737D7356A62ADE0FC1597FCB1A |
v4.19.06r2148
The builds (unsigned) works for Windows XP and above. CPU support for SSE2 (Pentium 4) is required for Win32 build, for old CPU and system see wiki Build Notepad2.
Since v4.19.01r1786, latest development build (artifacts in Release configuration for each compiler and platform) can be downloaded from https://ci.appveyor.com/project/zufuliu/notepad2
Tips: To keep your current settings, do NOT replace Notepad2.ini or metapath.ini or any theme files with the bundled one, but please mind breaking changes in v4.19.01r1786 and below when upgrading to this version from versions before v4.19.01r1786.
The new screenshot illustrates some changes in this version.
Changes Since v4.19.04r2016
- Scintilla is upgraded to 4.1.7, see https://www.scintilla.org/ScintillaHistory.html for details.
- Add OEM, DOS, Mac, EDBIC, EUC and ISO 2022 encodings. ccb898a and 698347e
- Improve word wrapping around ASCII punctuation and their fullwidth forms in UTF-8 mode. d8504d3
- Enable locking current file for editing, by default locking binary file for editing. 956e34d, 710df06 and 67a3fb3
- Add toggle folds for current level. 51fd657
- Support case insensitive auto completion. 917284d
- Support camel case style. fdbf053
- Optimize UTF-8 and UTF-7 detection. 942c322 and 3594a62
- Support VB 2017 binary literals and digit separators. 6191a97
- Update keywords for C++. 98362a5
- New file extensions for Python. 5561d0b
Fix potential crash when WM_GETTEXT is used by third party applications (like a screen reader). e9f33d1 - Fix rapidly hiding and showing auto-completion box on typing cause "flickering". 56226f3
- Fix wrong caret position in selection in INS mode when block caret in OVR mode is set. 1d56f7c
- Fix "INS/OVR" and zoom level not shown in statusbar when warning occurred after loading file. 3f952b3
- Fix a bug on enclose selection dialog that cause text intended to insert before selection been inserted after selection and vice versa (issue #114). 71a7e0b
- Fix style not restored when clicking "Cancel" on customize scheme dialog (issue #112). 15bb58f
- Fix HTML highlighting bug. f95f12e and 56bfeee
- Some other bug fix and improvements.
Breaking Changes
- In order to fix the 6-px white area on auto-completion box, window frame for auto-completion box is removed, resizing auto-completion box is harder than before. You can bring back the old thin frame by set
LISTBOXX_USE_THICKFRAME
(in scintilla\win32\PlatWin.cxx) to 1. See https://sourceforge.net/p/scintilla/feature-requests/1284/. d4da3d9 - Notepad++ Binary content Clipboard format ("Notepad++ Binary Text Length") is removed. 15c38ca
- Long line marker is hidden by default now. cced121
- GCC link time optimization flags (
-flto
and-fuse-linker-plugin
) is removed. To reduce binary size, you can use Clang from MYSY2 to build the project, see Wiki. c02cedb
File List
File | SHA-256 |
---|---|
ARM64_v4.19.06r2148.zip | B84867B98B4FA7D2C594CA2CB5307752DE9E3E4A8CB8D33C22EC08797B9EAF24 |
Win32_v4.19.06r2148.zip | 0D3C585472E75A2D8FAD6DE4C5137FAFE0A10AF7DAE391D541DB312A9358F3F4 |
x64_v4.19.06r2148.zip | 600AE95D5441BDB286B2F178FE0BB617EA980FE54B123883025D890CE8C2E189 |
v4.19.04r2016
The builds (unsigned) works for Windows XP and above. CPU support for SSE2 (Pentium 4) is required for Win32 build, for old CPU and system see wiki Build Notepad2.
Since v4.19.01r1786, latest development build (artifacts in Release configuration for each compiler and platform) can be downloaded from https://ci.appveyor.com/project/zufuliu/notepad2
Tips: To keep your current settings, do NOT replace Notepad2.ini or metapath.ini or any theme files with the bundled one, but please mind breaking changes in v4.19.01r1786 and below when upgrading to this version from versions before v4.19.01r1786.
The new screenshot illustrates some changes in this version.
Changes Since v4.19.02r1827
- Scintilla is upgraded to 4.1.5, see https://www.scintilla.org/ScintillaHistory.html for details.
- Dark style theme (issue #105). 50f03d2
- New automatic word wrap mode (issue #61). ac1269c and 718d4cd
- Show ellipsis after folded text. 7855c3e and 351f34c
- Add option to hide horizontal folding lines. 970d3d8
- Support color font (Windows 8.1 and above) in Direct2D mode. b852257 and 50b8189
- Support all font weights and styles in Direct2D mode (issue #101). bca0cdb and 62fe1c0
- Add "locale" style property to support language dependent glyphs in Direct2D Mode. e3d0e55
- Each scheme can be configured to view as code or text. 7f24b8b
- New global font name
$(Text)
and$(Code)
for default proportional and monospaced font. e21fde5 and 8e0d5e7 - Improve character classification for Unicode BMP characters and DBCS encoding. c8ac6f0
- New vertical bookmark symbol (8746d47), color for bookmark symbol and background color for bookmark line are customizable (3c9210a).
- IME indicator color is customizable. 7a8cccb
- Mark occurrences color is customizable (issue #66). 0b11378
- Auto detect style base font size based on screen resolution. 568495c
- Allow forward slash in open file dialog (issue #100). 5314329
- New toolbar image for metapath. 4df789d
- New option for metapath to enable open file in same target application window. cabc627
- "Clear" menu and button is renamed to "Delete" (issue #103). ad45f16
- "Save" menu and button is disabled for unmodified file, "Save" button is used to indicate whether current file is modified or not (issue #102). a2c367d
- x64 and ARM64 can build with Visual Studio 2019 v142 toolset. 9140799
- Highlight escape sequence in SQL string. 2e8434f
- Highlight escape sequence in JSON string. b1cda5e
- Support JSON5 single quoted string and multi-line string. 6bddea5
- Support CMake block comment and bracket argument. 093fe1f
- Update keywords for Bash (f6db77b), C++ (6555510 and 9fa8ca1), CMake (149f680), Python (10e4cf8) and .NET IL (9d59525).
- New file extensions for Python (299345b) and JavaScript (9d79c81).
- Support eolfilled style for Batch label (issue #104). d7fa61b and 98ef365
- Fix IME broken for DBCS code pages. 26783ce
- Fix dialog layout messed up on Windows XP. 047c6ed
- Fix regression for using ANSI code pages. 0dbd3b4
- Fix toolbar customization for metapath not loaded on next startup. 4421e53
- Fix missing and duplicate menu access keys (issue #103). 4aba4db
- Many other bug fix and improvements.
Breaking Changes
- Scheme "Default Text" is split as "Global Styles", "2nd Global Styles", "Text File" and "2nd Text File". By default, "Text File" is viewed with proportional font (using "Default Text Style") and "2nd Text File" is viewed with monospaced font (using "Default Code Style"). c107921
- Red, blue and green mark occurrences colors are removed, in favor of custom color. 6f06553
- "Sticky Window Position" option is removed. f510eaf
File List
File | SHA-256 |
---|---|
ARM64_v4.19.04r2016.zip | FC023AB79B9392B859B92A33B862B426CFC5F4FD24649A15A0CFEEC0C7476F14 |
Win32_v4.19.04r2016.zip | 711EADF20F88563C350B8E61A503DBAD535EF3591B0487DA97D4E542FBC95F49 |
x64_v4.19.04r2016.zip | 4D3E99BC30925407CD7ADEC6DF4125D9DFACDE175CA7B764E9629D0456532F5D |
v4.19.02r1827
The builds (unsigned) works for Windows XP and above. CPU support for SSE2 (Pentium 4) is required for Win32 build, for old CPU and system see wiki Build Notepad2.
Since v4.19.01r1786, latest development build (artifacts in Release configuration for each compiler and platform) can be downloaded from https://ci.appveyor.com/project/zufuliu/notepad2
Tips: To keep your current settings, do NOT replace Notepad2.ini or metapath.ini with the bundled one, but please mind breaking changes in v4.19.01r1786 when upgrading to this version from versions before v4.19.01r1786.
Changes Since v4.19.02r1812
- Add font weight style property
weight:nnn
(issue #21), support all font weights. cda6b07 - Adjust "File" menu (issue #99). 2a3d0b5
- Fix lexer default style for lexers other than "Default Text" has not effect (issue #98). 000ccad
- Fix "underline" font attribute lost on ChooseFont dialog. 8f9f0eb
- Fix auto-completion for C/C++ preprocessor commands broken when
#
not at the beginning of current line. 7140c8a - Improve character classification tables. 8558a28 and fd3b942
File List
File | SHA-256 |
---|---|
ARM64_v4.19.02r1827.zip | FB06EF28BC73C4C0AC00569EA989616A942925C32B9ACAB6A0DD544D19674E31 |
Win32_v4.19.02r1827.zip | F24224CD2C55A710B69388D24A874DC9DB130C0E9737D343820EE0AF9934232D |
x64_v4.19.02r1827.zip | 698B2253472F503F2EAB634D69B475C71072CDC2A2A23D1C92CE8B659A49629C |
v4.19.02r1812
The builds (unsigned) works for Windows XP and above. CPU support for SSE2 (Pentium 4) is required for Win32 build, for old CPU and system see wiki Build Notepad2.
Since v4.19.01r1786, latest development build (artifacts in Release configuration for each compiler and platform) can be downloaded from https://ci.appveyor.com/project/zufuliu/notepad2
Tips: To keep your current settings, do NOT replace Notepad2.ini or metapath.ini with the bundled one, but please mind breaking changes in v4.19.01r1786 when upgrading to this version from versions before v4.19.01r1786.
Changes Since v4.19.02r1808
- Fix crash when opening file with ANSI encoding on some systems (issue #97). ef8a551
- Support block caret in overtype mode. bd3a266
- Support building with Intel C++ compiler (issue #96). 03d9fbf
metapath is not changed since v4.19.02r1808, version remains same.
File List
File | SHA-256 |
---|---|
ARM64_v4.19.02r1812.zip | BB3989405317A5D6BDF912FE528CED14A344170EE69F71CF3652679B6584239D |
Win32_v4.19.02r1812.zip | 74F9A6C5784FF0BC79682FC4090676599FF0A717DCDB58516A5DA984047CA98C |
x64_v4.19.02r1812.zip | 0819C41984CBD35514CD548BD938759DAF9461D01AB8373811F0471A230E6519 |
v4.19.02r1808
The builds (unsigned) works for Windows XP and above. CPU support for SSE2 (Pentium 4) is required for Win32 build, for old CPU and system see wiki Build Notepad2.
Since v4.19.01r1786, latest development build (artifacts in Release configuration for each compiler and platform) can be downloaded from https://ci.appveyor.com/project/zufuliu/notepad2
Tips: To keep your current settings, do NOT replace Notepad2.ini or metapath.ini with the bundled one, but please mind breaking changes in v4.19.01r1786 when upgrading to this version from versions before v4.19.01r1786.
Changes Since v4.19.01r1790
- Add character classification table for Chinese (GBK and Big5), Japanese (Shift_JIS) and Korean (Unified Hangul Code and Johab). Chinese, Japanese and Korean text in these encodings now works correctly just like in Unicode mode (internally UTF-8). This not implemented in Scintilla currently (see https://sourceforge.net/p/scintilla/feature-requests/1226/). 1ba760d and 8aa686a
- Support block caret in both insert and overtype mode. 6357856 Note: this was changed in commit bd3a266
- Optimize Unicode character classification table. a690b62
- Optimize DBCS (Shift_JIS, GBK, Big5, UHC, Johab) character testing. aca3551
- Improve handling for statusbar item cache, fix INS/OVR text not updated after press Insert key (issue #95). 2bb32b3
- Fix auto-completion not works when typing after Chinese, Japanese and Korean word. 5a701b2
- Make Visual C++ version number on about dialog readable. b24f158
- Update C/C++ predefined Macros. 5272116
v4.19.01r1790
The builds (unsigned) works for Windows XP and above. CPU support for SSE2 (Pentium 4) is required for Win32 build, for old CPU and system see wiki Build Notepad2.
Since v4.19.01r1786, latest development build (artifacts in Release configuration for each compiler and platform) can be downloaded from https://ci.appveyor.com/project/zufuliu/notepad2
Tips: To keep your current settings, do NOT replace Notepad2.ini or metapath.ini with the bundled one, but please mind breaking changes in v4.19.01r1786 when upgrading to this version from versions before v4.19.01r1786.
Changes Since v4.19.01r1786
- Fix potential infinite loop in implementation for new experimental regexp syntax (introduced by 05a1749, internally used in auto-completion) 89255e5
- Encoding list is rearranged, Western European encoding ISO 8859-15 is shown after ISO 8859-1. 5285e26
- Improved character classification. 13d6e4c
metapath is not changed since v4.19.01r1786, version remains same.
File List
File | SHA-256 |
---|---|
ARM64_v4.19.01r1790.zip | 6F9E99BEEB8642C6ADA6EF2864D55321A0FF953D7711B75AE4D3C8D12C6DCB3E |
Win32_v4.19.01r1790.zip | 47D083C05D7DB185BD26657318E6964DEC76CDD0969C21FC21032DACAF6A1704 |
x64_v4.19.01r1790.zip | 482B86557F2014AADD8A0727302B5C7CA2E881EDE5131E7C4CA675D7F5213AAB |
v4.19.01r1786
The builds (unsigned) works for Windows XP and above. CPU support for SSE2 (Pentium 4) is required for Win32 build, for old CPU and system see wiki Build Notepad2.
Since this version, latest development build (artifacts in Release configuration for each compiler and platform) can be downloaded from https://ci.appveyor.com/project/zufuliu/notepad2
Tips: To keep your current settings, do NOT replace Notepad2.ini or metapath.ini with the bundled one, but please mind breaking changes bellow when upgrading to this version.
New Features
- Direct2D is enabled (5a9c2a9), and is the default rendering technology for Vista and above systems (f49f01d). You can switch between GDI and Direct2D via Settings -> Rendering Technology (b7ad639).
- Native support for Windows 10 on ARM64 (5280254 and 5bebf14), thanks @jkunkee for testing.
- Scintilla is upgraded from 4.0.3 to 4.1.3, see https://www.scintilla.org/ScintillaHistory.html for details.
- Auto-completion for all word character other than
[a-zA-Z0-9_]
is implemented (#36, #73 and c4f533e). For Chinese, Japanese, and Korean, manually trigger "Complete Word" (Alt+/) works, but not works well in DBCS encoding (BIG5, GB2312, GBK, SHIFT-JIS, UHC and Johab) mode, see https://sourceforge.net/p/scintilla/feature-requests/1226/. - Improved word selection for ANSI code page Central European (Windows-1250), Cyrillic (Windows-1251), Western European (Windows-1252), Greek (Windows-1253), Turkish (Windows-1254), Hebrew (Windows-1255), Arabic (Windows-1256), Baltic (Windows-1257), Vietnamese (Windows-1258), and Thai (Windows-874) (f449b46). Punctuation and symbols will not been selected as part of a word now.
- Improved word selection for Chinese, Japanese, and Korean (CJK). CJK word is selected separately from non-CJK word (04e5a10, a54a3cd and ffec915). The "Match full word only" and "Match beginning of word only" option can find non-CJK words (e.g.: English word) after CJK word. This still need improvements for DBCS encoding mode, see https://sourceforge.net/p/scintilla/feature-requests/1226/.
- Auto Completion Settings dialog is added (6bc5b7b). Auto completion for quotes, braces and brackets is improved (a77346b, 63cb420 and f7d520b).
- New encodings: Japanese (ISO-2022-JP), Japanese (EUC-JP), Korean (Johab), Korean (EUC-KR), Arabic (ISO 8859-6-I Logical), Nordic (Latin-6, ISO 8859-10), Celtic (Latin-8, ISO 8859-14), South-Eastern European (Latin-10, ISO 8859-16) (e87c16a).
- Zoom level percentage is shown at right bottom of statusbar (da86013), and is clickable (#69 and 99860e6).
- "Find and Replace" (eed0ef6), "Run" (2b6d835) and "Add to Favorites" (00dbe0c) is changed to resizable.
- "Customize Schemes" dialog is resizable (536fb1f and 0f32f31), built-in default value for styles and file extensions is shown on the dialog (dc6eadb). Edit boxes on the dialog is changed to multi-line (dc6eadb), length limitation for styles is changed to 255 characters (8fc5af9), for file extensions is changed to 511 characters (448bff8).
- "Modify Lines" (61a4ef3), "Enclose Selection" (b5a99cc ) and "Insert HTML/XML Tag" (0b47bae) dialogs is changed to resizable. Edit boxes on these dialogs is changed to multi-line (3942e3e), length limitation on edit boxes is removed (670cfc1), newline and tab ('\t') is supported (57b0396 and a149d21).
- Improve "Goto" dialog, line count and document length is shown in the dialog (e6262d2 and 393a738). Goto specific position without line number is supported (393a738). Non-digit characters after line number is also supported (ed9090f).
- New option (default enabled) to set "Find and Replace" dialog to transparent mode when deactivated (1e47d19 and 7f5e282), the
FindReplaceOpacityLevel
inSettings2
section can be used to set transparency level for "Find and Replace" dialog (9e40a60). - Save Find and Replace options across session when "Remember Search Options" (moved to Settings -> Other Settings) is checked (0575e74).
- New option (default enabled) to show inconsistent line endings warning on file loading (#37, 8b6c757 and 8c35b70).
- Highlight current line with a light gray outline frame (d99c04d). The
size
,fore
andalpha
styles can be used to configure appearance of outline frame box. Highlight subline (default enabled) is unimplemented, see https://sourceforge.net/p/scintilla/feature-requests/1245/. - Color for folder marker (
back
) and line (fore
also used to fill folder marker) is configurable (c26529b and d66a59d). Depending on https://sourceforge.net/p/scintilla/feature-requests/1241/, the settings may changed in the further. - Delay loading styles (7c99dee), only global styles and styles for default scheme is loaded on startup.
- Supporting full screen mode (#42, #68, 7640899 and 848a973).
- Supporting inline IME mode (c79efe5 and 300590c), some IME not works well in inline mode, see https://sourceforge.net/p/scintilla/bugs/2038/.
- Supporting fractional font size (b7595f0 and 4fe9414).
- Supporting show wrap symbol in line number margin (#71, a267648 and a51d360).
- New option to allow only select subline from wrapped line (84dd8de).
- Open file, folder, containing folder, URL, email, etc. for current selection or string around caret without selection is added to context menu and Edit -> Action on Selection (3f0fd7c and 7dc8e7c). A new option (default enabled) "Use metapath to open folder" is added (under Settings -> Other Settings)(2c3cce1).
- "Open Containing Folder" for current file is added to File -> Launch (3f0fd7c).
- Search selection with Google, Bing and Wikipedia is added (e87ff65), the search URLs (including
CustomAction1
andCustomAction2
) is configurable inSettings2
section. - Notapad++ compatible Copy/Cut/Paste as binary content (#80 and ceb670b).
- New deep-indent (Wrap indent 2 levels more than first subline) option (906f182).
- New "wrap on whitespace" option (ece290b).
- New WYSIWYG print option (f6b2dce and fdd5852).
- Support SCSS, Less and HSS (#65 and ced11b9).
- The Batch lexer is improved, code folding (092017b), escape sequence and nested strings (775ba41 and 44953d7) is supported.
- "Insert Unicode Control Character" (462b1c5) and "Show Unicode Control Character" (4868ac9).
- "Insert Script Shebang Line" (Edit -> Insert) (0ef8c9b).
- Clear recent history (91e571d, 9708ab1)
- New menu: View -> Font Quality (462ae09), View -> Caret Style (3f9a956).
- Change "Toggle Default Folds" toolbar button to "Toggle Folds" drop-down button (f8628a5).
- Add "Toggle Fold" for current block (Alt+C) into context menu (9ea2747).
- New built-in file extensions:
- Interface Definition Language (*.idl, *.odl, *.midl) for C/C++ (da010ca).
- Qt Installer Framework Script (*.qs) (3fe7b1d) for JavaScript.
- PHP-CS-Fixer (.php_cs) (4b9ee1a) for PHP Script.
- Apache Hive (*.hsql) (a5c46a6) for SQL Query.
- BeanShell (*.bsh) (da010ca) for Java.
- JSHint Configuration File (.jshintrc), ESLint Configuration File (.eslintrc), JSON for Linked Data (*.jsonld) and Phabric...
v4.2.25r1110
The builds (unsigned) works for Windows XP and above, CPU support for SSE2 (Pentium 4) is required, for old CPU see wiki Build Notepad2.
Tips: To keep your current settings, do NOT replace Notepad2.ini or metapath.ini with the bundled one.
Changes Since v4.2.25r1096
- Upgrade Scintilla to 4.0.3, 62bc3e4, 8352dce and eaa5ab2. Compiler supporting for C++ 17 is now required to build Notepad2, see Wiki Build Notepad2 for detail.
- Add full MySQL (up to 5.7) keywords and functions (except for spatial functions), 22d4872 and b45f6ce.
- Add full SQLite3 keywords and functions, ced6417.
- Sort scheme list alphabetical in "Select Scheme" and "Customize Schemes" dialog, 70d70b0.
- Fix folding bug for Assembler, 1eb0ba3.
- Fix folding bug for Python f-string, b44123d.
- Other bug fix.
File List
File | SHA-256 |
---|---|
Win32-v4.2.25r1110.7z | C24B6125EB9FF397DB367D6BEB05899D2AC2A083CB3058C3107258ACFE07B054 |
x64-v4.2.25r1110.7z | 8D6EC07B3783F6CD160DBEFCCCC4D3B7661E3AFA8E5EB4953105CADE976AD075 |
v4.2.25r1096
The builds (unsigned) works for Windows XP and above, CPU support for SSE2 (Pentium 4) is required, for old CPU see wiki Build Notepad2.
Tips: To keep your current settings, do NOT replace Notepad2.ini or metapath.ini with the bundled one.
Changes Since v4.2.25r1071
- Make Notepad2 per monitor DPI aware, 8d42f6f and e884edb.
- Remove supporting for Windows 2000, 69fe443.
- Add upper case keyword for batch file, f4984a5.
- Fix parse command line fail when path name contains space, bfddbf3.
- Other bug fix and UI improvements.
File List
File | SHA-256 |
---|---|
Win32-v4.2.25r1096.7z | 9333EFA64FF5C1382F8DC34BFD2BB5CF1C15FD4A6E877E233B694AB6885ED6F9 |
x64-v4.2.25r1096.7z | AB24AED2D997C017BEDE0717A480AB8CD5F1ECF4644CADE368A6AD23D0C05255 |